GIS software is a category of tools designed to work with geographic data — data that describes locations, boundaries, routes, and spatial relationships. Before diving into specific tasks, it helps to understand what these tools have in common and how they are organized.
What GIS Software Does
At its core, GIS software lets you load geographic data, display it on a map, inspect its attributes, apply styling, run spatial operations, and produce outputs such as maps or data exports. These tasks follow a common workflow regardless of which GIS product you use.
Desktop GIS software runs on your computer and gives you full control over your data and processing. Web GIS tools run in a browser and are useful for sharing maps and collaborating, but typically offer fewer analysis options. This path focuses on desktop GIS concepts, which transfer to web tools as well.
The GIS Project
Most GIS software organizes your work into a project file. A project file stores your map settings, layer references, styling choices, and layout configurations. It does not copy your source data — it points to the files where your data lives. This distinction matters: if you move or rename a source file, the project will lose its reference to that layer.
Think of a project file as a saved workspace, not a data container. Your actual data — shapefiles, GeoJSON files, geopackages, CSV files — lives separately and must travel with the project if you share your work.
Common Interface Areas
GIS software interfaces vary by product, but most share these functional areas:
- Map canvas — the central area where your layers are drawn and displayed.
- Layers panel — a list of the layers currently loaded in your project, usually with visibility toggles and ordering controls.
- Browser or catalogue panel — a file browser for finding and loading data from your computer or connected services.
- Attribute table — a spreadsheet-like view of the non-spatial data attached to a layer's features.
- Toolbox or processing panel — a collection of spatial analysis and data management tools.
- Status bar — displays coordinate information, scale, and other map state at the bottom of the window.
Interface names differ among products. What one tool calls a "Layers" panel another may call a "Table of Contents." The concepts are the same.
A Typical GIS Workflow
Most GIS work follows a recognizable sequence:
- Load data — bring spatial files into your project.
- Inspect data — check attributes, coordinate system, extent, and completeness.
- Style data — apply colours, symbols, and labels to make the map readable.
- Analyse data — run spatial operations to answer your question.
- Create outputs — produce a map layout, export data, or save results.
- Save the project — preserve your settings for future use.
This path follows that sequence across eight lessons.
Practical Example
Imagine you are mapping public libraries and parks in a fictional city called Riverton. You load a parks polygon layer, a libraries point layer, and a roads line layer. Each appears as a separate entry in the layers panel. You can toggle each layer on or off, reorder them, and style them independently. The map canvas shows all visible layers stacked together.
The project file you save records which files are loaded and how they are styled — but the actual park boundaries, library locations, and road lines remain in their original files on your computer.
Three Things to Distinguish
- GIS project — your saved workspace with layer references and settings.
- GIS dataset — a file containing geographic features and their attributes.
- Map output — an image, PDF, or layout produced from your project for sharing or printing.
If you are new to GIS concepts such as layers, features, and coordinate systems, What Is GIS in GIS 101 provides a solid foundation before working through this path.
Common Mistakes
- Assuming the project file contains all your data — it does not.
- Moving source files after building a project, which breaks layer references.
- Confusing a map image export with the underlying editable data.
- Expecting all GIS software to use identical menu names or panel layouts.
Key Takeaways
- GIS software loads, displays, analyses, and exports geographic data.
- A project file stores settings and layer references, not the data itself.
- Most GIS tools share common interface areas: map canvas, layers panel, attribute table, and toolbox.
- Interface names vary by product; the underlying concepts transfer.
- A typical GIS workflow moves from loading and inspecting data through styling, analysis, and output.
- desktop GIS software overview
- GIS project file explained
- GIS interface layers panel
- open-source GIS software