Home Blog The Secret Rules Every GIS Map Quietly Follows
💡 Quiz

The Secret Rules Every GIS Map Quietly Follows

🧮 12  |  🟢 1
14 May 2021 Trishunya Team
The Secret Rules Every GIS Map Quietly Follows
🧩 PUZZLE No. 5

The Secret Rules Every GIS Map Quietly Follows

Why does GIS know a road connects to another road without anyone telling it? The answer is hiding in plain sight.

14 May 20214 min read TITrishunya India
Colorful puzzle piece illustration explaining GIS topology and data measurement levels

Stretch a rubber band into any shape you like, a circle, a triangle, a squiggle. It's still one continuous loop. Bend a road on a map the same way, and GIS still knows it connects the same two towns. That "still knows" part isn't magic. It's a set of quiet rules called topology, and once you see them, you can't unsee them on every map you look at again.

The big idea

Topology describes relationships that survive stretching, bending, and reshaping, like which roads connect, which land parcels touch, and what sits inside what.

Three Rules, No Exceptions

Every GIS relies on exactly three topological relationships to understand how features relate to each other, no matter how the map gets redrawn or rescaled.

Tap a Rule to See It

Connectivity, adjacency, and containment, explained visually

Lines that meet at a shared point are treated as connected, like roads meeting at a junction, no matter how the road bends.

These three rules are why a GIS can instantly calculate the shortest driving route between two points, or tell you that a parcel of land is fully surrounded by a protected forest. None of that works without topology quietly running underneath.

The Four Types of Data GIS Understands

Every attribute stored in a GIS, whether it's land use, road type, or rainfall, falls into one of four measurement categories. Getting this right matters more than it sounds, because the wrong category leads to nonsense analysis, like averaging postal codes.

Sort the Data Yourself

Tap each item, then tap the bucket you think it belongs in

Land use type Landslide risk level Temperature Monthly rainfall
NOMINAL
ORDINAL
INTERVAL
RATIO

Tap an item above, then tap where you think it belongs.

Why This Actually Matters

Nominal data (like land use categories) has no natural order, "residential" isn't greater than "commercial." Ordinal data (like risk levels) has order but no fixed distance between steps, "high risk" isn't exactly double "medium risk." Interval and ratio data are real numbers you can do maths on, the only difference is whether zero means "nothing," which is true for rainfall but not for temperature in Celsius.

Feed the wrong data type into the wrong calculation and a GIS will still produce a confident-looking number. It just won't mean anything. This is exactly the kind of detail that separates a rushed GIS solution from one built by someone who understands the data underneath it.

Topology tells GIS what's connected. Measurement levels tell it what's true.

Both ideas quietly support something else every land project depends on: knowing exactly where one parcel ends and another begins. That's the same topological logic behind boundary work in land acquisition surveys, where adjacency and containment aren't abstract concepts, they decide who owns what.

Quick Answers

What is topology in GIS, in simple terms?
Topology describes how map features relate to each other, like connection, touching, or containment, in a way that stays true even if the map is stretched or rescaled.
What's the difference between nominal and ordinal data?
Nominal data has categories with no natural order, like land use type. Ordinal data has categories with a clear order but no fixed numeric gap between them, like risk levels.
Why does GIS need topology at all?
Without topology, a GIS couldn't reliably answer questions like shortest route or which parcels share a boundary, tasks that depend on relationships, not just coordinates.
Is rainfall ratio data or interval data?
Ratio data, because zero millimetres of rainfall genuinely means no rainfall occurred, which is what defines a true zero point.
Can one dataset contain more than one measurement type?
Yes, most real GIS projects mix all four types across different attribute fields, land type as nominal, elevation as ratio, and so on, within the same map.

Need boundaries mapped with survey-grade accuracy?

Trishunya's land acquisition and topography teams build the clean boundary data every GIS depends on.

Next time a map redraws itself after you zoom or pan, remember what's holding it together behind the scenes: three quiet topological rules, and four data types making sure every number on that map actually means something.

Back to all articles