Geographic Information System
A geographic information system, or GIS, is a system for storing, analyzing, managing, and visualizing information connected to locations.
What a GIS is
A geographic information system is a computer-based system for working with information that has location attached to it. It combines software, hardware, data, methods, and people. A GIS can show maps, but it is more than a map viewer: it stores geographic data, connects it to attributes, analyzes spatial relationships, and produces outputs that support decisions.
Layers and attributes
GIS data is often organized into layers. One layer might contain roads, another rivers, another parcel boundaries, another satellite-derived land cover, and another population data. Each feature can have attributes: a road name, a stream order, a land-use code, a building height, or a census value. Layering makes it possible to ask questions across different kinds of information.
Vector and raster data
Two common GIS data models are vector and raster. Vector data represents features as points, lines, and polygons, such as wells, trails, and county boundaries. Raster data represents space as a grid of cells, such as satellite imagery, elevation models, temperature maps, or land-cover classifications. Many projects use both.
Spatial analysis
A GIS can answer questions that depend on location: What is within a flood zone? Which homes are closest to a fire station? Where do soil type, slope, and land ownership overlap? How far is a habitat patch from a road? These questions use operations such as buffering, overlay, interpolation, network analysis, classification, and proximity measurement.
Coordinates and reference systems
Spatial data only lines up when coordinate systems, datums, and projections are handled correctly. A dataset may use latitude and longitude, a projected coordinate system, or a local engineering grid. GIS users often have to transform data between systems, check units, and understand distortion introduced by map projections.
GIS and remote sensing
Remote sensing provides many inputs to GIS, including satellite imagery, lidar point clouds, radar data, and derived layers such as vegetation indexes or land-cover maps. GIS then helps combine those observations with field data, boundaries, infrastructure, and demographic information so patterns can be interpreted in context.
From desktop to web maps
GIS began as specialized software used by trained analysts, but GIS now appears in web maps, dashboards, mobile data-collection apps, emergency operations centers, logistics platforms, and open-data portals. The interface may look simple, while the underlying system still depends on geospatial databases, services, coordinate handling, and analysis rules.
Why it matters
GIS helps people make location-aware decisions. It can reveal inequities in service access, identify environmental risk, plan routes, manage utilities, track disease, protect habitats, and communicate complex spatial patterns. It matters because many real-world problems are not just about what is happening, but where it is happening.