Studio Matrx Monthly · Volume 1 · Issue 3 · August 2026
Amogh N P
 In loving memory of Amogh N P — Architect · Designer · Visionary 
Solar, Slope & Microclimate AnalysisLesson 7.2
GIS for Architecture, Planning & Urban Design/Module 7 · GIS for Architecture & Site Analysis

Lesson 7.2 · GIS for Architecture & Site Analysis

Solar, Slope & Microclimate Analysis

Reading sun, gradient and wind straight from the terrain

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

The client says the plot 'feels hot and the back garden is always waterlogged'. The terrain already knew.

You could spend three site visits confirming what a digital elevation model tells you in ten minutes: the plot slopes north-east, so the rear sits in shade and collects the runoff from the ridge above; the south-west corner bakes. A GIS reads sun, gradient and drainage directly out of a grid of heights - turning a single terrain layer into slope, aspect, hillshade and shadow, the environmental evidence behind every orientation decision.

The terrain is the first architect on any site - it decided where the water goes long before you arrived.

The DEM: a grid of heights everything else is computed from

A digital elevation model (DEM) is a raster in which every cell holds one number - the ground height at that spot. For India the everyday free choices are CartoDEM (from ISRO's Cartosat-1, ~30 m, via Bhuvan) and NASA SRTM (~30 m, near-global). The cell size matters: a 30 m DEM sees the shape of a hill but not a garden step, so it is superb for site context and useless for a plinth level. Know your resolution before you trust a number.

One quiet but critical distinction: a DEM ideally describes the bare earth (a digital terrain model, DTM), whereas a surface model (DSM) includes buildings and trees. Global 30 m products sit somewhere between the two. For slope and drainage you want bare earth; for shadows cast by buildings you need a surface with the buildings in it - which is why the last lesson of this module turns to LiDAR.

Slope from a terrain grid81281682181081582380881382030 m cells (CartoDEM)slope = rise / runacross cell: 13 m / 60 m= 0.22 = about 12 degreesrunriseevery slope and aspect cell is computed from its neighbours
Zoom
Slope is computed per cell from the height difference across its neighbours - rise over run, in metres.

A 30 m DEM is a wide-angle lens: great for the hill, blind to the kerb.

Slope and aspect: gradient and the direction it faces

Slope is how steeply the ground falls, computed for each cell from the height difference across its neighbours (rise over run) and reported in degrees or percent. It drives everything from drainage and cut-and-fill cost to whether a road can climb the plot and where you must not build at all. A simple rule of thumb that survives contact with reality: under ~10% is comfortable, 10-25% needs terracing and care, and above that costs escalate fast.

Aspect is the compass direction a slope faces - the answer to 'which way does this ground look?' It is computed from the same neighbourhood of cells. Aspect governs sun and shelter: in India (northern hemisphere) south-facing slopes receive the most sun and are warm and dry, while north-facing slopes stay cool, shaded and damp. Slope and aspect together are the first, cheapest environmental read on any sloping site - and both come free from the DEM.

Aspect: the direction a slope facesNESWSouth-facing slope:warm, bright, dryNorth-facing slope:cool, shaded, dampin India the sun sits to the south - aspect decides heat and light
Zoom
Aspect is the direction a slope faces; in India the south-facing half receives the most sun.

Solar access and shadow: who gets the sun, and when

Aspect tells you the general solar disposition; a solar/shadow analysis tells you the specifics - how much sun a spot actually receives once the sun's yearly path and the surrounding obstructions are accounted for. GIS tools model the sun's position through the day and year and cast the resulting shadows across the terrain (and, with a surface model, across buildings), producing hours-of-sun surfaces and overshadowing maps.

The case that usually governs is the low winter sun, which throws the longest shadows and decides whether a courtyard or a neighbour's window gets any light in December. QGIS offers hillshade and solar/shadow tools (some via the UMEP plugin and the SAGA/GRASS providers); ArcGIS Pro has Hillshade, Areas Solar Radiation and shadow tools built in. Even a plain hillshade - a shaded-relief image made by lighting the DEM from a chosen sun angle - is a fast, intuitive way to see how light rakes across a site.

Sun path drives the shadowsummer - high sunwinter - low sunshortlong winter shadowa low winter sun throws the longest shadow - the case that governs overshadowing
Zoom
The sun's seasonal arc sets shadow length - the low winter sun casts the longest, governing overshadowing.

Design for the December sun, not the June one - the short day is the hard case.

Wind and microclimate: reading the terrain for comfort

Terrain also shapes air. Ridges accelerate and expose; valleys and lee slopes shelter but can trap cold air and pollution; a south-west opening funnels the pre-monsoon wind. You cannot get a full computational-fluid-dynamics wind model out of a DEM, and you should not pretend to - but you can reason well from slope, aspect, exposure and landform position, combined with local wind-rose data, to place openings, courtyards and planting sensibly.

This is where GIS terrain analysis meets passive design: orient the long facade to catch prevailing breeze and winter sun while shading the summer west; put water and planting where the drainage and cool north slope already are; keep habitable rooms off the frost-pocket valley floor. The DEM will not design the building, but it hands you the environmental grain of the site - and building with that grain is most of passive comfort in the Indian climate.

Data & standards you will meet in this lesson

CartoDEM (via Bhuvan)

India's national DEM from Cartosat-1 stereo (~30 m and ~90 m)

Free download via Bhuvan; the default terrain source for Indian site analysis. bhuvan.nrsc.gov.in

NASA SRTM

Near-global radar DEM at ~1 arc-second (~30 m)

Public domain; free via EarthExplorer / Earthdata. A reliable global fallback where CartoDEM is not to hand.

EPSG:32643

WGS 84 / UTM zone 43N - projected, metre-based

Compute slope, distances and areas in a metre CRS (your correct UTM zone), not in degrees, or the numbers are wrong.

OGC WCS (Web Coverage Service)

Standard for serving raster/coverage data such as DEMs as analysable values

Lets you pull elevation as real values (not a picture) from a server into QGIS or ArcGIS.

Hands-on workshop

Workshop - derive slope, aspect and hillshade for your site

Take one free DEM tile and squeeze four environmental layers out of it: slope, aspect, hillshade and a simple shadow read. This is the terrain half of a site analysis, start to finish.

QGIS 3.44 (Raster tools; optional UMEP/SAGA/GRASS for solar), or ArcGIS Pro (Spatial Analyst); a CartoDEM or SRTM tile.

Given & goal
Given: a plot within a larger area
Data: a CartoDEM or SRTM tile covering your site (free)
Goal: slope (deg), aspect (compass), hillshade, and a low-winter-sun shadow view
Time: about 60 minutes
  1. 1Download a DEM tile and load it. In QGIS: add the GeoTIFF and reproject to your UTM zone (EPSG:32643) via Raster ▸ Projections ▸ Warp so the units are metres. In ArcGIS Pro: add the raster and set the map to the same projected CRS.
  2. 2Compute slope. In QGIS: Raster ▸ Analysis ▸ Slope. In ArcGIS Pro: Analysis ▸ Tools ▸ Surface ▸ Slope. Classify the result into buildable / careful / avoid bands and note where your plot falls.
  3. 3Compute aspect. In QGIS: Raster ▸ Analysis ▸ Aspect. In ArcGIS Pro: Surface ▸ Aspect. Style it by compass direction and read which parts of the plot face the sun.
  4. 4Make a hillshade. In QGIS: Raster ▸ Analysis ▸ Hillshade, set a low sun altitude (e.g. 20 degrees) to mimic winter light. In ArcGIS Pro: Surface ▸ Hillshade with the same low altitude. See where long shadows fall.
  5. 5Interpret: write two sentences on how slope, aspect and winter shadow should shape the building's orientation and where you would not build.

You’ll walk away with
Four terrain-derived layers (slope, aspect, hillshade, winter shadow) and a short, evidence-based orientation note for the plot.

The worked example

Three altitudes on the same idea

Read the band that fits you — or all three.

For the architectSite, form & environment

This is orientation, drainage and passive comfort, decided from data before the first section. Slope tells you cut-and-fill and where the plinth wants to sit; aspect and shadow tell you which way to open the plan and where the December sun reaches; the terrain tells you where water goes. You will still walk the site - but you arrive knowing what to look for.

For the plannerLand use, zoning & infrastructure

At area scale, slope and hazard surfaces set what land is developable at all. Steep-slope thresholds, landslide-prone aspects and drainage lines feed straight into development-suitability and no-development zones. A slope layer derived once from CartoDEM can screen an entire planning area for buildable ground before any parcel-level work begins.

For the urban designerStreets, blocks & public realm

Sun and wind are public-realm materials. Where a street gets winter sun or summer shade, which squares stay in overshadow, how a valley channels breeze - these decide where people will actually want to sit and walk. Terrain-derived solar and microclimate layers let you design comfortable outdoor rooms rather than hoping they work.

Misconception check

Slope, sun and wind are things you measure on site, not compute in a GIS.

You verify them on site - but you compute them first. Slope and aspect are derived arithmetically from the DEM's height grid; solar access and shadow come from modelling the sun's path over that terrain. The GIS gives you the whole site's environmental picture across seasons, which no single visit on one day ever can. The visit confirms; the analysis reveals.
Try it

Do it yourself

No software needed - think in terrain for five minutes.

  1. 1For a sloping site you know, guess its aspect (which way it faces) and say whether that makes it warm or cool in India.
  2. 2Estimate the slope in percent from a contour map: how much height over how much horizontal distance?
  3. 3Which sun matters more for overshadowing your courtyard - June or December - and why?
  4. 4Name one thing a 30 m DEM cannot show you about your plot that you would still have to survey.
  5. 5Where on your site would cold air or runoff collect, just from the shape of the ground?
Take this with you

The one line to carry out

A single grid of heights, read well, becomes slope, aspect, sun and shadow - the environmental evidence behind orientation, drainage and comfort. Compute it in a metre-based CRS, respect the resolution, and design with the grain the terrain reveals.
Take it further
References & further reading

Peer-reviewed journals & authoritative standards

  1. 01Wilson, J.P. & Gallant, J.C. (eds) — Terrain Analysis: Principles and ApplicationsWiley, 2000.
  2. 02de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed.Winchelsea Press, 2025.
  3. 03Burrough, P.A., McDonnell, R.A. & Lloyd, C.D. — Principles of Geographical Information Systems, 3rd ed.Oxford University Press, 2015.
  4. 04Bhuvan — Indian Geoportal of ISROISRO / NRSC, ongoing.
Related lessons
Recap
The DEM holds height per cell; slope and aspect are computed from neighbouring cells; solar and hillshade model the sun over the terrain; the low winter sun is the hard case; resolution limits what any of it can show.
Carry forward →

Terrain tells you what the ground allows; the statutory plan tells you what the law allows - so next we read zoning, FSI and setbacks off the master plan to find what the plot actually permits.

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 →