All articles
GIS Basics 7 min read·January 12, 2026

What Is GIS? A Practical Introduction for Beginners

A plain-language introduction to Geographic Information Systems: vector vs raster data, layers, attributes, coordinate systems, and where browser-based GIS tools fit in.

GIS in one sentence

A Geographic Information System (GIS) is any system that stores, analyses and displays data that has a location attached to it. If a record can answer the question "where?", it can live in a GIS.

In practice that means two things travel together: geometry (a point, line or polygon) and attributes (the properties describing it — a name, a road class, a parcel ID, a measurement).

Vector and raster data

Vector data models the world as discrete shapes. Raster data models it as a grid of cells, each holding a value such as elevation or reflectance.

  • Points — wells, trees, addresses, GPS fixes
  • Lines — roads, rivers, pipelines, survey traverses
  • Polygons — parcels, buildings, administrative boundaries
  • Rasters — satellite imagery, digital elevation models, land-cover grids

Layers and attributes

GIS projects are built from stacked layers. Each layer holds one kind of feature and one attribute table, and analysis usually means comparing layers: which parcels intersect the flood zone, which houses fall within 500 m of a school.

Because attributes and geometry are linked, you can style, filter and query a map the same way you would query a spreadsheet.

Coordinate systems matter more than beginners expect

Every coordinate pair is meaningless without knowing which reference system it belongs to. Latitude/longitude in WGS84 (EPSG:4326) is the web default; projected systems such as UTM give you metres, which is what you need for reliable distance and area maths.

Most "my map is in the ocean near Africa" moments are simply a coordinate order or datum mismatch.

Where browser-based tools fit

Desktop GIS is unbeatable for large projects, but a huge share of day-to-day work is small: inspect a file someone emailed you, convert a format, check an area, reproject a handful of points. Those tasks do not need an install or an upload.

GeoToolBox runs entirely in your browser — your data never leaves the device — which makes it a safe first stop for quick checks before you commit a dataset to a bigger workflow.

Try it yourself
Everything runs in your browser — no upload, no signup.
Open the Viewer