Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Land-use Zoning & FAR AllocationLesson 8.2
GIS for Architecture, Planning & Urban Design/Module 8 · GIS for Urban Planning

Lesson 8.2 · GIS for Urban Planning

Land-use Zoning & FAR Allocation

From existing use to proposed use, with density attached

13 min Interactive lessonFree · open lessonByAmogh N P· Architect & interior designer
The hook

Two plots, same street. One may rise eight floors; its neighbour may rise two. The map knows why.

Nothing on the ground explains it - same soil, same road, same view. The difference is written in two attributes attached to each plot's zone: its permitted use and its permitted FAR. Zoning is the 'what may go here'; FAR is the 'how much' - and in a modern plan both are just columns in a table, joined to a polygon. Learn to read and compute them and a land-use map stops being a colouring-in and becomes an argument about a city's capacity.

Colour is the costume; the attribute table is the actor.

Existing land use is the survey; proposed land use is the plan

Every plan rests on two maps that look similar and mean opposite things. The Existing Land Use (ELU) map records what the land is actually used for right now - captured by survey, messy and mixed, the way a city really grew. The Proposed Land Use (PLU) map states what the plan intends each area to become over its horizon - tidier, zoned, aspirational.

The gap between them is the plan's real content. Where ELU shows scattered workshops in a residential fabric and PLU shows a clean residential zone, the plan is signalling an intent to phase those uses out. Comparing the two - literally overlaying them and measuring the change - is one of the most useful things GIS does for planning, and it is impossible with paper.

Existing land use (ELU) mixed, as it grew - the survey Proposed land use (PLU) zoned, as intended - the plan Residential Commercial Public Recreational
Zoom
Two maps drive every plan: what the land is used for today, and what the plan proposes it become.

ELU is the confession; PLU is the resolution. The interesting story is the distance between them.

Zoning: what may go where

Zoning divides the city into areas where only certain uses are permitted - residential, commercial, industrial, public and semi-public, recreational, transport. URDPFI defines a standard set of categories precisely so that a land-use map from one city can be read in another. In GIS each zone is a polygon, and its category is a single attribute value - use = R for residential, C for commercial, and so on.

Because the category is an attribute, the plan becomes queryable: select every commercial polygon within 200 m of a metro station; total the industrial area proposed inside the municipal boundary; find residential zones that abut heavy industry. The colour on the map is only a rendering of that attribute; the attribute is the thing you can actually reason with.

Land-use categories = one column of values Residential use = R Commercial use = C Industrial use = I Public / semi-public use = PSP Recreational / green use = G Transport / circulation use = T
Zoom
A shared colour legend keeps every land-use map readable - and every category is one attribute value.

FAR / FSI: how much may be built

Zoning alone would let a residential zone hold a bungalow or a tower - so plans attach a density control. The Floor Area Ratio (FAR), called Floor Space Index (FSI) in many Indian states, is the ratio of a building's total floor area to its plot area. A plot of 1,000 m2 with a FAR of 1.5 may build 1,500 m2 of floor space, however it is stacked. It is the single most powerful number in Indian development control, because it converts directly into how many people and how much built form a piece of land will carry.

FAR and FSI mean the same ratio; the label differs by state, and the rules for what counts (basements, balconies, common areas) differ too - which is why a raw FAR number is only meaningful alongside its state's Development Control Regulations. On GIS, FAR sits as a numeric attribute on each zone or plot, so buildable floor space is a field calculation away.

FAR carried per zone FAR 1.75 FAR 3.25 FAR 1.0 FAR 0.5 What FAR means plot = 1,000 m2 3 floors x 400 m2 = 1,200 m2 FAR = 1,200 / 1,000 = 1.2 every zone polygon carries its own FAR in the attribute table
Zoom
Zoning says what may go where; FAR says how much - total floor area divided by plot area.

FAR is the volume dial of a city. Zoning says 'homes'; FAR says how many.

Putting them together on the map

In a well-built plan geo-database, every zone polygon carries both attributes - use and far - and often a permitted-height and ground-coverage rule beside them. That lets a planner test capacity directly: multiply each residential polygon's area by its FAR to estimate proposed floor space, divide by an assumed dwelling size to estimate dwelling capacity, and compare against population targets.

This is where GIS earns its place over a spreadsheet. The areas come from the geometry (measured, not typed), the FAR from the zone, and the join is automatic. Change a zone's FAR and the capacity estimate updates. That is scenario testing - the core of tools like ArcGIS Urban, and entirely reproducible in free software with a field calculator and a pivot.

FAR carried per zone FAR 1.75 FAR 3.25 FAR 1.0 FAR 0.5 What FAR means plot = 1,000 m2 3 floors x 400 m2 = 1,200 m2 FAR = 1,200 / 1,000 = 1.2 every zone polygon carries its own FAR in the attribute table
Zoom
Zoning says what may go where; FAR says how much - total floor area divided by plot area.

The honest limits

Land-use maps are simplifications, and their weaknesses are predictable. The single-category model struggles with genuine mixed use - the ubiquitous Indian building that is shop, workshop and home at once - and often records only the dominant use, hiding the rest. ELU surveys have a positional and temporal error: they are as accurate as their scale and as current as their survey date. FAR figures on a map are the permitted ceiling, not the built reality, and the definition of countable area shifts between states and even amendments.

So compute capacity as a scenario, not a prophecy. State your assumptions - dwelling size, achievable FAR, vacancy - and treat the output as a defensible estimate whose inputs anyone can inspect.

Data & standards for land-use work

NRSC National LULC Mapping

National land-use / land-cover thematic layers

ISRO/NRSC product; a coarse-but-current backdrop for existing-use context and change detection.

AMRUT — GIS-based Master Plans (land-use)

1:4,000 land-use maps for AMRUT cities

The statutory proposed-land-use layer for hundreds of cities; carries use and density attributes.

ISO 19110

Feature cataloguing methodology

The global way to define and document your land-use categories so 'use = C' means the same to everyone.

data.gov.in (GODL / NDSAP 2012)

India's open government data platform

Government Open Data License - India; source of sectoral datasets to enrich land-use analysis.

OpenStreetMap (OSM)

Global community vector map with land-use tags

Free under ODbL; a fast, if uneven, existing-use cross-check via landuse=* tags.

Hands-on workshop

Workshop — classify use and compute buildable floor space

Take a small land-use layer, classify it by category, attach a FAR, and calculate the proposed floor space for a residential zone.

QGIS 3.44 (free) or ArcGIS Pro 3.7 / ArcGIS Urban; a land-use polygon layer.

Given & goal
Goal: a land-use layer symbolised by 'use', with a computed floor_space_m2 field per polygon
Data: your GeoPackage from Lesson 8.1 (or a downloaded land-use layer)
Time: ~40 minutes
  1. 1Symbolise the layer by the 'use' attribute (categorised) so each category gets its legend colour. In QGIS: Layer Properties ▸ Symbology ▸ Categorized. In ArcGIS Pro: Symbology ▸ Unique Values.
  2. 2Ensure the project CRS is metre-based (EPSG:32643) so areas compute in square metres, then add/refresh an area_m2 field ($area in QGIS; Calculate Geometry in ArcGIS Pro).
  3. 3Add a numeric 'far' field and fill it per zone with a plausible permitted FAR (state your source). In QGIS: field calculator or edit in the attribute table. In ArcGIS Pro: Calculate Field / Edit.
  4. 4Compute floorspacem2 = area_m2 * far with the field calculator (QGIS: field calculator expression; ArcGIS Pro: Calculate Field). This is proposed buildable floor area per polygon.
  5. 5Summarise total proposed floor space by 'use' (QGIS: Statistics panel / Group Stats; ArcGIS Pro: Summary Statistics), and sanity-check the residential total against a rough dwellings estimate. For scenario testing, adjust a FAR and watch the total move - the core idea behind ArcGIS Urban.

You’ll walk away with
A classified land-use layer with per-polygon buildable floor space and a use-wise summary - a working capacity model you can re-run under different FAR scenarios.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectSite, form & environment

Zoning and FAR are the envelope your design must fit before anything else. The zone fixes what you may build; the FAR fixes the maximum floor area, and with ground-coverage and height rules it defines the buildable volume. Pull these attributes from the plan into your feasibility model first - they decide whether a brief is even possible on the plot.

For the plannerLand use, zoning & infrastructure

Allocating use and FAR is the act of planning itself. Every polygon you assign a category and a density to is a decision about the city's capacity, form and services load. Compare ELU against PLU to justify each change, and use FAR-times-area to keep proposed density honest against infrastructure and population targets rather than politically convenient.

For the urban designerStreets, blocks & public realm

FAR shapes the street more than any facade guideline. The same use at FAR 1 and FAR 4 produces utterly different streets - setback, shadow, footfall, ground-floor life. Read zoning and FAR as the generative rules of built form, then argue for form-based refinements where a blanket density would produce a dead or overwhelmed public realm.

Misconception check

FAR and FSI are different controls - FAR limits the shape and FSI limits the floor space.

They are the same ratio: total floor area divided by plot area. 'FSI' is simply the term used in many Indian states (Maharashtra, Gujarat) where others say 'FAR'. What genuinely varies is not the concept but the rules for what area counts toward it - basements, balconies, service cores - which are set by each state's Development Control Regulations. Always read the number with its rulebook.
Try it

Do it yourself

No software needed - just do the arithmetic of density.

  1. 1A 1,200 m2 plot has a permitted FAR of 2.0. What is the maximum floor space, and how would you check whether basements count?
  2. 2State the difference between an Existing Land Use map and a Proposed Land Use map in one sentence each.
  3. 3Give one Indian building type that the single-category land-use model records poorly, and why.
  4. 4Explain why measuring area from geometry beats typing plot areas into a spreadsheet.
  5. 5Name three URDPFI land-use categories and a use that belongs to each.
Take this with you

The one line to carry out

Zoning is the 'what may go here' and FAR/FSI is the 'how much' - both live as attributes on polygons, so buildable capacity is a measured area times a stored ratio, not a guess. Compare existing against proposed to justify change, and always read a FAR alongside the rules that define its countable area.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Malczewski, J. — GIS-based land-use suitability analysis: a critical overviewProgress in Planning, 2004.
  2. 02Batty, M. — The New Science of CitiesMIT Press, 2013.
  3. 03Urban StudiesSAGE, ongoing.
  4. 04Sub-Scheme on Formulation of GIS-based Master Plans for AMRUT Cities (TCPO/MoHUA)Press Information Bureau, Govt. of India, 2022.
  5. 05Longley, P.A., Goodchild, M.F., Maguire, D.J. & Rhind, D.W. — Geographic Information Science and Systems, 4th ed.Wiley, 2015.
Related lessons
Recap
ELU records reality, PLU states intent; zoning sets permitted use as an attribute; FAR/FSI sets density as a numeric attribute; area x FAR gives buildable floor space you can test as scenarios.
Carry forward →

Land use and density decide how many people and jobs land will carry - which immediately raises the question of whether the pipes, roads and drains can serve them, and that is infrastructure planning.

A

The author

Amogh N P

Architect, interior designer, and creative polymath. Studio Matrx began in his notebooks — his vision of design made honest, useful, and open to everyone. Its Academy is written and taught in his memory, and free, forever.

More about Amogh →