Lesson 3.1Lesson 3.1 · The Data That Feeds the Twin
Geospatial & GIS Data
Before a twin can be live it has to know where everything is - and the geospatial backbone, built from GIS layers, coordinate systems and authoritative base maps, is what gives every building, street and sensor a place on the real ground
Before a twin can show you the traffic, it has to answer one quiet question about every road, building and sensor: where on Earth is it, exactly - and who says so?
A digital twin feels like it is about live data - the moving traffic, the spiking pollution, the flickering energy meters. But none of that means anything until the twin knows where each thing is. A temperature reading is just a number until it is pinned to a junction; a building is just a box until it sits on its real parcel, at its real height, next to its real neighbours. The unglamorous layer underneath every twin is geospatial data: the organised knowledge of where things are on the surface of the Earth, and how they relate to each other in space.
This is the work of a geographic information system, or GIS - the decades-old discipline of capturing, storing, organising and analysing data that is tied to location. Long before anyone said 'digital twin', cities, surveyors and planners were building GIS layers of parcels, roads, utilities, land use and terrain. A twin does not replace that backbone; it stands on it. Get the geospatial foundation right - the layers, the coordinate systems, the authoritative base maps - and everything else can be hung on it accurately. Get it wrong, and a beautiful live dashboard is quietly pointing at the wrong place. This lesson is about that foundation, and about a discipline a good designer must respect: the difference between data you can use to explore, and data that is legally authoritative - which belongs to official custodians, not to your twin.
Where is it, exactly - and who says so? The twin answers the first with layers and coordinates; the second answer belongs to the Survey and the cadastre.
GIS: organising the world by where it is
A geographic information system is, at heart, a way of holding information so that every record also knows its place on the Earth. A spreadsheet of streetlights is just a list; give each row a location and load it into a GIS and suddenly you can ask spatial questions - which lights are within 50 metres of a bus stop, which fall inside a ward boundary, which cluster where crime is reported. That ability to ask 'where' and 'what is near what' is the core power a twin inherits from GIS, and it is why geospatial data is the true backbone of an urban digital twin rather than a nice-to-have.
GIS organises the world into layers - thematic slices of reality that can be stacked and overlaid. One layer holds the road network, another the building footprints, another the parcels, another the terrain, another the land use, another the trees. Each layer can be switched on or off, styled, queried and analysed on its own, yet because every layer is tied to the same coordinates they line up precisely when stacked. The twin, in a real sense, is this stack made three-dimensional and then brought to life with data: the GIS layers give it the true positions and shapes, and the live feeds (next lesson) give it a pulse.
The reason layering matters so much is that a city is not one dataset but dozens, each collected by different people for different reasons at different times. The water utility holds pipes; the revenue department holds parcels; the transport authority holds roads; the forestry wing holds trees. A GIS lets these coexist and align without forcing them into one monolithic file. The discipline of keeping each layer clean, current and correctly located is the daily work of municipal GIS teams, and it is invisible when done well and catastrophic when done badly - a twin built on a misaligned parcel layer will confidently tell you a building sits on land it does not. For a designer, the lesson is humility: the map you are handed is a construction, assembled layer by layer by many hands, and its quality varies layer by layer. Knowing which layers in a twin are reliable and which are rough is a core professional skill, not a technicality.
A twin is a layer cake: terrain, parcels, roads, buildings, imagery - all stacked on the same coordinates. Misalign one layer and the whole story lies.
Vector and raster: the two ways to hold a place
Geospatial data comes in two fundamental flavours, and knowing the difference is one of the most useful pieces of literacy a designer can carry into a twin project. The first is vector data: the world described as discrete shapes - points, lines and polygons - each carrying attributes. A tree is a point with a species and a trunk diameter; a road is a line with a name, a width and a surface; a parcel or building is a polygon with an owner, a use and a height. Vector data is crisp, light, and queryable: because each feature is a named object with attributes, you can select it, measure it, and reason about it. Most of the things a twin treats as objects - buildings, roads, parcels, utilities - live as vector data.
The second flavour is raster data: the world described as a continuous grid of cells, each holding a value. A satellite image is a raster where each cell is a colour; a digital elevation model is a raster where each cell is a height; a heat map, a rainfall surface, a pollution plume are all rasters where each cell is a measured or modelled quantity. Raster is the natural home for anything continuous and field-like - imagery, terrain, temperature, noise - and for the products of remote sensing and satellites. It is heavier than vector and does not carry named objects, but it captures texture and gradient that vector cannot.
Real twins use both, constantly, and the art is matching the model to the phenomenon. You would store the city's buildings as vector polygons so you can click one and read its use, but drape a raster aerial image over the terrain so the scene looks real. You would hold the road centrelines as vector lines for routing, but a raster surface for the urban heat island. A frequent beginner error is forcing one model onto data that wants the other - rasterising crisp parcel boundaries until they blur, or trying to store a smooth temperature field as thousands of tiny polygons. Understanding that these are two complementary representations, each with a proper job, lets you read what a twin is actually built from and judge whether its makers chose well. It also explains why twins are data-heavy: a single high-resolution raster layer over a whole city can dwarf all the vector data combined.
Coordinate systems: why things line up, or do not
The single most common reason geospatial layers fail to overlay correctly is the coordinate system - the mathematical frame that says what a pair of numbers means on the real Earth. The Earth is a lumpy, not-quite-spherical body, and to put locations on a flat screen we first model its shape (a datum) and then flatten it (a projection). A coordinate reference system, or CRS, bundles these choices together. Global latitude and longitude (on the widely used WGS 84 datum, the one satellite positioning speaks) is one family; national and local grid systems that project the country onto a flat metric grid are another. There are thousands of them, each right for some purpose.
The trap is that two layers can each be perfectly correct yet refuse to align, because they are expressed in different coordinate systems. Load a building layer in a national grid and a road layer in latitude and longitude without telling the software, and the city will appear to tear in two, or shrink to a dot near the equator. Every serious geospatial workflow therefore spends real effort on getting all layers into a common, declared CRS - a step called reprojection - and on recording which CRS each dataset is in. A twin that silently mixes coordinate systems is a twin that silently lies about where things are, sometimes by metres, sometimes by kilometres.
There is a deeper honesty here too. A projection always distorts: you cannot flatten a curved Earth without stretching area, or angle, or distance somewhere. The familiar web map that most twins use exaggerates the size of places far from the equator; a grid chosen for a city will be accurate locally but wrong far away. None of this matters for a neighbourhood twin if handled consistently, but it means that a twin's geometry is always an approximation of position, not the position itself - another reminder that the model is a purposeful simplification. For a designer, you do not need to compute projections by hand, but you must know to ask: what coordinate system is this twin in, are all its layers in the same one, and how accurately does it actually sit on the ground? Where precise, legally meaningful position matters - a boundary, a setback, an alignment - that question goes to a licensed surveyor and the official grid, not to the twin.
Base maps, cadastre and the custodians of truth
Not all geospatial data is equal, and the most important distinction a designer can learn is between working data - good enough to explore, visualise and reason with - and authoritative data - the legal record of where a boundary, a parcel or a benchmark truly is. A twin is full of working data: footprints traced from imagery, roads from open maps, heights estimated from models. That is fine for understanding and design exploration. But the moment a question becomes binding - where exactly does this plot end, how far must the building set back, who owns this strip - the answer does not come from the twin. It comes from the authoritative custodians of that data.
Two categories anchor this. The base map is the reference backdrop - the surveyed framework of control points, terrain, major features and the national grid onto which everything else is registered. The cadastre is the official register of land parcels: their boundaries, extents and ownership, maintained for legal and revenue purposes. These are not hobby datasets; they are maintained by state agencies under law, and in India the national mapping and geodetic authority is the Survey of India, with land records held by state revenue departments and their digitisation programmes. A spatial data infrastructure (SDI) - the shared standards, catalogues and policies that let agencies publish and find each other's authoritative layers - is what stitches these custodial datasets into something a city can actually use together.
The professional discipline follows directly. Use open and working geospatial data freely to build, test and visualise a twin; but treat the cadastre, the official survey and the legal base map as the data of record, and defer to their custodians for anything binding. Never let a twin's convenient, traced geometry stand in for a surveyed boundary in a decision that affects someone's land or rights. This is not timidity; it is how the system is designed to work, and it protects both the public and you. It also carries an equity edge this course keeps returning to: official data best covers the formal, surveyed, titled city, and under-represents the informal settlements and unsurveyed fabric where millions live - so a twin built only on authoritative layers can render the informal city invisible. Knowing where authority lives, and where it runs out, is the mark of someone who can use geospatial data responsibly.
Trace from imagery to explore - fine. But the boundary of record lives with the Survey and the cadastre, not with your twin. Know which data you are holding.
Survey of India / official geodesy
The national base map, survey control and coordinate framework
The authoritative surveyed framework and base map of record come from the national mapping authority, not a twin's traced layers. Anything binding defers here.
Cadastre / land records
Legal parcel boundaries, extents and ownership
Boundaries and ownership are held in the official cadastre and state land-record systems for legal and revenue purposes. A twin's polygon is working data, never the legal line.
Coordinate reference system (CRS) / projection
Making layers line up on the real Earth
Every layer must declare and share a common CRS; projection always distorts. Mixed or undeclared systems silently misplace data. A consistency question, asked of every twin.
Spatial data infrastructure (SDI) & OGC standards
How agencies publish and share authoritative layers
Shared standards, catalogues and policies (often Open Geospatial Consortium formats) let custodial data be found and combined. The plumbing that keeps authority intact across many owners.
Workshop - read the layers beneath a place you know
The skill this lesson builds is seeing the geospatial backbone for what it is: a stack of separate layers, of varying quality and authority, tied together by coordinates. Here you practise reading that stack for a real place, and spotting where working data must give way to authoritative data.
A public web map or free open-GIS viewer and a notebook. No paid software; this is about reading a geospatial stack critically, not producing survey-grade data.
Goal: take apart the geospatial backbone of one familiar place Inputs: any public web map or open GIS viewer for a place you know well (your neighbourhood, campus or a city centre) + this lesson + a notebook Time: ~40 minutes
- 1Pick a place and list its layers: open a map of somewhere you know and name the distinct layers you can see or infer - imagery, roads, buildings, parcels, terrain, land use, trees. For each, guess: vector or raster? who might be the custodian?
- 2Test alignment by eye: zoom in and check whether the layers actually line up - do building outlines sit on their roofs in the imagery, do roads follow the visible carriageway? Note any layer that is visibly shifted, stale or rough, and what that would do to a twin built on it.
- 3Separate working from authoritative: mark which layers you would happily use to explore and design, and which carry legal weight (parcel boundaries, official levels). Write one sentence on where you would go for the authoritative version (e.g. Survey of India, the local land-record office).
- 4Find the informal gap: identify one thing about the real place that the official layers probably miss or mis-record - an informal settlement, a street market, an unsurveyed lane, a recent change. Note who becomes invisible if the twin trusts only the formal layers.
- 5Write a one-paragraph read: in plain language, describe this place's geospatial backbone - its best and worst layers, its likely coordinate issues, and one boundary you would never decide from the map alone, framed as critical judgement rather than a survey.
You’ll walk away with
A one-page 'layer read' of a real place: its layers classed as vector/raster and working/authoritative, a note on alignment and staleness, the informal gap, and one line you would defer to a surveyor. Keep it - later modules build the twin on exactly this kind of foundation.
Three altitudes on the same idea
Read the band that fits you — or all three.
The geospatial backbone is the context your project truly sits in - and its accuracy sets the ceiling on everything the twin can tell you. When you drop a proposal into a city twin to test shadow, setbacks, access or views, every one of those judgements rides on the underlying layers being correctly located and current. Learn to read a twin's layers (which are surveyed, which are traced, which are stale), to ask what coordinate system it uses and how well it sits on the ground, and to treat vector footprints and raster terrain for what they are - working data. Own the design reasoning in context; but for any binding line - plot boundary, setback, alignment, level - defer to a licensed surveyor, the official cadastre and the Survey of India, never to the twin's convenient geometry.
Interiors live inside a building that itself sits on a parcel in a coordinate system - and the same location discipline nests all the way down. Your building-scale model (its floor plates, its BIM) becomes far more useful when it is correctly georeferenced - placed at its true location and orientation - so it can connect upward into a district or city twin for daylight, context and services. Understand that a building model carries the same vector/raster and coordinate questions at small scale, and that aligning it to the real site is a genuine task, not an afterthought. Coordinate any legally meaningful dimension - the plot line, the party wall, the level datum - with the surveyor and the authoritative records; your craft is the humane interior that this accurately located shell makes possible.
Geospatial and GIS data is the most transferable skill in this whole course - every twin, map and location-aware app rests on it. Fix the core ideas: GIS organises the world into layers tied to shared coordinates; vector holds crisp named features while raster holds continuous fields; a coordinate reference system is what makes layers line up or tear apart; and authoritative base-map and cadastral data belongs to official custodians like the Survey of India. You are not expected to run a projection by hand. You are expected to read what a twin is built from, spot when layers are misaligned or stale, and know the difference between data good enough to explore and data that is legally authoritative. That literacy is valued far beyond digital twins, and it starts here.
“A digital twin is basically just a detailed online map, so the geospatial data underneath it is a solved, commodity thing - you grab a map layer, drop your data on top, and the positions take care of themselves. Where something is in the twin is simply where it is.”
Do it yourself
No tools needed - reason it through.
- 1Explain in one sentence what a GIS adds to a plain list of features, and why 'layers tied to shared coordinates' is the backbone of a twin.
- 2Give one example each of data best stored as vector and data best stored as raster, and say why.
- 3Two map layers are each correct but will not overlay. What is the most likely cause, and what operation fixes it?
- 4What is the difference between 'working' geospatial data in a twin and 'authoritative' data, and who holds the authoritative version in India?
- 5Why can a twin built only on official, surveyed layers still misrepresent an Indian city - and who gets rendered invisible?
The one line to carry out
Peer-reviewed journals & authoritative standards
- 01Geographic information system — Wikipedia - Geographic information system, 2026.
- 02Spatial data infrastructure — Wikipedia - Spatial data infrastructure, 2026.
- 03Survey of India — Wikipedia - Survey of India, 2026.
- 04Geospatial intelligence — Wikipedia - Geospatial intelligence, 2026.
- 05Geographic information system in India — Wikipedia - Geographic information system in India, 2026.
A correctly located backbone tells the twin where everything is - but it is still a snapshot. What turns that stack of layers into something alive is a pulse of real-time data: sensors reporting the traffic, the air and the crowds as they happen. Next we meet the feeds that give the twin a heartbeat.
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 →