<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Los Angeles City Planning Archives - JDJ Consulting</title>
	<atom:link href="https://jdj-consulting.com/tag/los-angeles-city-planning/feed/" rel="self" type="application/rss+xml" />
	<link>https://jdj-consulting.com/tag/los-angeles-city-planning/</link>
	<description></description>
	<lastBuildDate>Fri, 06 Feb 2026 16:14:51 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://jdj-consulting.com/wp-content/uploads/2025/09/jdj-fav-1-150x150.png</url>
	<title>Los Angeles City Planning Archives - JDJ Consulting</title>
	<link>https://jdj-consulting.com/tag/los-angeles-city-planning/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Guide to Filling Out the City Planning Application Form Los Angeles</title>
		<link>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/</link>
					<comments>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/#comments</comments>
		
		<dc:creator><![CDATA[Jake Heller]]></dc:creator>
		<pubDate>Tue, 22 Jul 2025 16:03:16 +0000</pubDate>
				<category><![CDATA[Land Use & Entitlements]]></category>
		<category><![CDATA[Development approvals]]></category>
		<category><![CDATA[How to fill planning form]]></category>
		<category><![CDATA[JDJ Consulting Group]]></category>
		<category><![CDATA[LA entitlement guide]]></category>
		<category><![CDATA[Land use consulting]]></category>
		<category><![CDATA[Los Angeles City Planning]]></category>
		<category><![CDATA[permit expediting]]></category>
		<category><![CDATA[Planning application process]]></category>
		<category><![CDATA[Planning clearance LA]]></category>
		<category><![CDATA[Real estate development Los Angeles]]></category>
		<category><![CDATA[Zoning application LA]]></category>
		<guid isPermaLink="false">https://jdj-consulting.com/?p=5595</guid>

					<description><![CDATA[<p>Filing a City Planning Application in Los Angeles can feel overwhelming—but it doesn’t have to be. This step-by-step guide from JDJ Consulting Group explains how to complete each section of the application form, avoid costly mistakes, and prepare the right documents. Whether you're requesting a zone change, subdivision, or CUP, get expert tips to streamline your planning process and move your project forward.</p>
<p>The post <a href="https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/">Guide to Filling Out the City Planning Application Form Los Angeles</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="5595" class="elementor elementor-5595">
				<div class="elementor-element elementor-element-655728bb e-flex e-con-boxed e-con e-parent" data-id="655728bb" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-64df7a6a elementor-widget elementor-widget-text-editor" data-id="64df7a6a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h1 data-start="63" data-end="157">Guide to Filling Out the City Planning Application Form in Los Angeles</h1><p data-start="159" data-end="513"><strong data-start="159" data-end="226">Planning a development project in Los Angeles or nearby cities?</strong> Whether you’re seeking a zone change, a subdivision, or a <a href="https://jdj-consulting.com/master-the-conditional-use-permit-los-angeles-city-process/">conditional use permit</a>, the <strong data-start="313" data-end="347">City Planning Application Form in Los Angeles</strong> is the official starting point of the discretionary review process. Filling it out may seem straightforward—but a single error or omission can cause months of delay.</p><p data-start="515" data-end="785">In this two-part guide, the land use experts at <a href="https://jdj-consulting.com/"><strong data-start="563" data-end="587">JDJ Consulting Group</strong></a> walk you step-by-step through the City Planning Application Form. You&#8217;ll learn how to complete each section accurately, what supporting documents to gather, and how to avoid common filing pitfalls.</p>								</div>
				<div class="elementor-element elementor-element-a49a385 elementor-widget elementor-widget-html" data-id="a49a385" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 600px; margin: 2rem auto; background-color: #f9f9f9; padding: 1rem; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);">
  <h3 style="text-align: center; color: #020101;">Common LA Planning Applications</h3>
  <canvas id="planningPieChart"></canvas>
  <p style="font-size: 0.9rem; text-align: center; margin-top: 1rem; color:#7A7A7A;">This pie chart illustrates the most frequently filed planning applications in Los Angeles.</p>
</div>

<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
  const ctx = document.getElementById('planningPieChart').getContext('2d');
  new Chart(ctx, {
    type: 'pie',
    data: {
      labels: ['Conditional Use Permits (CUP)', 'Zone Changes', 'Parcel Maps', 'Site Plan Reviews', 'Other'],
      datasets: [{
        data: [35, 25, 20, 10, 10],
        backgroundColor: ['#FF631B', '#020101', '#7A7A7A', '#fff7ed', '#ecf0f1'], // website colors
        borderColor: '#fff',
        borderWidth: 2
      }]
    },
    options: {
      responsive: true,
      plugins: {
        legend: {
          position: 'bottom',
          labels: {
            color: '#020101' // legend text in black
          }
        }
      }
    }
  });
</script>
				</div>
				<div class="elementor-element elementor-element-b1b9e7d elementor-widget elementor-widget-text-editor" data-id="b1b9e7d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="792" data-end="841">Why the City Planning Application Form Los Angeles Matters</h2><p data-start="843" data-end="1035">The form isn’t just paperwork. It’s your formal request to change how land is used. City planners, zoning administrators, and decision-makers will use the application as a roadmap to evaluate:</p><ul data-start="1037" data-end="1254"><li data-start="1037" data-end="1071"><p data-start="1039" data-end="1071">What changes you’re requesting</p></li><li data-start="1072" data-end="1134"><p data-start="1074" data-end="1134">Whether your proposal fits local zoning and planning goals</p></li><li data-start="1135" data-end="1183"><p data-start="1137" data-end="1183">What technical or legal reviews are required</p></li><li data-start="1184" data-end="1254"><p data-start="1186" data-end="1254">Whether your project qualifies for CEQA exemptions or needs an EIR</p></li></ul><blockquote data-start="1256" data-end="1328"><p data-start="1258" data-end="1328">Filing the form correctly can save you weeks—or even months—of delays.</p></blockquote><h2 data-start="1335" data-end="1373">When Do You Need to File This Form?</h2><p data-start="1375" data-end="1476">You’ll need to submit a City Planning Application Form if your project involves any of the following:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 338px;" width="877" data-start="1478" data-end="2047"><thead data-start="1478" data-end="1560"><tr data-start="1478" data-end="1560"><th data-start="1478" data-end="1522" data-col-size="md"><strong data-start="1480" data-end="1502">Triggering Actions</strong></th><th data-start="1522" data-end="1560" data-col-size="sm"><strong data-start="1524" data-end="1558">Requires Planning Application?</strong></th></tr></thead><tbody data-start="1643" data-end="2047"><tr data-start="1643" data-end="1723"><td data-start="1643" data-end="1686" data-col-size="md">Changing zoning or land use</td><td data-col-size="sm" data-start="1686" data-end="1723">Yes</td></tr><tr data-start="1724" data-end="1804"><td data-start="1724" data-end="1767" data-col-size="md">Requesting a Conditional Use Permit (CUP)</td><td data-col-size="sm" data-start="1767" data-end="1804">Yes</td></tr><tr data-start="1805" data-end="1885"><td data-start="1805" data-end="1848" data-col-size="md">Creating or adjusting lot lines</td><td data-col-size="sm" data-start="1848" data-end="1885">Yes</td></tr><tr data-start="1886" data-end="1966"><td data-start="1886" data-end="1930" data-col-size="md">Seeking height, parking, or setback relief</td><td data-start="1930" data-end="1966" data-col-size="sm">Yes</td></tr><tr data-start="1967" data-end="2047"><td data-start="1967" data-end="2010" data-col-size="md">By-right construction with no variances</td><td data-start="2010" data-end="2047" data-col-size="sm">Not usually</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="2049" data-end="2129"><p data-start="2051" data-end="2129">Even small additions may need review if located in overlays or specific plans.</p></blockquote><h2 data-start="2136" data-end="2174">Before You Start: Things to Prepare</h2><p data-start="2176" data-end="2223">Before diving into the form, you should gather:</p><ul data-start="2225" data-end="2511"><li data-start="2225" data-end="2261"><p data-start="2227" data-end="2261"><strong data-start="2227" data-end="2259">Assessor Parcel Number (APN)</strong></p></li><li data-start="2262" data-end="2313"><p data-start="2264" data-end="2313"><strong data-start="2264" data-end="2285">Legal description</strong> from deed or title report</p></li><li data-start="2314" data-end="2354"><p data-start="2316" data-end="2354"><strong data-start="2316" data-end="2352">Site plan and elevation drawings</strong></p></li><li data-start="2355" data-end="2417"><p data-start="2357" data-end="2417"><strong data-start="2357" data-end="2389">Property owner authorization</strong> (if you’re not the owner)</p></li><li data-start="2418" data-end="2458"><p data-start="2420" data-end="2458"><strong data-start="2420" data-end="2456">CEQA environmental documentation</strong></p></li><li data-start="2459" data-end="2511"><p data-start="2461" data-end="2511"><strong data-start="2461" data-end="2478">Fee estimates</strong> (some cities require prepayment)</p></li></ul><blockquote data-start="2513" data-end="2625"><p data-start="2515" data-end="2625">JDJ’s land-use team can help confirm which documents are required based on your jurisdiction and project type.</p></blockquote><h2 data-start="2632" data-end="2682">Section-by-Section Guide to Completing the Form</h2><p data-start="2684" data-end="2925">Let’s break down the <strong data-start="2705" data-end="2739">City Planning Application Form</strong> section by section. This guide focuses on the version used by the <strong data-start="2806" data-end="2829">City of Los Angeles</strong>, but similar fields appear in Burbank, Glendale, Pasadena, and most Southern California cities.</p><p data-start="2684" data-end="2925"><img fetchpriority="high" decoding="async" class=" wp-image-5597 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1.jpg" alt="Shot of an adorable smiling businesswoman using laptop and making notes on a clipboard at home." width="662" height="441" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-1352938039-612x612-1-300x200.jpg 300w" sizes="(max-width: 662px) 100vw, 662px" /></p><h3 data-start="2932" data-end="2964">1. Applicant Information</h3><p data-start="2966" data-end="3022">In this section, you’ll provide contact information for:</p><ul data-start="3024" data-end="3184"><li data-start="3024" data-end="3074"><p data-start="3026" data-end="3074">The <strong data-start="3030" data-end="3043">applicant</strong> (you or your representative)</p></li><li data-start="3075" data-end="3120"><p data-start="3077" data-end="3120">The <strong data-start="3081" data-end="3099">property owner</strong> (must match title)</p></li><li data-start="3121" data-end="3184"><p data-start="3123" data-end="3184">The <strong data-start="3127" data-end="3154">agent or representative</strong> (if different from applicant)</p></li></ul><p data-start="3186" data-end="3264">Include names, phone numbers, email addresses, and physical mailing addresses.</p><h3 data-start="3413" data-end="3448">2. Project Location Details</h3><p data-start="3450" data-end="3498">Here, the form asks for your project’s location:</p><ul data-start="3500" data-end="3662"><li data-start="3500" data-end="3518"><p data-start="3502" data-end="3518"><strong data-start="3502" data-end="3518">Site address</strong></p></li><li data-start="3519" data-end="3538"><p data-start="3521" data-end="3538"><strong data-start="3521" data-end="3538">Cross streets</strong></p></li><li data-start="3539" data-end="3566"><p data-start="3541" data-end="3566"><strong data-start="3541" data-end="3564">Community Plan area</strong></p></li><li data-start="3567" data-end="3603"><p data-start="3569" data-end="3603"><strong data-start="3569" data-end="3601">APN (Assessor Parcel Number)</strong></p></li><li data-start="3604" data-end="3662"><p data-start="3606" data-end="3662"><strong data-start="3606" data-end="3627">Legal description</strong> – Lot/Tract numbers, block, etc.</p></li></ul><p data-start="3664" data-end="3710">You can find most of this information through:</p><ul data-start="3712" data-end="3862"><li data-start="3712" data-end="3741"><p data-start="3714" data-end="3741">Your title report or deed</p></li><li data-start="3742" data-end="3781"><p data-start="3744" data-end="3781">The County Assessor’s parcel search</p></li><li data-start="3782" data-end="3862"><p data-start="3784" data-end="3862">ZIMAS (for LA properties) → <a class="cursor-pointer" href="http://zimas.lacity.org" target="_blank" rel="noopener" data-start="3812" data-end="3862">http://zimas.lacity.org</a></p></li></ul><blockquote data-start="3864" data-end="3946"><p data-start="3866" data-end="3946">Be precise. A typo in APN or tract info can result in an automatic rejection.</p></blockquote>								</div>
				<div class="elementor-element elementor-element-417bfb5 elementor-widget elementor-widget-html" data-id="417bfb5" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 800px; margin: 2rem auto; padding: 1rem; background-color: #f9f9f9; border: 2px solid #ecf0f1; border-radius: 10px;">
  <h3 style="text-align: center; color: #020101;">Filing to Approval Timeline</h3>
  <div style="display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; font-size: 0.9rem;">
    <div style="flex: 1; background-color: #FF631B; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c4.png" alt="📄" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Application Filed</div>
    <div style="flex: 1; background-color: #020101; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f50d.png" alt="🔍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Planner Intake Review</div>
    <div style="flex: 1; background-color: #7A7A7A; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f464.png" alt="👤" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Case Planner Assigned</div>
    <div style="flex: 1; background-color: #fff7ed; color: #020101; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4e2.png" alt="📢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Public Noticing</div>
    <div style="flex: 1; background-color: #ecf0f1; color: #020101; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f9d1-200d-2696-fe0f.png" alt="🧑‍⚖️" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Hearing or Decision</div>
    <div style="flex: 1; background-color: #FF631B; color: #fff; padding: 1rem; border-radius: 10px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2705.png" alt="✅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Approval & Conditions</div>
  </div>
</div>
				</div>
				<div class="elementor-element elementor-element-d8ccd57 elementor-widget elementor-widget-text-editor" data-id="d8ccd57" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3 data-start="3953" data-end="3993">3. Requested Entitlement Actions</h3><p data-start="3995" data-end="4044">This section is where most applications go wrong.</p><p data-start="4046" data-end="4125">You must identify exactly what actions you are requesting. Options may include:</p><ul data-start="4127" data-end="4372"><li data-start="4127" data-end="4145"><p data-start="4129" data-end="4145"><a href="https://jdj-consulting.com/zoning-rules-los-angeles-understanding-the-new-code-and-its-impact-on-your-property/">Zone Change (ZC)</a></p></li><li data-start="4146" data-end="4175"><p data-start="4148" data-end="4175">Height District Change (HD)</p></li><li data-start="4176" data-end="4206"><p data-start="4178" data-end="4206">General Plan Amendment (GPA)</p></li><li data-start="4207" data-end="4237"><p data-start="4209" data-end="4237"><a href="https://jdj-consulting.com/master-the-conditional-use-permit-los-angeles-city-process/">Conditional Use Permit (CUP)</a></p></li><li data-start="4238" data-end="4262"><p data-start="4240" data-end="4262"><a href="https://jdj-consulting.com/site-plan-review-triggers-in-2025-when-your-project-tips-ove/">Site Plan Review (SPR)</a></p></li><li data-start="4263" data-end="4294"><p data-start="4265" data-end="4294"><a href="https://jdj-consulting.com/2025-density-bonus-in-la-complete-developer-guide/">Density Bonus Compliance (DB)</a></p></li><li data-start="4295" data-end="4336"><p data-start="4297" data-end="4336">Zoning Administrator’s Adjustment (ZAA)</p></li><li data-start="4337" data-end="4372"><p data-start="4339" data-end="4372">Parcel Map (PM) or Tract Map (TT)</p></li></ul><p data-start="4374" data-end="4445">If you’re unsure what you need, don’t guess. Consult a land-use expert.</p><blockquote data-start="4447" data-end="4575"><p data-start="4449" data-end="4575"><em><strong data-start="4451" data-end="4461">At JDJ</strong>, we analyze your goals and zoning constraints to select the right entitlement mix and maximize project viability.</em></p></blockquote><h3 data-start="4582" data-end="4612">4. Project Description</h3><p data-start="4614" data-end="4660">This is your elevator pitch in planning terms.</p><p data-start="4662" data-end="4748">Be concise but detailed enough for staff to understand what you&#8217;re proposing. Include:</p><ul data-start="4750" data-end="4946"><li data-start="4750" data-end="4771"><p data-start="4752" data-end="4771">Demolition (if any)</p></li><li data-start="4772" data-end="4807"><p data-start="4774" data-end="4807">Number of units or square footage</p></li><li data-start="4808" data-end="4855"><p data-start="4810" data-end="4855">Use type (residential, mixed-use, commercial)</p></li><li data-start="4856" data-end="4886"><p data-start="4858" data-end="4886">Number of stories and height</p></li><li data-start="4887" data-end="4904"><p data-start="4889" data-end="4904">Parking details</p></li><li data-start="4905" data-end="4946"><p data-start="4907" data-end="4946"><a href="https://jdj-consulting.com/understanding-the-green-building-code-los-angeles/">Green building features</a> (if applicable)</p></li></ul><blockquote data-start="4948" data-end="5190"><p data-start="4950" data-end="5190"><span data-start="4953" data-end="4965">E</span><strong data-start="4953" data-end="4965">xample:</strong> &#8220;Demolition of an existing commercial structure and construction of a 5-story, 32-unit mixed-use building with 4,500 square feet of ground-floor retail, 45 residential parking spaces, and a 15% affordable housing set-aside.&#8221;</p></blockquote><h3 data-start="5197" data-end="5220">5. Site Details</h3><p data-start="5222" data-end="5279">Cities want a technical overview of your site, including:</p><ul data-start="5281" data-end="5560"><li data-start="5281" data-end="5329"><p data-start="5283" data-end="5329"><strong data-start="5283" data-end="5301">Total lot area</strong> (in square feet or acres)</p></li><li data-start="5330" data-end="5384"><p data-start="5332" data-end="5384"><strong data-start="5332" data-end="5358">Floor Area Ratio (FAR)</strong> – existing and proposed</p></li><li data-start="5385" data-end="5436"><p data-start="5387" data-end="5436"><strong data-start="5387" data-end="5409">Zoning designation</strong> (e.g., C2-1VL, R3, etc.)</p></li><li data-start="5437" data-end="5460"><p data-start="5439" data-end="5460"><strong data-start="5439" data-end="5458">Height district</strong></p></li><li data-start="5461" data-end="5516"><p data-start="5463" data-end="5516"><strong data-start="5463" data-end="5495">Current land use designation</strong> (per General Plan)</p></li><li data-start="5517" data-end="5560"><p data-start="5519" data-end="5560"><strong data-start="5519" data-end="5536">Overlay zones</strong> (e.g., TOC, SNAP, HPOZ)</p></li></ul><p data-start="5562" data-end="5618">Many of these can be found in zoning portals like ZIMAS.</p><h3 data-start="5625" data-end="5656">6. Related Case Numbers</h3><p data-start="5658" data-end="5766">If your property has been part of any previous planning or zoning applications, you must disclose them here.</p><ul data-start="5768" data-end="5883"><li data-start="5768" data-end="5829"><p data-start="5770" data-end="5829">Provide case numbers, case types, and a brief description</p></li><li data-start="5830" data-end="5883"><p data-start="5832" data-end="5883">Include approved variances, CUPs, or plan approvals</p></li></ul><p data-start="5885" data-end="5966">Why it matters: Past decisions may affect what the city will or will not approve.</p>								</div>
				<div class="elementor-element elementor-element-1872770 elementor-widget elementor-widget-html" data-id="1872770" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 700px; margin: 2rem auto; padding: 1rem; border-left: 6px solid #FF631B; background: #fff7ed;">
  <h3 style="color: #020101;">Before You File: Required Documents</h3>
  <ul style="list-style: none; padding-left: 0; font-size: 1rem; color: #7A7A7A;">
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Assessor Parcel Number (APN)</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Legal description from deed/title report</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Site plan and elevation drawings</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Property owner authorization letter</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> CEQA documentation (Exemption or Screening Form)</li>
    <li><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cc.png" alt="📌" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Preliminary fee estimate/payment proof</li>
  </ul>
  <p style="font-size: 0.85rem; margin-top: 1rem; color: #7A7A7A;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Tip: JDJ can confirm exactly what documents you need based on your project and city.</p>
</div>
				</div>
				<div class="elementor-element elementor-element-f81c147 elementor-widget elementor-widget-text-editor" data-id="f81c147" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h3 data-start="5973" data-end="5999">7. Owner’s Consent</h3><p data-start="6001" data-end="6128">Every application must be signed by the <strong data-start="6041" data-end="6065">legal property owner</strong>. In some cases, a <strong data-start="6084" data-end="6115">wet ink notarized signature</strong> is required.</p><ul data-start="6130" data-end="6282"><li data-start="6130" data-end="6219"><p data-start="6132" data-end="6219">If the applicant is not the owner, include a signed and dated letter of authorization</p></li><li data-start="6220" data-end="6282"><p data-start="6222" data-end="6282">For corporate entities, provide proof of signing authority</p></li></ul><blockquote data-start="6284" data-end="6386"><p data-start="6286" data-end="6386">JDJ handles this paperwork for you—ensuring it&#8217;s notarized and submitted correctly the first time.</p></blockquote><h3 data-start="6393" data-end="6429">8. Signatures &amp; Declarations</h3><p data-start="6431" data-end="6473">The applicant and owner must certify that:</p><ul data-start="6475" data-end="6635"><li data-start="6475" data-end="6526"><p data-start="6477" data-end="6526">The information in the form is true and correct</p></li><li data-start="6527" data-end="6568"><p data-start="6529" data-end="6568">They understand city review processes</p></li><li data-start="6569" data-end="6635"><p data-start="6571" data-end="6635">They consent to site inspections and public hearings (if needed)</p></li></ul><p data-start="6637" data-end="6691">Some cities require notarization at this step as well.</p><h3 data-start="6698" data-end="6739">9. Supporting Documents Checklist</h3><p data-start="6741" data-end="6846">Most cities attach a checklist of required items that must accompany your form. Common documents include:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 361px;" width="836" data-start="6848" data-end="7496"><thead data-start="6848" data-end="6929"><tr data-start="6848" data-end="6929"><th data-start="6848" data-end="6887" data-col-size="sm"><strong data-start="6850" data-end="6873">Supporting Document</strong></th><th data-start="6887" data-end="6929" data-col-size="sm"><strong data-start="6889" data-end="6900">Purpose</strong></th></tr></thead><tbody data-start="7011" data-end="7496"><tr data-start="7011" data-end="7091"><td data-start="7011" data-end="7049" data-col-size="sm">Site Plan</td><td data-start="7049" data-end="7091" data-col-size="sm">Shows building footprint, access, etc.</td></tr><tr data-start="7092" data-end="7172"><td data-start="7092" data-end="7130" data-col-size="sm">Floor Plans &amp; Elevations</td><td data-start="7130" data-end="7172" data-col-size="sm">Illustrates proposed design</td></tr><tr data-start="7173" data-end="7253"><td data-start="7173" data-end="7211" data-col-size="sm">Photos of existing site conditions</td><td data-start="7211" data-end="7253" data-col-size="sm">Helps planners understand context</td></tr><tr data-start="7254" data-end="7334"><td data-start="7254" data-end="7292" data-col-size="sm">Environmental Clearance Forms</td><td data-start="7292" data-end="7334" data-col-size="sm">CEQA screening</td></tr><tr data-start="7335" data-end="7415"><td data-start="7335" data-end="7373" data-col-size="sm">Mailing labels (for noticing)</td><td data-start="7373" data-end="7415" data-col-size="sm">Required for public hearings</td></tr><tr data-start="7416" data-end="7496"><td data-start="7416" data-end="7454" data-col-size="sm">Filing Fee Receipt</td><td data-start="7454" data-end="7496" data-col-size="sm">Proof of payment</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><h2 data-start="631" data-end="685">Where and How to File the City Planning Application</h2><p data-start="687" data-end="752">In most cities, the planning department accepts applications via:</p><ul data-start="754" data-end="996"><li data-start="754" data-end="864"><p data-start="756" data-end="864"><strong data-start="756" data-end="774">Online portals</strong> (e.g., <a href="https://planning.lacity.gov/project-review/south-los-angeles-development-services-center">LA’s DSC Online Portal</a>)</p></li><li data-start="865" data-end="931"><p data-start="867" data-end="931"><strong data-start="867" data-end="893">In-person appointments</strong> at the city’s Planning Public Counter</p></li><li data-start="932" data-end="996"><p data-start="934" data-end="996"><strong data-start="934" data-end="958">Drop-off submissions</strong> with digital backups via USB or email</p></li></ul><blockquote data-start="998" data-end="1148"><p data-start="1000" data-end="1148">Some cities require that you <strong data-start="1032" data-end="1059">schedule an appointment</strong> to submit the application, especially for discretionary cases like CUPs or zone changes.</p></blockquote><h3 data-start="1155" data-end="1186">Electronic vs. Paper Filing</h3><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 271px;" width="640" data-start="1188" data-end="1499"><thead data-start="1188" data-end="1239"><tr data-start="1188" data-end="1239"><th data-start="1188" data-end="1207" data-col-size="sm"><strong data-start="1190" data-end="1198">City</strong></th><th data-start="1207" data-end="1239" data-col-size="sm"><strong data-start="1209" data-end="1224">Filing Type</strong></th></tr></thead><tbody data-start="1292" data-end="1499"><tr data-start="1292" data-end="1343"><td data-start="1292" data-end="1311" data-col-size="sm">Los Angeles</td><td data-start="1311" data-end="1343" data-col-size="sm">Mostly digital (DSC Portal)</td></tr><tr data-start="1344" data-end="1395"><td data-start="1344" data-end="1363" data-col-size="sm">Burbank</td><td data-start="1363" data-end="1395" data-col-size="sm">Paper and PDF</td></tr><tr data-start="1396" data-end="1447"><td data-start="1396" data-end="1415" data-col-size="sm">Glendale</td><td data-start="1415" data-end="1447" data-col-size="sm">In-person only</td></tr><tr data-start="1448" data-end="1499"><td data-start="1448" data-end="1467" data-col-size="sm">Pasadena</td><td data-start="1467" data-end="1499" data-col-size="sm">In-person with USB upload</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><p data-start="1501" data-end="1640">JDJ Consulting manages both the <strong data-start="1533" data-end="1555">physical paperwork</strong> and <strong data-start="1560" data-end="1579">digital uploads</strong> for clients to ensure smooth submittal across jurisdictions.</p><h2 data-start="1647" data-end="1677">Filing Fees: What to Expect</h2><p data-start="1679" data-end="1780">Each case type has its own fee schedule based on the complexity of the review. Typical costs include:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 326px;" width="711" data-start="1782" data-end="2223"><thead data-start="1782" data-end="1845"><tr data-start="1782" data-end="1845"><th data-start="1782" data-end="1813" data-col-size="sm"><strong data-start="1784" data-end="1797">Case Type</strong></th><th data-start="1813" data-end="1845" data-col-size="sm"><strong data-start="1815" data-end="1837">Estimated Fee (LA)</strong></th></tr></thead><tbody data-start="1909" data-end="2223"><tr data-start="1909" data-end="1971"><td data-start="1909" data-end="1939" data-col-size="sm">Conditional Use Permit (CUP)</td><td data-start="1939" data-end="1971" data-col-size="sm">$13,000 – $15,000+</td></tr><tr data-start="1972" data-end="2034"><td data-start="1972" data-end="2002" data-col-size="sm">Zone Change (ZC)</td><td data-start="2002" data-end="2034" data-col-size="sm">$12,000 – $17,000+</td></tr><tr data-start="2035" data-end="2097"><td data-start="2035" data-end="2065" data-col-size="sm">Site Plan Review</td><td data-start="2065" data-end="2097" data-col-size="sm">$5,000 – $9,000</td></tr><tr data-start="2098" data-end="2160"><td data-start="2098" data-end="2128" data-col-size="sm">Parcel Map/Tract Map</td><td data-start="2128" data-end="2160" data-col-size="sm">$10,000 – $20,000+</td></tr><tr data-start="2161" data-end="2223"><td data-start="2161" data-end="2191" data-col-size="sm">CEQA Clearance (MND/EIR)</td><td data-start="2191" data-end="2223" data-col-size="sm">$8,000 – $100,000+</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="2225" data-end="2406"><p data-start="2227" data-end="2406"><em>JDJ provides a <strong data-start="2244" data-end="2271">customized fee estimate</strong> during the pre-application phase and ensures clients bring the right payment method for filing (credit card, check, or online portal).</em></p></blockquote><h2 data-start="2413" data-end="2450">After You File: What Happens Next?</h2><p data-start="2452" data-end="2586">Once your application is submitted, the review process begins. Here’s a typical timeline for most discretionary planning applications:</p><h3 data-start="2588" data-end="2619">1. Case Number Assigned</h3><p data-start="2620" data-end="2718">You’ll receive a case number within 1–3 days. This number allows you to track your project online.</p><h3 data-start="2720" data-end="2752">2. Planner Intake Review</h3><p data-start="2753" data-end="2899">City staff performs an <strong data-start="2776" data-end="2806">initial completeness check</strong>. If anything is missing or unclear, they will issue an “Incomplete Letter” with corrections.</p><h3 data-start="2901" data-end="2927">3. Case Assignment</h3><p data-start="2928" data-end="3040">A city planner is officially assigned to your case. This person will be your main point of contact and reviewer.</p><h3 data-start="3042" data-end="3082">4. Public Noticing (If Required)</h3><p data-start="3083" data-end="3166">If your project involves a public hearing (like a CUP or tract map), the city will:</p><ul data-start="3168" data-end="3333"><li data-start="3168" data-end="3241"><p data-start="3170" data-end="3241">Require you to mail notices to property owners within a 500-ft radius</p></li><li data-start="3242" data-end="3289"><p data-start="3244" data-end="3289">Publish the notice in a newspaper or online</p></li><li data-start="3290" data-end="3333"><p data-start="3292" data-end="3333">Post a public notice sign on the property</p></li></ul><h3 data-start="3335" data-end="3377">5. Hearing or Staff-Level Decision</h3><p data-start="3378" data-end="3422">Depending on your case, the decision may be:</p><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 279px;" width="839" data-start="3424" data-end="3848"><thead data-start="3424" data-end="3494"><tr data-start="3424" data-end="3494"><th data-start="3424" data-end="3455" data-col-size="sm"><strong data-start="3426" data-end="3439">Case Type</strong></th><th data-start="3455" data-end="3494" data-col-size="sm"><strong data-start="3457" data-end="3475">Decision Maker</strong></th></tr></thead><tbody data-start="3565" data-end="3848"><tr data-start="3565" data-end="3635"><td data-start="3565" data-end="3599" data-col-size="sm">Zoning Administrator Adjustment</td><td data-start="3599" data-end="3635" data-col-size="sm">Zoning Administrator (ZA)</td></tr><tr data-start="3636" data-end="3705"><td data-start="3636" data-end="3666" data-col-size="sm">Conditional Use Permit</td><td data-start="3666" data-end="3705" data-col-size="sm">ZA or Area Planning Commission</td></tr><tr data-start="3706" data-end="3775"><td data-start="3706" data-end="3736" data-col-size="sm">Zone Change or GPA</td><td data-start="3736" data-end="3775" data-col-size="sm">City Planning Commission / Council</td></tr><tr data-start="3776" data-end="3848"><td data-start="3776" data-end="3806" data-col-size="sm">Tract/Parcel Map</td><td data-start="3806" data-end="3848" data-col-size="sm">Advisory Agency or Planning Commission</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div> </div><h2>How Long Does the Process Take?</h2><div class="absolute end-0 flex items-end">Timelines vary based on the case type, environmental review, and city staffing levels. On average:</div></div></div></div><ul data-start="3991" data-end="4162"><li data-start="3991" data-end="4029"><p data-start="3993" data-end="4029"><strong data-start="3993" data-end="4015">Simple adjustments</strong>: 2–4 months</p></li><li data-start="4030" data-end="4073"><p data-start="4032" data-end="4073"><strong data-start="4032" data-end="4059">CUPs, site plan reviews</strong>: 4–6 months</p></li><li data-start="4074" data-end="4121"><p data-start="4076" data-end="4121"><strong data-start="4076" data-end="4098">Zone changes, GPAs</strong>: 8–12 months or more</p></li><li data-start="4122" data-end="4162"><p data-start="4124" data-end="4162"><strong data-start="4124" data-end="4146">EIR-level projects</strong>: 12–24 months</p></li></ul><blockquote data-start="4164" data-end="4266"><p data-start="4166" data-end="4266">Delays are common if required documents are missing or if the project faces community opposition.</p></blockquote><p data-start="4166" data-end="4266"><img decoding="async" class=" wp-image-5598 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1.jpg" alt="Guide to Filling Out the City Planning Application Form in Los Angeles, Giant alarm clock in the grass" width="672" height="448" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2195455365-612x612-1-300x200.jpg 300w" sizes="(max-width: 672px) 100vw, 672px" /></p><h2 data-start="4273" data-end="4305">How to Track Your Case Status</h2><p data-start="4307" data-end="4378">Cities offer online tracking tools where you can monitor case progress:</p><ul data-start="4380" data-end="4626"><li data-start="4380" data-end="4472"><p data-start="4382" data-end="4472"><strong data-start="4382" data-end="4427">Los Angeles (ZIMAS + Planning Case Info):</strong> zimas.lacity.org</p></li><li data-start="4473" data-end="4548"><p data-start="4475" data-end="4548"><strong data-start="4475" data-end="4487">Burbank:</strong> burbankca.gov/planning</p></li><li data-start="4549" data-end="4626"><p data-start="4551" data-end="4626"><strong data-start="4551" data-end="4564">Pasadena:</strong> <a href="http://cityofpasadena.net" target="_blank" rel="noopener">cityofpasadena.net</a></p></li></ul><p data-start="4628" data-end="4730">JDJ Consulting tracks every submission closely and maintains regular communication with case planners.</p><h2 data-start="4737" data-end="4781">Common Pitfalls – and How We Prevent Them</h2><div class="_tableContainer_80l1q_1"><div class="_tableWrapper_80l1q_14 group flex w-fit flex-col-reverse" tabindex="-1"><table class="w-fit min-w-(--thread-content-width)" style="height: 312px;" width="933" data-start="4783" data-end="5460"><thead data-start="4783" data-end="4878"><tr data-start="4783" data-end="4878"><th data-start="4783" data-end="4829" data-col-size="sm"><strong data-start="4785" data-end="4796">Mistake</strong></th><th data-start="4829" data-end="4878" data-col-size="md"><strong data-start="4831" data-end="4847">JDJ Solution</strong></th></tr></thead><tbody data-start="4976" data-end="5460"><tr data-start="4976" data-end="5072"><td data-start="4976" data-end="5022" data-col-size="sm">Missing owner signature</td><td data-start="5022" data-end="5072" data-col-size="md">We obtain notarized authorization upfront</td></tr><tr data-start="5073" data-end="5169"><td data-start="5073" data-end="5119" data-col-size="sm">Wrong entitlement requested</td><td data-start="5119" data-end="5169" data-col-size="md">We analyze zoning + General Plan in advance</td></tr><tr data-start="5170" data-end="5266"><td data-start="5170" data-end="5216" data-col-size="sm">Incorrect legal description or APN</td><td data-start="5216" data-end="5266" data-col-size="md">We verify with title docs and ZIMAS</td></tr><tr data-start="5267" data-end="5363"><td data-start="5267" data-end="5313" data-col-size="sm">Skipped noticing or mailing requirements</td><td data-start="5313" data-end="5363" data-col-size="md">We handle label creation + noticing timelines</td></tr><tr data-start="5364" data-end="5460"><td data-start="5364" data-end="5410" data-col-size="sm">Poor project description</td><td data-start="5410" data-end="5460" data-col-size="md">We draft clear, code-aligned summaries</td></tr></tbody></table><div class="sticky end-(--thread-content-margin) h-0 self-end select-none"><div class="absolute end-0 flex items-end"> </div></div></div></div><blockquote data-start="5462" data-end="5574"><p data-start="5464" data-end="5574">With JDJ, you don’t just file a form—you submit a strategic, complete case that tells your project’s story.</p></blockquote><h2 data-start="5581" data-end="5620">Preparing for Hearings (If Required)</h2><p data-start="5622" data-end="5678">If your case includes a <strong data-start="5646" data-end="5664">public hearing</strong>, we help you:</p><ul data-start="5680" data-end="5871"><li data-start="5680" data-end="5714"><p data-start="5682" data-end="5714">Prepare presentation materials</p></li><li data-start="5715" data-end="5755"><p data-start="5717" data-end="5755">Coordinate with the assigned planner</p></li><li data-start="5756" data-end="5803"><p data-start="5758" data-end="5803">Communicate with neighbors and stakeholders</p></li><li data-start="5804" data-end="5871"><p data-start="5806" data-end="5871">Present at Zoning Administrator or Planning Commission hearings</p></li></ul><p data-start="5873" data-end="5985">We also coach clients on what to expect, who will be in the room, and how to respond to questions or objections.</p><h2 data-start="5992" data-end="6023">What Happens After Approval?</h2><p data-start="6025" data-end="6071">Once approved, your project may still need to:</p><ul data-start="6073" data-end="6241"><li data-start="6073" data-end="6109"><p data-start="6075" data-end="6109">Clear <a href="https://jdj-consulting.com/q-conditions-and-q-removal-winning-discretionary-cases-in-los-angeles-real-estate/"><strong data-start="6081" data-end="6107">conditions of approval</strong></a></p></li><li data-start="6110" data-end="6150"><p data-start="6112" data-end="6150">Record any <a href="https://jdj-consulting.com/the-complete-entitlement-process-in-los-angeles-a-jdj-consulting-group-guide/"><strong data-start="6123" data-end="6148">entitlement documents</strong></a></p></li><li data-start="6151" data-end="6241"><p data-start="6153" data-end="6241">Begin the <strong data-start="6163" data-end="6196">plan check and <a href="https://jdj-consulting.com/the-entitlements-and-permitting-process-los-angeles-a-developers-guide/">permit process</a></strong> with LADBS or your local building department</p></li></ul><p data-start="6243" data-end="6340">JDJ can remain involved to assist with next steps like permit expediting and agency coordination.</p><h2 data-start="6347" data-end="6391">Why Developers Trust JDJ Consulting Group</h2><p data-start="6393" data-end="6469">Our clients don’t come to us for paperwork. They come to us for <strong data-start="6457" data-end="6468">results</strong>.</p><p data-start="6471" data-end="6664">At JDJ Consulting Group, we guide you from pre-submittal strategy through post-approval implementation. We simplify the process and help you avoid setbacks—so your project keeps moving forward.</p><p data-start="6666" data-end="6679">We help with:</p><ul data-start="6681" data-end="6854"><li data-start="6681" data-end="6719"><p data-start="6683" data-end="6719">Feasibility &amp; entitlement strategy</p></li><li data-start="6720" data-end="6758"><p data-start="6722" data-end="6758">Application preparation and filing</p></li><li data-start="6759" data-end="6780"><p data-start="6761" data-end="6780">CEQA coordination</p></li><li data-start="6781" data-end="6819"><p data-start="6783" data-end="6819">Community and stakeholder outreach</p></li><li data-start="6820" data-end="6854"><p data-start="6822" data-end="6854">Permit expediting after approval</p></li></ul><blockquote data-start="6856" data-end="6930"><p data-start="6858" data-end="6930">Our job is to help you secure approvals faster, with fewer surprises.</p></blockquote><p data-start="6858" data-end="6930"><img decoding="async" class=" wp-image-5599 aligncenter" src="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1.jpg" alt="Business people shaking hands in the office. Two entrepreneurs shaking hands on job interview in board room. Corporate business team discussing new agreement. Female manager discussing new project with her colleagues. Company owner on a meeting with new employee in her office." width="704" height="469" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1.jpg 612w, https://jdj-consulting.com/wp-content/uploads/2025/07/istockphoto-2191730457-612x612-1-300x200.jpg 300w" sizes="(max-width: 704px) 100vw, 704px" /></p><h2 data-start="6937" data-end="6985">Ready to File Your City Planning Application?</h2><p data-start="6987" data-end="7097">Whether you’re filing a CUP, map, zone change, or Site Plan Review, JDJ Consulting Group is ready to help you:</p><ul data-start="7099" data-end="7260"><li data-start="7099" data-end="7131"><p data-start="7101" data-end="7131">Know exactly what to request</p></li><li data-start="7132" data-end="7175"><p data-start="7134" data-end="7175">Avoid mistakes that cost time and money</p></li><li data-start="7176" data-end="7217"><p data-start="7178" data-end="7217">Build a clean, persuasive application</p></li><li data-start="7218" data-end="7260"><p data-start="7220" data-end="7260">Move from plan to permit with confidence</p></li></ul><h3 data-start="146" data-end="199">Let’s Take the Stress Out of the Planning Process</h3><p data-start="201" data-end="438">We know the city planning process can feel overwhelming—but you don’t have to face it alone. At <a href="https://jdj-consulting.com/services/">JDJ Consulting Group</a>, we’re here to walk you through every step, answer your questions, and make sure your project is set up for success.</p><p data-start="440" data-end="550">Whether you&#8217;re just starting to explore your options or ready to submit your application, we&#8217;re ready to help.</p><p data-start="552" data-end="714"><strong data-start="552" data-end="581">Call us at <span style="font-weight: 400;"><a href="tel: (818) 793-5058">(818) 793-5058</a>‬ </span></strong>or <a class="cursor-pointer" href="https://jdj-consulting.com/contact-us/" target="_new" rel="noopener" data-start="585" data-end="644"><strong data-start="586" data-end="606">reach out online</strong></a> to schedule a time to talk. Let’s move your project forward—together.</p>								</div>
				<div class="elementor-element elementor-element-23452d4 elementor-widget elementor-widget-html" data-id="23452d4" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div style="max-width: 800px; margin: 3rem auto; padding: 2rem; border-radius: 16px; background: #fff7ed; box-shadow: 0 3px 10px rgba(0,0,0,0.1); text-align: center;">
  <h2 style="color: #020101;">Ready to File Your City Planning Application?</h2>
  <p style="font-size: 1rem; color: #7A7A7A;">Let JDJ Consulting Group help you avoid costly errors and delays. From zoning strategy to application prep, we’ll walk you through every step.</p>
  <a href="https://jdj-consulting.com/contact/" style="display: inline-block; margin-top: 1rem; padding: 12px 24px; background-color: #FF631B; color: #fff; border-radius: 6px; text-decoration: none; font-weight: bold;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Schedule Your Consultation</a>
  <p style="margin-top: 0.5rem; color: #7A7A7A;">Or call us at <strong>(818) 793-5058</strong></p>
</div>
				</div>
				<div class="elementor-element elementor-element-4ee8c83 elementor-widget elementor-widget-text-editor" data-id="4ee8c83" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h2 data-start="7382" data-end="7432">FAQs: Filing the City Planning Application Form in Los Angeles</h2><h3 data-start="318" data-end="363">What is a City Planning Application Form?</h3><p data-start="365" data-end="610">A City Planning Application Form is an official document used to request land use approvals or discretionary entitlements for development projects. It helps the planning department understand your proposal and initiate the formal review process.</p><ul data-start="612" data-end="792"><li data-start="612" data-end="705"><p data-start="614" data-end="705">It’s required for actions like zone changes, conditional use permits, tract maps, and more.</p></li><li data-start="706" data-end="792"><p data-start="708" data-end="792">The form typically includes project details, zoning data, and applicant information.</p></li></ul><h3 data-start="919" data-end="974">When do I need to file a City Planning Application?</h3><p data-start="976" data-end="1084">You need to file the application when your project requires any discretionary action from the city, such as:</p><ul data-start="1086" data-end="1298"><li data-start="1086" data-end="1115"><p data-start="1088" data-end="1115">A zoning change or variance</p></li><li data-start="1116" data-end="1143"><p data-start="1118" data-end="1143">A new tract or parcel map</p></li><li data-start="1144" data-end="1176"><p data-start="1146" data-end="1176">A conditional use permit (CUP)</p></li><li data-start="1177" data-end="1228"><p data-start="1179" data-end="1228">Site plan review for projects over a certain size</p></li><li data-start="1229" data-end="1298"><p data-start="1231" data-end="1298">Requests related to the California Environmental Quality Act (CEQA)</p></li></ul><p data-start="1300" data-end="1453">Not sure if your project qualifies? <a class="cursor-pointer" href="https://calendly.com/jonathan-jdj-consulting/30min" target="_new" rel="noopener" data-start="1336" data-end="1424">Schedule a meeting with JDJ Consulting <span style="color: #005177;">official</span></a> to review your entitlements.</p><h3 data-start="1460" data-end="1508">How do I know which entitlements to request?</h3><p data-start="1510" data-end="1708">Determining the right entitlements involves analyzing your site’s zoning, general plan designation, overlays, and project goals. Incorrectly selecting your entitlements can lead to delays or denial.</p><p data-start="1710" data-end="1740">Here’s what you should review:</p><ul data-start="1741" data-end="1902"><li data-start="1741" data-end="1816"><p data-start="1743" data-end="1816">Current zoning and land use (via <a class="cursor-pointer" target="_new" rel="noopener" data-start="1776" data-end="1808">ZIMAS</a> for LA)</p></li><li data-start="1817" data-end="1844"><p data-start="1819" data-end="1844">General Plan Land Use Map</p></li><li data-start="1845" data-end="1902"><p data-start="1847" data-end="1902">Height districts and special overlays (e.g., TOC, HPOZ)</p></li></ul><h3 data-start="2011" data-end="2065">What documents must I submit with the application?</h3><p data-start="2067" data-end="2150">Along with the form, most cities require a full application packet, which includes:</p><ul data-start="2152" data-end="2354"><li data-start="2152" data-end="2192"><p data-start="2154" data-end="2192">Site plan, floor plans, and elevations</p></li><li data-start="2193" data-end="2220"><p data-start="2195" data-end="2220">Legal description and APN</p></li><li data-start="2221" data-end="2242"><p data-start="2223" data-end="2242">Owner authorization</p></li><li data-start="2243" data-end="2274"><p data-start="2245" data-end="2274">Photos of existing conditions</p></li><li data-start="2275" data-end="2311"><p data-start="2277" data-end="2311">CEQA environmental clearance forms</p></li><li data-start="2312" data-end="2354"><p data-start="2314" data-end="2354">Noticing materials (labels, radius maps)</p></li></ul><p data-start="2356" data-end="2486">For a full checklist tailored to your city, <a href="https://jdj-consulting.com/land-use-consulting/">see our permitting services overview.</a></p><h3 data-start="2493" data-end="2533">Can I submit the application online?</h3><p data-start="2535" data-end="2605">Yes, many cities—including Los Angeles—now accept digital submissions.</p><ul data-start="2607" data-end="2832"><li data-start="2607" data-end="2697"><p data-start="2609" data-end="2697">LA uses the <a class="cursor-pointer" target="_new" rel="noopener" data-start="2621" data-end="2697">DSC Online Portal</a></p></li><li data-start="2698" data-end="2764"><p data-start="2700" data-end="2764">Pasadena and Glendale may require in-person or hybrid submission</p></li><li data-start="2765" data-end="2832"><p data-start="2767" data-end="2832">Some cities still accept only paper applications with USB backups</p></li></ul><h3 data-start="2931" data-end="2979">How much are City Planning Application fees?</h3><p data-start="2981" data-end="3073">Fees vary based on case type and project complexity. Here&#8217;s a general range for Los Angeles:</p><ul data-start="3075" data-end="3211"><li data-start="3075" data-end="3101"><p data-start="3077" data-end="3101">CUP: $13,000 – $15,000</p></li><li data-start="3102" data-end="3136"><p data-start="3104" data-end="3136">Zone Change: $12,000 – $17,000</p></li><li data-start="3137" data-end="3177"><p data-start="3139" data-end="3177">Parcel/Tract Map: $10,000 – $20,000+</p></li><li data-start="3178" data-end="3211"><p data-start="3180" data-end="3211">CEQA Review: $8,000 – $100,000+</p></li></ul><p data-start="3213" data-end="3394">Cities often update fee schedules annually. You can check <a class="cursor-pointer" href="https://planning.lacity.gov/odocument/62df4599-b5b3-4ce9-880f-ec4de6b1a1c2/Appendix_2.4_-_Summary_of_Case_Filing_and_Building_Permitting_Fees_(Adopted).pdf" target="_blank" rel="noopener" data-start="3271" data-end="3363">Los Angeles Planning’s Fee Schedule</a> or contact us for an estimate.</p><h3 data-start="3401" data-end="3445">How long does it take to get a decision?</h3><p data-start="3447" data-end="3490">Timelines vary, but here’s a typical range:</p><ul data-start="3492" data-end="3637"><li data-start="3492" data-end="3524"><p data-start="3494" data-end="3524">Simple adjustments: 2–3 months</p></li><li data-start="3525" data-end="3562"><p data-start="3527" data-end="3562">CUP or Site Plan Review: 4–6 months</p></li><li data-start="3563" data-end="3596"><p data-start="3565" data-end="3596">Zone Change or GPA: 8–12 months</p></li><li data-start="3597" data-end="3637"><p data-start="3599" data-end="3637">Projects requiring EIRs: 12–24+ months</p></li></ul><h3 data-start="3780" data-end="3838">What is CEQA and how does it relate to my application?</h3><p data-start="3840" data-end="3954">CEQA—the California Environmental Quality Act—requires cities to assess environmental impacts of certain projects.</p><p data-start="3956" data-end="3997">Depending on your proposal, the city may:</p><ul data-start="3998" data-end="4118"><li data-start="3998" data-end="4022"><p data-start="4000" data-end="4022">Grant a CEQA exemption</p></li><li data-start="4023" data-end="4071"><p data-start="4025" data-end="4071">Require a Mitigated Negative Declaration (MND)</p></li><li data-start="4072" data-end="4118"><p data-start="4074" data-end="4118">Trigger an Environmental Impact Report (EIR)</p></li></ul><h3 data-start="4275" data-end="4318">Do I need a public hearing for my case?</h3><p data-start="4320" data-end="4389">Public hearings are required for many discretionary cases, including:</p><ul data-start="4391" data-end="4488"><li data-start="4391" data-end="4423"><p data-start="4393" data-end="4423">Conditional Use Permits (CUPs)</p></li><li data-start="4424" data-end="4465"><p data-start="4426" data-end="4465">Zone changes or General Plan Amendments</p></li><li data-start="4466" data-end="4488"><p data-start="4468" data-end="4488">Tract or parcel maps</p></li></ul><p data-start="4490" data-end="4519">During the process, the city:</p><ul data-start="4520" data-end="4670"><li data-start="4520" data-end="4561"><p data-start="4522" data-end="4561">Sends notices to nearby property owners</p></li><li data-start="4562" data-end="4593"><p data-start="4564" data-end="4593">Posts a public notice on-site</p></li><li data-start="4594" data-end="4670"><p data-start="4596" data-end="4670">May require a hearing with the Planning Commission or Zoning Administrator</p></li></ul><p data-start="4672" data-end="4760">We guide you through the outreach and representation process to prepare for any hearing.</p><h3 data-start="4767" data-end="4812">Can I update my application after filing?</h3><p data-start="4814" data-end="4877">Yes, but it depends on the stage of review. You may be able to:</p><ul data-start="4879" data-end="5062"><li data-start="4879" data-end="4941"><p data-start="4881" data-end="4941">Submit minor plan changes or corrections during early review</p></li><li data-start="4942" data-end="4989"><p data-start="4944" data-end="4989">Add supplemental materials requested by staff</p></li><li data-start="4990" data-end="5062"><p data-start="4992" data-end="5062">Refile or amend for major changes—though this may trigger new hearings</p></li></ul><h3 data-start="5160" data-end="5210">What happens after my application is approved?</h3><p data-start="5212" data-end="5242">Post-approval, you’ll need to:</p><ul data-start="5244" data-end="5466"><li data-start="5244" data-end="5284"><p data-start="5246" data-end="5284">Satisfy any <strong data-start="5258" data-end="5284">conditions of approval</strong></p></li><li data-start="5285" data-end="5340"><p data-start="5287" data-end="5340">Record any required documents (e.g., covenants, maps)</p></li><li data-start="5341" data-end="5409"><p data-start="5343" data-end="5409">Submit building plans to <strong data-start="5368" data-end="5409">LADBS or your local permitting office</strong></p></li><li data-start="5410" data-end="5466"><p data-start="5412" data-end="5466">Begin <strong data-start="5418" data-end="5439">permit expediting</strong> and construction timelines</p></li></ul><h3 data-start="5616" data-end="5691">Why should I work with JDJ Consulting Group on my planning application?</h3><p data-start="5693" data-end="5787">Filing a City Planning Application isn’t just paperwork—it’s strategic. At JDJ Consulting, we:</p><ul data-start="5789" data-end="6056"><li data-start="5789" data-end="5833"><p data-start="5791" data-end="5833">Guide you through every entitlement needed</p></li><li data-start="5834" data-end="5888"><p data-start="5836" data-end="5888">Assemble a complete and accurate application package</p></li><li data-start="5889" data-end="5938"><p data-start="5891" data-end="5938">Coordinate with city agencies and case planners</p></li><li data-start="5939" data-end="5998"><p data-start="5941" data-end="5998">Represent you at public hearings and stakeholder meetings</p></li><li data-start="5999" data-end="6056"><p data-start="6001" data-end="6056">Help you move from vision to approval with fewer delays</p></li></ul><p data-start="6058" data-end="6147">We’ve helped clients succeed in <strong data-start="6090" data-end="6134">Los Angeles, Burbank, Pasadena, Glendale</strong>, and beyond.</p><p data-start="6058" data-end="6147"><span style="font-weight: 400;">[contact-form-7]</span></p>								</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/">Guide to Filling Out the City Planning Application Form Los Angeles</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jdj-consulting.com/guide-to-filling-out-the-city-planning-application-form-in-los-angeles/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to do Podium Deck Construction in Los Angeles? The Complete Process</title>
		<link>https://jdj-consulting.com/building-a-podium-deck-here-is-the-process/</link>
					<comments>https://jdj-consulting.com/building-a-podium-deck-here-is-the-process/#comments</comments>
		
		<dc:creator><![CDATA[Jake Heller]]></dc:creator>
		<pubDate>Wed, 25 Jun 2025 08:00:11 +0000</pubDate>
				<category><![CDATA[Land Use & Entitlements]]></category>
		<category><![CDATA[Los Angeles City Planning]]></category>
		<category><![CDATA[los angeles land consulting]]></category>
		<category><![CDATA[podium deck]]></category>
		<category><![CDATA[Real Estate]]></category>
		<guid isPermaLink="false">https://jdj-consulting.com/?p=2882</guid>

					<description><![CDATA[<p>How to Build Podium Deck in Los Angeles? The Complete Process We’re constructing the podium deck for an apartment building in Los Angeles. It’s a major construction milestone, so I thought diving into the specifics of how it gets done will be helpful for everybody. Each phase is critical, and I’m here to explain the [&#8230;]</p>
<p>The post <a href="https://jdj-consulting.com/building-a-podium-deck-here-is-the-process/">How to do Podium Deck Construction in Los Angeles? The Complete Process</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2882" class="elementor elementor-2882">
				<div class="elementor-element elementor-element-9537e3f e-flex e-con-boxed e-con e-parent" data-id="9537e3f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-bd25742 elementor-widget elementor-widget-text-editor" data-id="bd25742" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h1>How to Build Podium Deck in Los Angeles? The Complete Process </h1><p>We’re constructing the podium deck for an apartment building in Los Angeles. It’s a major construction milestone, so I thought diving into the specifics of how it gets done will be helpful for everybody. Each phase is critical, and I’m here to explain the intricacies of the tasks, so you get the answer for how to build podium deck right away!</p>								</div>
				<div class="elementor-element elementor-element-71850c7 elementor-widget elementor-widget-heading" data-id="71850c7" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">10 Steps on How to Build Podium Deck in Los Angeles</h2>				</div>
				<div class="elementor-element elementor-element-9981eb1 elementor-widget elementor-widget-image" data-id="9981eb1" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
															<img loading="lazy" decoding="async" width="800" height="409" src="https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4-1024x524.png" class="attachment-large size-large wp-image-3845" alt="10 Steps on How to Build Podium Deck in Los Angeles​: image" srcset="https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4-1024x524.png 1024w, https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4-300x154.png 300w, https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4-768x393.png 768w, https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4-1536x787.png 1536w, https://jdj-consulting.com/wp-content/uploads/2024/09/Screenshot_4.png 1808w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				<div class="elementor-element elementor-element-6ed4d4d elementor-widget elementor-widget-heading" data-id="6ed4d4d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 1: Slab Completion</h2>				</div>
				<div class="elementor-element elementor-element-a928f42 elementor-widget elementor-widget-text-editor" data-id="a928f42" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>The slab is a foundational element designed for stability and load bearing capacity to support the future structure’s weight and subsequent construction phases.</p>								</div>
				<div class="elementor-element elementor-element-b7265af elementor-widget elementor-widget-heading" data-id="b7265af" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 2: Temporary Shoring and Sheeting</h2>				</div>
				<div class="elementor-element elementor-element-ce44e08 elementor-widget elementor-widget-text-editor" data-id="ce44e08" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><a href="https://www.youtube.com/watch?v=Gw8R69S_Kw4" target="_blank" rel="noopener">Shoring</a> is the support that holds the deck up during construction. It’s only temporary and will be removed after the deck is poured. The sheeting acts as the base upon which concrete is poured; it is laid across the shoring and concrete columns to create a mold for the deck. This is essential for maintaining the shape and integrity of the poured concrete as it sets and cures, and it provides a base for our crew to work and manuever around.</p>								</div>
				<div class="elementor-element elementor-element-4d6f9f1 elementor-widget elementor-widget-heading" data-id="4d6f9f1" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 3: Framer snapping</h2>				</div>
				<div class="elementor-element elementor-element-dfd073a elementor-widget elementor-widget-text-editor" data-id="dfd073a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Once our shoring and sheeting are securely in place, framers come in to “snap” or mark out the layout for the deck and all the walls.</p>								</div>
				<div class="elementor-element elementor-element-72e323d elementor-widget elementor-widget-heading" data-id="72e323d" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 4: Plumber Cans</h2>				</div>
				<div class="elementor-element elementor-element-a38de11 elementor-widget elementor-widget-text-editor" data-id="a38de11" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p>Plumbing integration begins with the positioning of plumber cans. These are placeholders for plumbing lines and fixtures that need to be encased in the concrete.</p>								</div>
				<div class="elementor-element elementor-element-f0cad16 elementor-widget elementor-widget-heading" data-id="f0cad16" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 5: Rebar Bottom Layers</h2>				</div>
				<div class="elementor-element elementor-element-8ac9798 elementor-widget elementor-widget-text-editor" data-id="8ac9798" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									The strength of the deck relies heavily on the rebar, the steel reinforement placed within the conrete. Bottom layers of rebar are arranged first.								</div>
				<div class="elementor-element elementor-element-ad6981a elementor-widget elementor-widget-heading" data-id="ad6981a" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 6: Electrician’s Conduits</h2>				</div>
				<div class="elementor-element elementor-element-9cf815c elementor-widget elementor-widget-text-editor" data-id="9cf815c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									Electrical conduits are then embedded within the podium deck. These will house the electrical wiring								</div>
				<div class="elementor-element elementor-element-29b3d70 elementor-widget elementor-widget-heading" data-id="29b3d70" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 7: Rebar Top Layers</h2>				</div>
				<div class="elementor-element elementor-element-bc038a3 elementor-widget elementor-widget-text-editor" data-id="bc038a3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									The top layers of rebar are then added, which will help reinforce the concrete deck. This double layer of steel is essential for structural integrity								</div>
				<div class="elementor-element elementor-element-9b258b5 elementor-widget elementor-widget-heading" data-id="9b258b5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 8: Anchor Bolts and Depressions</h2>				</div>
				<div class="elementor-element elementor-element-9a30c5e elementor-widget elementor-widget-text-editor" data-id="9a30c5e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									Anchor bolts are installed to secure the verticial elements to the deck. Depressions in the concrete are made to allow for various installations.								</div>
				<div class="elementor-element elementor-element-3d27193 elementor-widget elementor-widget-heading" data-id="3d27193" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 9: Inspections and Final Prep</h2>				</div>
				<div class="elementor-element elementor-element-5527178 elementor-widget elementor-widget-text-editor" data-id="5527178" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									A deputy inspector and engineer will review and certify everything, followed by a city inspector to ensure compliance with all building codes and verifies that we are ready to pour concrete								</div>
				<div class="elementor-element elementor-element-638f8c5 elementor-widget elementor-widget-heading" data-id="638f8c5" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
					<h2 class="elementor-heading-title elementor-size-default">Step 10: Pour Concrete</h2>				</div>
				<div class="elementor-element elementor-element-c81ea20 elementor-widget elementor-widget-text-editor" data-id="c81ea20" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<p><strong>Major milestone achieved!</strong><br />We intend to complete all of this work in a one month period. <strong>Wish us luck!</strong></p>								</div>
				<div class="elementor-element elementor-element-4125c3c elementor-widget elementor-widget-text-editor" data-id="4125c3c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									Reminder that we’re a full service general contractor and <a href="/land-use-consulting/" class="blog_link">land use consultant</a>. If you or anybody in your network needs a GC or help with entitlement work, let me know!
We’re building 500+ units as a GC and entitling 3,000+ units in the City of Los Angeles.								</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-c6ff32d e-flex e-con-boxed e-con e-parent" data-id="c6ff32d" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-ce7a715 elementor-widget elementor-widget-html" data-id="ce7a715" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<div id="podium-calc" style="max-width:700px;margin:auto;padding:20px;border:1px solid #ecf0f1;border-radius:10px;font-family:sans-serif;background:#fff7ed;">
  <h2 style="text-align:center;color:#020101;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3d7.png" alt="🏗" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Podium Deck Feasibility Estimator</h2>
  <p style="text-align:center;color:#7A7A7A;">Quickly gauge construction cost & project complexity.</p>
  
  <form id="deckForm">
    <label style="color:#020101;">Lot Size (sq ft):<br>
      <input type="number" id="lotSize" required
        style="width:100%;padding:8px;margin:5px 0;border:1px solid #ecf0f1;border-radius:5px;">
    </label><br>
    
    <label style="color:#020101;">Planned Podium Stories:<br>
      <select id="stories"
        style="width:100%;padding:8px;margin:5px 0;border:1px solid #ecf0f1;border-radius:5px;">
        <option value="1">1 Story</option>
        <option value="2">2 Stories</option>
        <option value="3">3 Stories</option>
        <option value="4">4+ Stories</option>
      </select>
    </label><br>
    
    <label style="color:#020101;">Primary Use Above Podium:<br>
      <select id="useType"
        style="width:100%;padding:8px;margin:5px 0;border:1px solid #ecf0f1;border-radius:5px;">
        <option value="residential">Residential</option>
        <option value="commercial">Commercial/Retail</option>
        <option value="mixed">Mixed-Use</option>
      </select>
    </label><br>

    <button type="button" onclick="calculateDeck()"
      style="margin-top:10px;background:#FF631B;color:#020101;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;">
      Estimate My Project
    </button>
  </form>
  
  <div id="deckResult" style="margin-top:20px;font-weight:bold;color:#020101;"></div>
</div>

<script>
function calculateDeck() {
  const lotSize = parseFloat(document.getElementById("lotSize").value);
  const stories = parseInt(document.getElementById("stories").value);
  const useType = document.getElementById("useType").value;

  if (!lotSize || lotSize < 500) {
    document.getElementById("deckResult").innerText =
      "Please enter a valid lot size (min 500 sq ft).";
    return;
  }

  let costPerSF = {
    residential: 225,
    commercial: 275,
    mixed: 250
  }[useType];

  let podiumFactor = 1 + (stories - 1) * 0.15;
  let totalCost = lotSize * costPerSF * podiumFactor;

  let costLow = (totalCost * 0.9).toLocaleString();
  let costHigh = (totalCost * 1.1).toLocaleString();

  let feasibility = "&#x1f7e2; Likely Feasible (based on lot + use)";
  if (lotSize < 5000 || stories > 3)
    feasibility = "&#x1f7e1; May Need Deeper Review (size/complexity)";
  if (lotSize < 2500 || stories >= 4)
    feasibility = "&#x1f534; High-Risk: Requires Site-Specific Study";

  document.getElementById("deckResult").innerHTML = `
    <p>&#x1f3f7; Estimated Construction Cost Range:
      <strong>$${costLow} – $${costHigh}</strong></p>
    <p>&#x1f4ca; Feasibility Snapshot:
      <strong>${feasibility}</strong></p>
    <p style="color:#7A7A7A;">
      &#x1f4de; For a full analysis, call JDJ Consulting at (818) 827-6243 or
      <a href="https://jdj-consulting.com/contact/" target="_blank"
         style="color:#FF631B;text-decoration:none;">
         contact us online
      </a>.
    </p>
  `;
}
</script>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-bd3defc e-flex e-con-boxed e-con e-parent" data-id="bd3defc" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-7fcd20e elementor-widget elementor-widget-html" data-id="7fcd20e" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
					<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>Podium Deck Process</title>
  <style>
    .timeline {
      max-width: 800px;
      margin: 48px auto;
      background: #fff7ed;
      padding: 40px;
      font-family: 'Segoe UI', sans-serif;
      border-radius: 16px;
      box-shadow: 0 3px 18px rgba(0,0,0,0.08);
    }
    .timeline h2 {
      font-size: 26px;
      text-align: center;
      margin-bottom: 30px;
      color: #020101;
    }
    .step {
      display: flex;
      flex-direction: row;
      margin-bottom: 28px;
    }
    .step:nth-child(even) {
      flex-direction: row-reverse;
    }
    .circle {
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background: #FF631B;
      color: #020101;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      flex-shrink: 0;
    }
    .content {
      background: #f9f9f9;
      border-radius: 8px;
      padding: 18px;
      margin: 0 16px;
      flex-grow: 1;
      box-shadow: inset 0 0 0 1px #ecf0f1;
    }
    .content h3 {
      margin: 0 0 8px;
      color: #020101;
      font-size: 18px;
    }
    .content p {
      margin: 0;
      font-size: 15px;
      color: #7A7A7A;
    }
    @media (max-width: 600px) {
      .step {
        flex-direction: column;
        align-items: flex-start;
      }
      .step:nth-child(even) {
        flex-direction: column;
      }
      .circle {
        margin-bottom: 12px;
      }
    }
  </style>
</head>
<body>
  <div class="timeline">
    <h2><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f3e2.png" alt="🏢" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Podium Deck Construction Process</h2>
    
    <div class="step">
      <div class="circle">1</div>
      <div class="content">
        <h3>Preliminary Feasibility</h3>
        <p>Study site conditions, pod deck footprint, structural load, and zoning allowances early.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">2</div>
      <div class="content">
        <h3>Structural Design & Coordination</h3>
        <p>Structural engineer designs podium slab and structural framing—architect and engineer coordination is key.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">3</div>
      <div class="content">
        <h3>Architectural & MEP Plans</h3>
        <p>Prepare architecture, mechanical, plumbing, and electrical plans integrated with structural slab design.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">4</div>
      <div class="content">
        <h3>Entitlement & Plan Check</h3>
        <p>Submit planning, zoning, and LADBS structural review. Address corrections thoroughly to achieve RTI.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">5</div>
      <div class="content">
        <h3>Site & Foundation Prep</h3>
        <p>Excavate, pour footings, grade site, install waterproof membrane and foundation sloping systems.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">6</div>
      <div class="content">
        <h3>Podium Slab & Framing</h3>
        <p>Cure concrete slab, waterproof podium, then move into wood or steel framing for above podium structure.</p>
      </div>
    </div>

    <div class="step">
      <div class="circle">7</div>
      <div class="content">
        <h3>Inspections & Back-of-Podium Build-Up</h3>
        <p>Schedule podium plumbing, waterproofing, and structural inspections before above-deck construction.</p>
      </div>
    </div>
    
    <div class="step">
      <div class="circle">8</div>
      <div class="content">
        <h3>Above-Podium Construction & Finishes</h3>
        <p>Complete above-deck framing, exterior envelope, and interior finishes post podium slab inspection.</p>
      </div>
    </div>
  </div>
</body>
</html>
				</div>
					</div>
				</div>
				</div>
		<p>The post <a href="https://jdj-consulting.com/building-a-podium-deck-here-is-the-process/">How to do Podium Deck Construction in Los Angeles? The Complete Process</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jdj-consulting.com/building-a-podium-deck-here-is-the-process/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>A Complete Guide to Los Angeles City Planning Process: Everything You Need to Know</title>
		<link>https://jdj-consulting.com/a-complete-guide-to-los-angeles-city-planning-process/</link>
					<comments>https://jdj-consulting.com/a-complete-guide-to-los-angeles-city-planning-process/#comments</comments>
		
		<dc:creator><![CDATA[Jake Heller]]></dc:creator>
		<pubDate>Thu, 19 Jun 2025 16:21:40 +0000</pubDate>
				<category><![CDATA[Construction Approval Process]]></category>
		<category><![CDATA[LA Building Permits]]></category>
		<category><![CDATA[Land Use Regulations]]></category>
		<category><![CDATA[Los Angeles City Planning]]></category>
		<category><![CDATA[Planning Approval Process]]></category>
		<category><![CDATA[Zoning in Los Angeles]]></category>
		<guid isPermaLink="false">https://jdj-consulting.com/?p=3588</guid>

					<description><![CDATA[<p>Trying to build or renovate in Los Angeles? This guide breaks down the city planning process step by step—from zoning rules to permits—so you know what to expect and how to avoid delays.</p>
<p>The post <a href="https://jdj-consulting.com/a-complete-guide-to-los-angeles-city-planning-process/">A Complete Guide to Los Angeles City Planning Process: Everything You Need to Know</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3588" class="elementor elementor-3588">
				<div class="elementor-element elementor-element-9af91ce e-con-full e-flex e-con e-parent" data-id="9af91ce" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-34146ed2 elementor-widget elementor-widget-text-editor" data-id="34146ed2" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
									<h1>A Complete Guide to Los Angeles City Planning Process: Everything You Need to Know</h1><p>Getting through Los Angeles city planning can feel hard. Property owners, builders, and business people need to understand LA&#8217;s planning rules. This guide explains everything about city planning in America&#8217;s most complex city.</p><p>City of Los Angeles uses a special planning system that affects millions of people. The city&#8217;s planning <a href="https://cao.lacity.gov/budget25-26/BlueBook1/2025-26BlueBookVol1.pdf" target="_blank" rel="noopener">office handles over 15,000 applications</a> each year. This makes it one of America&#8217;s busiest city planning offices.</p><h2>Understanding Los Angeles City Planning</h2><p>Los Angeles city planning works through a detailed system. The system manages growth and protects neighborhoods across 502 square miles. The process involves many review steps from zoning regulations to building permits.</p><p>The city gets its planning power from the General Plan. This plan guides all land use choices in the city. The plan splits LA into 35 Community Plan Areas. Each area has <a href="https://jdj-consulting.com/comprehensive-guide-to-land-use-zoning-and-entitlement-processes-in-los-angeles/">specific zoning rules</a> and building standards.</p><figure id="attachment_3609" aria-describedby="caption-attachment-3609" style="width: 1080px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="size-full wp-image-3609" src="https://jdj-consulting.com/wp-content/uploads/2025/06/Green-Modern-Land-for-Sale-Promotion-Instagram-Post.png" alt="Modern infographic showing a luxury home with a pool, featuring four main topics—Planning Principles, Department Structure, Planning Process, and Zoning Review—related to Los Angeles city planning. Includes a contact button, website link, and phone number for JDJ Consulting." width="1080" height="1350" srcset="https://jdj-consulting.com/wp-content/uploads/2025/06/Green-Modern-Land-for-Sale-Promotion-Instagram-Post.png 1080w, https://jdj-consulting.com/wp-content/uploads/2025/06/Green-Modern-Land-for-Sale-Promotion-Instagram-Post-240x300.png 240w, https://jdj-consulting.com/wp-content/uploads/2025/06/Green-Modern-Land-for-Sale-Promotion-Instagram-Post-819x1024.png 819w, https://jdj-consulting.com/wp-content/uploads/2025/06/Green-Modern-Land-for-Sale-Promotion-Instagram-Post-768x960.png 768w" sizes="(max-width: 1080px) 100vw, 1080px" /><figcaption id="caption-attachment-3609" class="wp-caption-text">Simplify Los Angeles city planning. From zoning regulations to permit issuance, this guide covers what property owners need to know.</figcaption></figure><h3>Key Planning Principles</h3><p>The city follows several main ideas in its land use planning work:</p><ul><li>Smart Growth: Building development near bus and train lines</li><li>Environmental Protection: Saving sensitive areas and stopping urban sprawl</li><li>Community Character: Keeping neighborhood identity while allowing proper growth</li><li>Economic Development: Supporting job creation and business growth</li><li>Supportive Housing Production: Solving the housing crisis through smart zoning</li></ul><h2>The Role of Los Angeles Department of City Planning</h2><p>The <a href="https://planning.lacity.gov/" target="_blank" rel="noopener">Los Angeles Department of City Planning</a> oversees land use choices. This commission office employs over 300 staff members. The team includes planners, architects, environmental experts, and office workers.</p><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3611" src="https://jdj-consulting.com/wp-content/uploads/2025/06/unnamed.webp" alt="los angeles department of city planning building" width="1360" height="766" srcset="https://jdj-consulting.com/wp-content/uploads/2025/06/unnamed.webp 1360w, https://jdj-consulting.com/wp-content/uploads/2025/06/unnamed-300x169.webp 300w, https://jdj-consulting.com/wp-content/uploads/2025/06/unnamed-1024x577.webp 1024w, https://jdj-consulting.com/wp-content/uploads/2025/06/unnamed-768x433.webp 768w" sizes="(max-width: 1360px) 100vw, 1360px" /></p><p>The department handles these main jobs:</p><p>Long-Range Planning</p><ul><li>Updating Community Plans every 10-20 years</li><li>Creating citywide planning policies and rules</li><li>Doing environmental impact studies</li><li>Working with regional planning agencies</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Current Planning</p><ul><li>Looking at development applications</li><li>Processing permit requests</li><li>Running public hearings</li><li>Giving planning approvals</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Code Enforcement</p><ul><li>Looking into planning and zoning violations</li><li>Making sure construction projects follow approved building plans</li><li>Working with other city offices</li></ul><h3>How the Department Works</h3><table style="height: 300px;" width="827"><thead><tr><th>Division</th><th>Main Job</th><th>Staff Number</th></tr></thead><tbody><tr><td>Community Planning</td><td>Long-range planning and policy</td><td>85</td></tr><tr><td>Current Planning</td><td>Land development review and approvals</td><td>120</td></tr><tr><td>Code Studies</td><td>Zoning code updates and research</td><td>25</td></tr><tr><td>Environmental Review</td><td>Environmental law compliance and analysis</td><td>45</td></tr><tr><td>Administration</td><td>Support city planning services and management</td><td>35</td></tr></tbody></table><h2>Types of Planning Applications and Approvals</h2><p>Understanding different planning applications helps you navigate the system. Each application type has specific needs, timelines, and approval steps.</p><h3>Administrative Approvals</h3><p>These are routine choices made by staff without public hearings:</p><p>Zoning Administrator Decisions</p><ul><li>Plot plan reviews for small projects</li><li>Minor conditional use permits</li><li>Zoning interpretations</li><li>Administrative clearances</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Director Decisions</p><ul><li>Larger conditional use permits</li><li>Site development reviews</li><li>Design reviews in special overlay zones</li></ul><h3>Discretionary Approvals</h3><p>These need public hearings and involve more complex review steps:</p><p>Planning Commission Cases</p><ul><li>Major conditional use permits</li><li>Variances and zone changes</li><li>Tentative tract maps</li><li><a href="https://jdj-consulting.com/navigating-entitlements-permits-in-los-angeles/">Project permits</a> and master land use permits</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>City Council Cases</p><ul><li>General plan amendments</li><li>Zone changes affecting large areas</li><li>Appeals of Planning Commission decisions</li><li>Major development agreements</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4353" src="https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-6.png" alt="la planning and development cost" width="904" height="732" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-6.png 904w, https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-6-300x243.png 300w, https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-6-768x622.png 768w" sizes="(max-width: 904px) 100vw, 904px" /></p><h2>The Step-by-Step Planning Process</h2><p>Successfully getting through LA&#8217;s planning process needs understanding each phase. Here&#8217;s how the typical process works:</p><h3>Phase 1: Pre-Application Talk</h3><p>Before submitting any formal application, smart builders talk first. This important step can save months of delays. It can also save thousands of dollars in revision costs.</p><p>What to Expect:</p><ul><li>Meeting with assigned planner</li><li>Review of project possibility</li><li>Finding potential problems</li><li>Talk about needed studies and reports</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Timeline: 2-4 weeks to schedule and complete</p><h3>Phase 2: Application Preparation and Submission</h3><p>Proper application preparation is key for avoiding delays. The city has specific format needs and paperwork standards. You must follow these exactly.</p><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3614" src="https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4.png" alt="Working process professional young at construction builder in white protective helmet talking to" width="913" height="615" srcset="https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4.png 913w, https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-300x202.png 300w, https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-768x517.png 768w" sizes="(max-width: 913px) 100vw, 913px" /></p><p>Required Documents:</p><ul><li>Completed application forms</li><li>Project plans and drawings</li><li>Environmental paperwork</li><li>Public benefit analysis (if needed)</li><li>Fee payments</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Common Submission Errors:</p><ul><li>Incomplete application forms</li><li>Plans that don&#8217;t meet drawing standards</li><li>Missing required studies</li><li>Wrong fee calculations</li></ul><h3>Phase 3: Completeness Review</h3><p>Once submitted, applications go through a completeness review. This makes sure all needed materials are included. This phase typically takes 2-4 weeks.</p><p>Possible Results:</p><ul><li>Application deemed complete and moves to technical review</li><li>Request for additional information issued</li><li>Application returned for major problems</li></ul><h3>Phase 4: Technical Review and Analysis</h3><p>This phase involves detailed review by multiple city offices. It can take 3-12 months depending on project complexity.</p><p>Review Areas:</p><ul><li>Zoning compliance analysis</li><li>Environmental impact assessment</li><li>Traffic and parking studies</li><li>Infrastructure capacity evaluation</li><li>Design and compatibility review</li></ul><h3>Phase 5: Public Participation and Hearings</h3><p>Most projects need public input through community meetings. They also need formal hearings.</p><p>Public Participation Process:</p><ul><li>Community stakeholder meetings</li><li>Public notification requirements</li><li>Hearing preparation and presentation</li><li>Appeal period following decisions</li></ul><h2>Key Departments and Agencies Involved</h2><p>Los Angeles city planning involves working with multiple offices. Understanding each group&#8217;s role helps make the process smoother.</p><h3>Primary City Departments</h3><p>Department of Building and Safety (LADBS)</p><ul><li>Issues building permits after planning approval</li><li>Conducts preliminary plan check/s for building codes compliance</li><li>Performs construction inspections</li><li>Handles occupancy permits</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Department of Transportation (LADOT)</p><ul><li>Reviews traffic impact studies</li><li>Approves access and circulation plans</li><li>Issues permits for work in public streets</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Fire Department (LAFD)</p><ul><li>Reviews fire safety plans</li><li>Approves access for emergency vehicles</li><li>Issues permits for fire protection systems</li></ul><h3>Regional and State Agencies</h3><p>South Coast Air Quality Management District (SCAQMD)</p><ul><li>Reviews air quality impacts</li><li>Issues permits for certain equipment</li><li>Monitors compliance with air quality rules</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>California Department of Transportation (Caltrans)</p><ul><li>Reviews projects affecting state highways</li><li>Issues encroachment permits</li><li>Coordinates regional transportation planning</li></ul><h2>Understanding Zoning and Land Use Rules</h2><p>Zoning forms the backbone of LA&#8217;s planning system. The city is now using a new zoning code. This modernizes rules while keeping neighborhood character.</p><h3>Current Zoning Framework</h3><p>Los Angeles CA 90012 uses a complete zoning system. It has over 100 different zone types:</p><p>Residential Zones</p><ul><li>R1: Single-family residential</li><li>R2: Two-family residential</li><li>R3: Multiple residential (low density)</li><li>R4: Multiple residential (medium density)</li><li>R5: Multiple residential (high density)</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Commercial Zones</p><ul><li>C1: Limited commercial</li><li>C2: Commercial</li><li>C4: Commercial (regional centers)</li><li>C5: Commercial (mixed-use)</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Industrial Zones</p><ul><li>M1: Limited industrial</li><li>M2: Light industrial</li><li>M3: Heavy industrial</li></ul><h3>New Zoning Code Implementation</h3><p>The city is rolling out Chapter 1A of the new Zoning Code. It starts with the Downtown Community Plan Area in early 2025. This represents the biggest zoning reform in decades.</p><p>Key Changes:</p><ul><li>Simplified zone classifications</li><li>Form-based design standards</li><li>Increased development flexibility</li><li>Enhanced environmental protections</li></ul><h2>Environmental Review Requirements</h2><p>Environmental review is a key part of the planning process. Los Angeles follows the California Environmental Quality Act. This law requires analysis of potential environmental impacts.</p><h3>Environmental Review Process</h3><p>Initial Study Preparation</p><ul><li>Assessment of potential impacts</li><li>Determination of significance</li><li>Identification of mitigation measures</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Environmental Document Types:</p><ul><li>Negative Declaration (no significant impacts)</li><li>Mitigated Negative Declaration (impacts reduced through mitigation)</li><li>Environmental Impact Report (significant impacts identified)</li></ul><h3>Common Environmental Issues</h3><p>Projects in Los Angeles often face these environmental concerns:</p><ul><li>Air Quality: Being close to freeways and industrial areas</li><li>Noise: Traffic and airport impacts</li><li>Historic Resources: Buildings over 50 years old</li><li>Hazardous Materials: Former gas stations and industrial sites</li><li>Transportation: Traffic congestion and parking impacts</li></ul><h2>Timeline and Cost Considerations</h2><p>Understanding timelines and costs helps builders plan projects realistically. It also helps them budget properly.</p><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-4355" src="https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-7.png" alt="LA City Planning Process Timeline " width="787" height="820" srcset="https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-7.png 787w, https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-7-288x300.png 288w, https://jdj-consulting.com/wp-content/uploads/2025/07/Screenshot_4-7-768x800.png 768w" sizes="(max-width: 787px) 100vw, 787px" /></p><h3>Typical Project Timelines</h3><table style="height: 271px;" width="786"><thead><tr><th>Project Type</th><th>Planning Review</th><th>Total Timeline</th></tr></thead><tbody><tr><td>Single-family addition</td><td>2-4 months</td><td>6-8 months</td></tr><tr><td>Small commercial project</td><td>4-8 months</td><td>10-14 months</td></tr><tr><td>Mixed-use development</td><td>8-18 months</td><td>18-36 months</td></tr><tr><td>Major development</td><td>18-36 months</td><td>3-7 years</td></tr></tbody></table><h3>Cost Breakdown</h3><p>Planning and development costs in Los Angeles include multiple parts:</p><p>Planning Fees:</p><ul><li>Application fees: $500-$50,000</li><li>Environmental review: $5,000-$100,000+</li><li>Consultant costs: $10,000-$250,000+</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Permit Fees:</p><ul><li>Building permits: 1-3% of construction cost</li><li>Impact fees: $5,000-$75,000 per unit</li><li>Utility connections: $10,000-$50,000</li></ul><h2>Recent Changes and Updates</h2><p>Los Angeles city planning has gone through big changes recently. Housing needs, environmental concerns, and community input drive these changes.</p><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3615" src="https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-1.png" alt="Architect making plan with loupe" width="924" height="622" srcset="https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-1.png 924w, https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-1-300x202.png 300w, https://jdj-consulting.com/wp-content/uploads/2025/06/Screenshot_4-1-768x517.png 768w" sizes="(max-width: 924px) 100vw, 924px" /></p><h3>2024-2025 Planning Updates</h3><p>New Zoning Code Rollout Starting early 2025, all new applications in Downtown will follow new rules. Applications must use revised forms. This represents a major shift toward more flexible rules.</p><p>Digital Transformation The city has invested heavily in digital platforms. These platforms make the review process smoother:</p><ul><li>ePlanLA for electronic plan submission</li><li>Online application tracking systems</li><li>Digital public notification processes</li></ul><h3>Legislative Changes</h3><p>Recent state laws have greatly impacted local planning:</p><p>Senate Bill 9 (SB 9)</p><ul><li>Allows duplexes in single-family zones</li><li>Permits lot splits for additional housing</li><li>Reduces local government discretion</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Assembly Bill 2011 (AB 2011)</p><ul><li>Makes commercial-to-residential conversions easier</li><li>Bypasses local zoning for qualifying projects</li><li>Speeds up housing production timelines</li></ul><h2>Common Challenges and How to Overcome Them</h2><p>Even experienced builders face challenges in LA&#8217;s complex planning environment. Understanding common problems helps avoid costly delays.</p><h3>Frequent Obstacles</h3><p>Neighborhood Opposition Community concerns often arise regarding:</p><ul><li>Traffic and parking impacts</li><li>Building height requirements and mass</li><li>Compatibility with existing character</li><li>Construction impacts</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Regulatory Complexity Los Angeles has overlapping rules that can create conflicts:</p><ul><li>Multiple overlay zones</li><li>Historic preservation requirements</li><li>Environmental protection measures</li><li>Design review standards</li></ul><h3>Success Strategies</h3><p>Early Community Engagement Successful projects often involve extensive outreach:</p><ul><li>Pre-application community meetings</li><li>Stakeholder advisory groups</li><li>Ongoing communication during review</li><li>Addressing concerns early</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Professional Team Assembly Complex projects need specialized expertise:</p><ul><li>Land use lawyers for legal information/issues</li><li>Planning consultants for application preparation</li><li>Environmental consultants for environmental law compliance</li><li>Traffic engineers for circulation studies</li></ul><h2>Best Practices for Successful Applications</h2><p>Following proven best practices greatly improves approval chances. It also reduces processing time.</p><h3>Application Preparation</h3><p>Complete Documentation</p><ul><li>Complete all forms accurately</li><li>Provide detailed project descriptions</li><li>Include high-quality plans and renderings</li><li>Submit required technical studies</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Design Excellence</p><ul><li>Respond to community character</li><li>Include sustainable communities design features</li><li>Provide adequate parking and landscaping</li><li>Consider pedestrian and transit access</li></ul><h3>Project Management</h3><p>Timeline Management</p><ul><li>Build buffer time for unexpected delays</li><li>Work with all reviewing departments</li><li>Track application status regularly</li><li>Respond quickly to staff requests</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Budget Management</p><ul><li>Include contingencies for additional studies</li><li>Plan for potential appeals</li><li>Consider phasing for large projects</li><li>Monitor fee changes and updates</li></ul><h2>Technology and Digital Tools</h2><p>Los Angeles has embraced technology to improve the planning process. This helps both staff and applicants.</p><h3>Digital Platforms</h3><p>Planning and Land Use Management System (PLUM) This complete database allows users to:</p><ul><li>Research zoning and <a href="https://jdj-consulting.com/land-use-consulting/">land use information</a></li><li>Track application status</li><li>Access case files and documents</li><li>Schedule appointments online</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>ePlanLA stands for Electronic Plan Review Los Angeles. It&#8217;s a convenient, secure, and efficient way to submit plans. It makes the traditionally paper-heavy process much smoother.</p><h3>Mobile Applications</h3><p>The city has developed mobile apps for:</p><ul><li>Reporting code violations</li><li>Accessing permit information</li><li>Receiving project notifications</li><li>Participating in public meetings</li></ul><h2>Economic Impact and Development Trends</h2><p>Understanding LA&#8217;s development patterns and economic trends helps inform planning choices. It also helps with project positioning.</p><h3>Development Statistics (2024-2025)</h3><ul><li>Residential Units Approved: 18,500+ units annually</li><li>Commercial Square Footage: 12+ million square feet</li><li>Average Project Value: $15.8 million</li><li>Job Creation: 45,000+ construction and permanent jobs</li></ul><h3>Growth Areas</h3><p>Current development focuses on several key areas:</p><p>Transit-Oriented Development</p><ul><li>Metro rail station areas</li><li>Bus rapid transit corridors</li><li>Mixed-use developments</li><li>Reduced parking requirements</li></ul><p>Downtown Renaissance</p><ul><li>Residential conversions</li><li>New high-rise construction</li><li>Cultural and entertainment venues</li><li>Infrastructure improvements</li></ul><h2>Case Studies</h2><p>Real-world examples show how the planning process works in practice.</p><h3>Case Study 1: Mixed-Use Development in Hollywood</h3><p>Project Overview:</p><ul><li>200-unit residential building with ground-floor retail</li><li>Located near Metro Red Line station</li><li>Required conditional use permit and environmental review</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Challenges:</p><ul><li>Community concerns about traffic</li><li>Historic theater preservation</li><li>Height limit exceptions needed</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Solutions:</p><ul><li>Extensive community outreach program</li><li>Traffic demand management plan</li><li>Adaptive reuse of historic facade</li><li>Public benefit package including affordable housing</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Timeline: 28 months from application to approval Cost: $2.8 million in planning and entitlement costs</p><p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3616" src="https://jdj-consulting.com/wp-content/uploads/2025/06/shutterstock_2243604939-1.jpg" alt="Los Angeles, USA. September 20, 2022. Vehicles moving on street surrounded with lush trees leading towards Mount Lee with Hollywood sign on sunny day with sky in background" width="1000" height="668" srcset="https://jdj-consulting.com/wp-content/uploads/2025/06/shutterstock_2243604939-1.jpg 1000w, https://jdj-consulting.com/wp-content/uploads/2025/06/shutterstock_2243604939-1-300x200.jpg 300w, https://jdj-consulting.com/wp-content/uploads/2025/06/shutterstock_2243604939-1-768x513.jpg 768w" sizes="(max-width: 1000px) 100vw, 1000px" /></p><h3>Case Study 2: Single-Family Home Addition</h3><p>Project Overview:</p><ul><li>Second-story addition to 1950s ranch home</li><li>Located in Hillside Overlay Zone</li><li>Required administrative approval</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Challenges:</p><ul><li>Steep slope construction requirements</li><li>Neighbor privacy concerns</li><li>Geotechnical stability issues</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Solutions:</p><ul><li>Specialized foundation design</li><li>Privacy screening landscaping</li><li>Geotechnical engineering report</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Timeline: 6 months from application to permit Cost: $45,000 in professional fees and permits</p><h2>Future of Los Angeles City Planning</h2><p>Los Angeles continues changing to meet 21st-century challenges. At the same time, it preserves what makes the city special.</p><h3>Emerging Trends</h3><p>Climate Resilience</p><ul><li>Green building requirements</li><li>Drought-resistant landscaping mandates</li><li>Electric vehicle infrastructure</li><li>Solar energy integration</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Housing Innovation</p><ul><li>Accessory dwelling unit streamlining</li><li>Co-housing and micro-unit approval</li><li>Affordable housing incentives</li><li>Transit-oriented density bonuses</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Digital Integration</p><ul><li>Automated code compliance and plan check</li><li>Virtual reality public meetings</li><li>AI-assisted application review</li><li>Blockchain property records</li></ul><h3>Policy Priorities</h3><p>The Los Angeles Department of City Planning focuses on several key efforts:</p><ul><li>Equity and Inclusion: Making sure planning benefits reach all communities</li><li>Economic Development: Supporting job creation and business growth</li><li>Environmental Justice: Addressing pollution and health disparities</li><li>Transportation: Promoting walkable, transit-friendly development</li></ul><h2>Resources for Applicants</h2><p>Successfully getting through LA&#8217;s planning system needs access to accurate information. It also needs professional guidance.</p><h3>Official Resources</h3><p>City Websites</p><ul><li>Los Angeles City Planning: Primary planning department site</li><li><a href="https://dbs.lacity.gov/" target="_blank" rel="noopener">LADBS</a>: Building and Safety Department</li><li><a href="https://eplanla.lacity.gov/" target="_blank" rel="noopener">ePlanLA</a>: Electronic plan review system</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Reference Documents</p><ul><li>Los Angeles Municipal Code (LAMC)</li><li>Zoning Code and amendments</li><li>Community Plan documents</li><li>Design guidelines and standards</li></ul><h3>Professional Resources</h3><p>Industry Organizations</p><ul><li>Urban Land Institute (ULI) Los Angeles</li><li>Building Industry Association of Southern California</li><li>Los Angeles County Economic Development Corporation</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Educational Programs</p><ul><li>UCLA Extension Planning Program</li><li>USC School of Policy, Planning, and Development</li><li>Planning consultant continuing education</li></ul><h2>Frequently Asked Questions About Los Angeles City Planning Process</h2><h3>1. How long does the typical planning approval take in Los Angeles?</h3><p>The timeline varies a lot based on project complexity. Simple residential additions typically take 2-6 months. Major commercial developments can require 18-36 months or longer. The key factors affecting timeline include:</p><ul><li>Project size and complexity</li><li>Environmental review requirements</li><li>Community input and potential opposition</li><li>Number of discretionary approvals needed</li><li>Quality and completeness of initial application</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>To minimize delays, work with experienced consultants. Also, engage the community early in the process.</p><h3>2. What&#8217;s the difference between planning entitlements and building permits?</h3><p>Entitlements are rights the city grants for specific land use. They allow development beyond what zoning laws automatically permit. Building permits authorize the actual construction work.</p><p>Planning Entitlements:</p><ul><li>Establish the legal right to develop</li><li>Address land use and zoning compliance</li><li>Processed by the largest Planning Department</li><li>Required before building permits</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Building Permits:</p><ul><li>Authorize construction activities</li><li>Focus on building code compliance</li><li>Processed by Building and Safety</li><li>Required for all construction work</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>You must get planning entitlements before applying for building permits.</p><h3>3. How much should I budget for planning and entitlement costs?</h3><p>Planning costs vary widely based on project scope and complexity. Here&#8217;s a general breakdown:</p><p>Small Projects (under $1M construction value):</p><ul><li>Planning fees: $2,000-$15,000</li><li>Consultant costs: $5,000-$25,000</li><li>Total: $7,000-$40,000</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Medium Projects ($1M-$10M construction value):</p><ul><li>Planning fees: $15,000-$75,000</li><li>Consultant costs: $25,000-$150,000</li><li>Total: $40,000-$225,000</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Large Projects (over $10M construction value):</p><ul><li>Planning fees: $75,000-$500,000+</li><li>Consultant costs: $150,000-$1,000,000+</li><li>Total: $225,000-$1,500,000+</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Budget an additional 20-30% contingency for unexpected requirements or appeals.</p><h3>4. Can I appeal a planning decision if my project is denied?</h3><p>Yes, Los Angeles provides multiple levels of appeal for planning decisions:</p><p>Administrative Decisions can be appealed to:</p><ul><li>Zoning Administrator (for staff decisions)</li><li>Area Planning Commission (for Zoning Administrator decisions)</li></ul><p>Planning Commission Decisions can be appealed to:</p><ul><li>City Council</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Appeal Requirements:</p><ul><li>Filed within 15 days of decision</li><li>Payment of appeal fee ($89-$7,500 depending on case type)</li><li>Statement of grounds for appeal</li><li>Supporting documentation</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Appeals need strong justification. They work best when they identify procedural errors. They also work when they present new information not previously considered.</p><h3>5. How do I find out what&#8217;s allowed on my property?</h3><p>Research your property&#8217;s development potential through several resources:</p><p>Online Research:</p><ul><li>ZIMAS (Zone Information and Map Access System)</li><li>Planning and Land Use Management (PLUM) system</li><li>Community Plan documents</li><li>Municipal Code research</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Professional Consultation:</p><ul><li>Schedule a pre-application meeting with planning staff</li><li>Hire a land use consultant for complex properties</li><li>Consult with architects familiar with local regulations</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Key Information to Gather:</p><ul><li>Base zone classification</li><li>Overlay zone restrictions</li><li>Height district limitations</li><li>Specific plan requirements</li><li>Historic designation status</li></ul><h3>6. What should I do if neighbors oppose my project?</h3><p>Neighborhood opposition is common. However, you can often address it through early engagement:</p><p>Early Engagement Strategies:</p><ul><li>Host informal neighborhood meetings before submitting applications</li><li>Prepare visual presentations showing project benefits</li><li>Address common concerns (parking, traffic, privacy)</li><li>Consider design modifications based on feedback</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Formal Process Management:</p><ul><li>Work with planning staff to ensure proper public notification</li><li>Prepare compelling presentations for public hearings</li><li>Bring supporters to speak at hearings</li><li>Document how you&#8217;ve addressed community input</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Professional Support:</p><ul><li>Hire experienced land use lawyers for complex opposition</li><li>Engage public relations professionals for controversial projects</li><li>Consider mediation services for resolving disputes</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Remember that some level of community input is healthy. It often leads to better projects.</p><h2>Winding it Up!</h2><p>Getting through Los Angeles city planning doesn&#8217;t have to be overwhelming. With proper preparation and professional guidance, you can successfully move your project forward. You can take your development from concept to completion.</p><p>Ready to start your Los Angeles development project? The experts at <a href="https://jdj-consulting.com/">JDJ Consulting</a> have helped hundreds of clients. We help people get through LA&#8217;s complex planning process. </p><p>Our team combines deep local knowledge with proven strategies. We minimize delays and maximize approval chances. <a href="https://jdj-consulting.com/contact-us/">Contact us online</a> to schedule your free consultation.</p><p>Contact JDJ Consulting <i>today</i> to:</p><ul><li>Schedule a free project consultation</li><li>Review your development feasibility</li><li>Develop a comprehensive entitlement strategy</li><li>Access our network of trusted professionals</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>Don&#8217;t let planning complexity delay your vision. Let our experienced team guide you through every step. We&#8217;ll help you with the Los Angeles city planning process.</p><h4>Disclaimer:</h4><p>This guide provides general information about Los Angeles city planning processes. It should not be considered legal or professional advice. </p><p>Planning regulations, fees, and procedures change regularly. Specific project requirements vary based on many factors. These include location, project type, and current policy interpretations.</p><p>Important Considerations:</p><ul><li>Always verify current requirements with official city sources</li><li>Consult qualified professionals for project-specific guidance</li><li>Planning regulations may change without notice</li><li>Processing times and costs are estimates based on recent experience</li><li>Environmental and community factors can significantly impact projects</li></ul><div><span style="color: #6b6b6b; font-family: Inter, sans-serif;"> </span></div><p>For authoritative information, consult the <a href="https://planning.lacity.gov/" target="_blank" rel="noopener">Los Angeles Department of City Planning</a>. Also check other official city resources. Professional consultation is recommended for all development projects. </p><h3 data-start="0" data-end="293">Need help navigating Los Angeles city planning?</h3><p data-start="0" data-end="293">The process can feel overwhelming — but you don’t have to do it alone. At <strong data-start="128" data-end="152" data-is-only-node="">JDJ Consulting Group</strong>, we help property owners, developers, and investors move smoothly through <strong data-start="227" data-end="248">land use planning</strong>, <strong data-start="250" data-end="266">entitlements</strong>, and <strong data-start="272" data-end="290">city approvals</strong>.</p><p data-start="295" data-end="675"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4de.png" alt="📞" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong data-start="298" data-end="310">Call us:</strong> <a href="tel: (818) 793-5058‬">(818) 793-5058‬</a><br data-start="326" data-end="329" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2709.png" alt="✉" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong data-start="332" data-end="342">Email:</strong> <a class="decorated-link cursor-pointer" rel="noopener" data-start="343" data-end="367">sales@jdj-consulting.com</a><br data-start="367" data-end="370" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4cd.png" alt="📍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong data-start="373" data-end="383">Visit:</strong> 12925 Riverside Dr Suite 302, Sherman Oaks, CA 91423<br data-start="436" data-end="439" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4bc.png" alt="💼" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong data-start="442" data-end="463">See our services:</strong> <a class="decorated-link" href="https://jdj-consulting.com/services/" target="_new" rel="noopener" data-start="464" data-end="540">https://jdj-consulting.com/services/</a><br data-start="540" data-end="543" /><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> <strong data-start="546" data-end="578">Book your free consultation:</strong> <a class="decorated-link" href="https://jdj-consulting.com/book-consultation/" target="_new" rel="noopener" data-start="579" data-end="673">https://jdj-consulting.com/book-consultation/</a></p><p data-start="677" data-end="769" data-is-last-node="" data-is-only-node="">Let’s make your project easier to manage — and bring your vision one step closer to reality.</p>								</div>
				</div>
				</div>
		<p>The post <a href="https://jdj-consulting.com/a-complete-guide-to-los-angeles-city-planning-process/">A Complete Guide to Los Angeles City Planning Process: Everything You Need to Know</a> appeared first on <a href="https://jdj-consulting.com">JDJ Consulting</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://jdj-consulting.com/a-complete-guide-to-los-angeles-city-planning-process/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
	</channel>
</rss>
