Lesson 1.1Lesson 1.1 · Tools of the Trade
QGIS: Your Free Professional GIS
The whole discipline, for the price of a download
The most-used GIS on Indian government projects costs exactly nothing.
There is a myth that serious GIS means an expensive Esri licence. It does not. QGIS is free, open-source, and used in production by planning consultancies, universities and government agencies worldwide - including on Indian projects. A student on a borrowed laptop and a firm on fifty machines run the identical software. This lesson gets you inside it, names every part of the window, and walks you to a first real map. Nothing here needs a rupee.
The tool is a detail. The skill - loading, layering, querying - is what you are really buying, and it is free.
One window, four panels - the same everywhere
Open QGIS and the first job is to stop being intimidated. The window is only four things.
Across the top are the menus and toolbars - every tool lives here, and you can ignore 90% of them for weeks. Down the left are two dockable panels: the Browser, which is a file-explorer for spatial data (your folders, GeoPackages, XYZ tile sources, PostGIS databases), and the Layers panel, which lists what is currently in your map. The big area in the middle is the map canvas - where the map actually draws. Along the bottom is the status bar, and the single most important thing on it: the project CRS (coordinate reference system), sitting in the bottom-right corner where you should glance at it constantly.
That is the whole interface. Panels can be dragged, closed and reopened (View menu, Panels), but the layout is the same on Windows, macOS and Linux, so a skill learned on one machine transfers to any other.
Lost? The four panels never move. Browser finds data, Layers shows it, canvas draws it, status bar tells the truth.
The Layers panel is the remote control for your map
Almost everything you do in QGIS, you do through the Layers panel. Each dataset you add becomes a row. The checkbox turns it on and off. Double-clicking opens its Properties - style, labels, the CRS it is stored in, its metadata. Right-clicking gives you the everyday verbs: Zoom to Layer, Open Attribute Table, Export, Remove.
The one rule that trips up every beginner is draw order. Layers draw from the top of the list down, so the layer at the top of the panel is painted last and sits on top in the canvas. Put an opaque satellite image at the top and it hides everything beneath it; drag it to the bottom and your roads and plots reappear over it. If a layer you just added seems to have vanished, it has almost certainly not vanished - something above it is covering it. Reordering the list, not re-loading the data, is the fix.
The Browser: getting data in without the pain
The Browser panel is how you avoid the File-Open maze. It shows a tree of data sources - your home folder, saved connections, and crucially XYZ Tiles (web base maps) and database connections. Expand a GeoPackage and you can see the layers inside it; drag any of them straight onto the canvas.
For a first map you rarely need a downloaded file at all. Two Browser tricks cover most starts. First, add an XYZ tile base map - a web imagery or street layer that streams in as you pan. Second, pull real vector data with the free QuickOSM plugin, which queries OpenStreetMap and drops the result in as a proper, clickable layer. Between a tile base map and an OSM query you can build a useful map of any Indian city in minutes, with no data licence to chase - a genuine advantage when public datasets are scattered or gated.
Drag-and-drop from the Browser beats hunting through File menus every single time.
Why free and open actually matters
"Free" is not the interesting part; open is. QGIS is a friendly interface sitting on top of the same open engines that power most of the GIS world - GDAL/OGR (reads and writes hundreds of formats), PROJ (does the coordinate maths) and GEOS (does the geometry). Because these are open, QGIS reads almost anything, including Esri formats, and your work is never locked inside one vendor's file that you must keep paying to open.
For a student, this means you learn on the exact tool you will use in practice, with no time-limited trial. For a not-for-profit or a small studio, it means putting professional GIS on every machine without a per-seat bill. And because it is extensible through plugins (QuickOSM for data, the Semi-Automatic Classification Plugin for imagery, qgis2threejs for 3D web export, and the GRASS and SAGA processing providers for heavy analysis), QGIS grows with you instead of hitting a paywall at the next feature. The LTR - Long Term Release - line, currently 3.44 'Solothurn', is the stable version to install for real work.
From tour to first map
Knowing the panels, a first map is a short sequence: set a sensible project CRS (a metre-based one over your site if you will measure anything), add a base map from the Browser's XYZ Tiles, pull an OSM layer with QuickOSM, tidy the draw order so your data sits over the imagery, then click a feature with the Identify tool to read its attributes. That last click - shape to data row - is the moment GIS stops being a picture and becomes a question you can ask.
Save the result as a QGIS project (a .qgz file). The project does not contain the data; it remembers which layers, in what order, styled how, in which CRS. Reopen it tomorrow and your map returns exactly as you left it. The workshop below walks this end to end.
QGIS LTR 3.44 'Solothurn'
Free, open-source desktop GIS
Install the Long Term Release for stable production work; the newer 4.x line exists but LTR is the safe default.
GDAL/OGR 3.13.2
The open read/write engine under QGIS (and most GIS)
Why QGIS opens hundreds of formats, including Esri's; free and open-source.
GeoPackage (OGC)
Open single-file container for vector, raster & tiles
QGIS's modern default save format; one tidy .gpkg instead of a shapefile's scattered bundle.
ISRO Bhuvan
India's national geoportal (imagery + thematic layers)
Free with registration; a first source of Indian base layers to view and add. bhuvan.nrsc.gov.in
Workshop — your first QGIS map of an Indian city
Prove the tour in your own hands: install QGIS, learn the four panels by using them, and build a two-layer map you can click and query. The ArcGIS path is given so you recognise the same moves in either tool.
QGIS 3.44 (free) with the QuickOSM plugin, internet connection; ArcGIS Pro or a free ArcGIS Online account for the parallel path.
Goal: a saved project with a base map + one OSM layer for an Indian city, with the Identify tool working Data: XYZ tile base map (free) + OpenStreetMap via QuickOSM (free) Time: ~35 minutes
- 1Install and open QGIS (free, qgis.org, LTR 3.44). Note the four panels: Browser and Layers on the left, canvas centre, project CRS bottom-right. In ArcGIS Pro: open a new Map project - the Catalog, Contents and map view are the equivalents.
- 2Set the project CRS to a metre-based system over your city (e.g. EPSG:32643 or 32644 for peninsular India). QGIS: click the CRS in the status bar. ArcGIS Pro: Map Properties, Coordinate Systems.
- 3Add a base map. QGIS: Browser, XYZ Tiles, add or use an existing imagery/OSM tile source and drag it onto the canvas. ArcGIS Pro (or ArcGIS Online Map Viewer): Basemap, Imagery.
- 4Add real vector data. QGIS: install the QuickOSM plugin (Plugins, Manage and Install), run a query such as
amenity=hospitalorhighwayfor your city. ArcGIS Pro: add an OSM or Living Atlas layer. - 5Fix the draw order in the Layers panel so your OSM layer sits above the base map, then use Identify Features (ArcGIS Pro: Explore, click) on one feature and read its attribute row.
- 6Save the project (QGIS: .qgz; ArcGIS Pro: .aprx). Reopen it to confirm your styled, ordered map returns intact.
You’ll walk away with
A saved QGIS project showing a base map plus a clickable OSM layer for a real Indian city - and the confidence that the interface holds no mysteries.
Three altitudes on the same idea
Read the band that fits you — or all three.
QGIS is the zero-cost site-analysis bench you can keep open beside your CAD. Load a base map and OSM context, drop in a DEM for slope, measure distances to transit - all before you commit a line in Revit or AutoCAD. Because it reads DWG and exports cleanly, it slots into an existing drawing workflow rather than replacing it.
QGIS lets a public office or small planning cell run real GIS without a licence budget. The same software behind AMRUT and NUIS-style base-map work is free to install on every desk. Learning to load, style and query land-use, ward and infrastructure layers here is learning the medium modern statutory planning is moving into.
QGIS is where a street or block idea gets tested against real geography for free. Pull OSM streets and buildings, measure a walkable catchment, and check who lives within it - the raw material of urban design - without waiting on a procurement cycle. Plugins add network and 3D analysis when you are ready for them.
“Free software must be the amateur option; real firms use ArcGIS.”
Do it yourself
No software needed - rehearse the moves in your head.
- 1Name the four panels of the QGIS window and say what each is for in one phrase.
- 2A layer you just added is invisible. Give the most likely reason and the one-drag fix.
- 3Where on the screen do you read the project CRS, and why should you glance at it before measuring anything?
- 4Explain in one sentence why a QGIS project (.qgz) file is tiny even when your map is huge.
- 5Name one free plugin and the job it does.
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01Bolstad, P. & Manson, S. — GIS Fundamentals: A First Text on Geographic Information Systems, 7th ed. — Eider Press, 2022.
- 02Heywood, I., Cornelius, S. & Carver, S. — An Introduction to Geographical Information Systems, 4th ed. — Pearson, 2011.
- 03de Smith, M.J., Goodchild, M.F. & Longley, P.A. — Geospatial Analysis: A Comprehensive Guide, 7th ed. — Winchelsea Press, 2025.
- 04Bhuvan — Indian Geoportal of ISRO — ISRO / NRSC, ongoing.
QGIS is the free path; institutions and big infrastructure jobs often run the paid Esri stack instead - so next we walk through ArcGIS Pro and ArcGIS Online, and when each is worth the licence.
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 →