What Tools Do Cartographers Use in Modern Mapping?

Modern cartographers work with a mix of desktop software, satellite data, field equipment, and design tools to build everything from printed reference maps to interactive web applications. The toolkit has shifted dramatically toward digital in the last two decades, but the core workflow remains the same: collect geographic data, process and analyze it, then design a map that communicates clearly. Here’s what that looks like in practice.

GIS Software: The Central Workbench

Geographic Information System (GIS) software is the backbone of professional cartography. It’s where raw geographic data gets layered, analyzed, and turned into visual output. Two platforms dominate the field.

ArcGIS Pro, made by Esri, is the industry standard in government agencies, utilities, and large organizations. It handles 2D and 3D visualization, advanced spatial analysis, and large, complex datasets. If a cartographer works in urban planning, defense, or environmental consulting, they’re almost certainly using ArcGIS Pro or one of its companion tools.

QGIS is a free, open-source alternative with a passionate user base among researchers, freelancers, and smaller organizations. It supports a wide range of data formats and has a plugin ecosystem that extends its capabilities significantly. For many cartographers, QGIS does everything they need without the licensing cost.

More specialized options exist for niche work. GRASS GIS handles advanced terrain, hydrological, and environmental modeling. SAGA GIS focuses on scientific and statistical analysis of elevation and terrain data. These aren’t everyday tools for most mapmakers, but they fill important gaps when a project calls for heavy-duty raster analysis or geoscientific modeling.

Satellite Imagery and Public Data Sources

Cartographers rarely collect all their own data from scratch. Instead, they pull from massive public archives of satellite imagery, elevation models, and land cover datasets. The U.S. Geological Survey (USGS) is one of the most important sources. Since 2008, the entire Landsat satellite archive has been available for free download, giving cartographers decades of Earth imagery at no cost. Tools like USGS EarthExplorer and GloVis let users search by location, date, and data type across more than 120 datasets from satellite, aerial, land cover, and elevation sources.

NASA’s AppEEARS platform provides another access point, letting users extract and transform geospatial data from multiple federal archives. The European Space Agency’s Sentinel satellites offer free multispectral imagery that’s especially popular for environmental and agricultural mapping. For cloud-based workflows, Landsat data is also available through Amazon Web Services, so cartographers can process imagery without downloading enormous files to their own machines.

GPS and GNSS Receivers for Field Work

When a cartographer needs precise real-world coordinates, whether to verify satellite data, survey a boundary, or map infrastructure, they use Global Navigation Satellite System (GNSS) receivers. These are far more accurate than the GPS in your phone. Professional-grade receivers from companies like Trimble can pinpoint a location to within a centimeter or two under good conditions.

Trimble’s lineup includes integrated systems like the R12i and R980, designed for surveyors working in challenging environments where tree cover, buildings, or terrain might block satellite signals. Features like tilt compensation let the operator take accurate readings even when the survey pole isn’t perfectly vertical. Smaller, more portable options like the Trimble Catalyst turn a smartphone or tablet into a survey-grade receiver by pairing with an external antenna, which makes field data collection more accessible for smaller teams.

Drones and Photogrammetry

Drones have become one of the most practical tools for creating high-resolution maps of smaller areas. A cartographer can fly a drone over a construction site, a wetland, or an archaeological dig and come away with hundreds of overlapping photographs that software stitches into a detailed, georeferenced map.

On the hardware side, professional mapping teams often use platforms like the DJI Matrice 350 RTK paired with a high-resolution camera such as the Zenmuse P1. Flight planning software controls the drone’s path to ensure complete coverage. UgCS is a popular choice for complex terrain, corridor mapping, and LiDAR missions, with support for drones from DJI, Autel, ArduPilot, and custom builds. DroneDeploy is more common in enterprise settings where fleet management and compliance matter. For users already in the Esri ecosystem, Site Scan for ArcGIS connects drone data directly into GIS workflows.

The real magic happens in processing. Software like Agisoft Metashape or PIX4Dmapper takes the captured images and converts them into orthomosaics (geometrically corrected aerial photos you can measure from) and 3D surface models. These products feed directly into GIS software for further analysis or map design.

LiDAR and Remote Sensing

For mapping terrain, forests, cities, or coastlines in fine detail, cartographers rely on LiDAR (Light Detection and Ranging). Airborne LiDAR systems fire rapid laser pulses toward the ground and measure how long each pulse takes to bounce back. The result is a dense cloud of millions of 3D points that captures the shape of the landscape, including features hidden under tree canopy.

Most LiDAR systems operate at a single wavelength, but newer multispectral sensors collect data at multiple wavelengths simultaneously. The Optech Titan, developed by Teledyne Optech in 2014, was the first commercial airborne multispectral LiDAR sensor. It fires lasers at three wavelengths at once, which helps distinguish between land cover types like pavement, vegetation, and water without needing a separate camera system. Other manufacturers like RIEGL produce sensors operating at different wavelengths (532 nm, 1064 nm, and 1550 nm) that can be combined for similar multi-wavelength coverage.

Cartographers also use radar-based remote sensing, particularly Synthetic Aperture Radar (SAR), which can image the ground through clouds and at night. This makes it especially valuable for mapping regions with persistent cloud cover, like tropical rainforests.

Sonar for Underwater Mapping

Mapping the ocean floor requires an entirely different set of tools. Multibeam sonar is the standard for bathymetric (depth) mapping. Unlike older single-beam systems that measure one point at a time, multibeam sonar sends out a fan-shaped pattern of sound waves simultaneously, covering a wide swath of seafloor with each ping. This makes it possible to build detailed 3D models of underwater terrain relatively quickly.

For finer detail on specific features, cartographers sometimes pair multibeam sonar with side-scan sonar systems towed closer to the seafloor. Side-scan produces higher-resolution imagery of surface features like shipwrecks, rock formations, or pipeline routes. NOAA and other ocean research organizations use both systems together to create the nautical charts that ships depend on for safe navigation.

Graphic Design and Map Finishing

GIS software is powerful for analysis, but it often falls short when it comes to visual polish. For maps that need to look beautiful (think national park maps, atlas pages, or editorial graphics), many cartographers move their work into Adobe Illustrator for final design.

A plugin called MAPublisher, made by Avenza Systems, bridges the gap between GIS and graphic design. It adds more than fifty geospatial tools directly into Illustrator’s interface, so cartographers can apply thematic styling, place labels intelligently, and fine-tune every visual element while keeping the underlying geographic data intact. The plugin handles coordinate systems, scale, and data attributes, so the map remains geographically accurate even as the designer adjusts colors, typography, and layout. An optional add-on called LabelPro provides more sophisticated label placement rules for maps with dense feature names.

This GIS-to-Illustrator workflow is standard practice for cartographers producing print maps, where pixel-level control over line weights, color palettes, and text hierarchy makes the difference between a functional map and a memorable one.

Web Mapping Libraries

Interactive maps on websites and apps require their own set of tools. Cartographers building for the web typically work with JavaScript libraries that render geographic data in a browser.

Leaflet is the most widely used open-source option. It’s lightweight, mobile-friendly, and powers everything from university data portals to journalism projects. Mapbox Studio offers more design control and custom basemap styling, along with a suite of developer tools. OpenLayers is another open-source library with broader format support, popular in government and institutional web applications. For 3D globes and time-dynamic content, CesiumJS lets cartographers build immersive, three-dimensional map experiences.

Behind all of these, GeoJSON has become the standard format for encoding geographic features in web-friendly JavaScript notation. Most web mapping workflows involve converting traditional GIS data into GeoJSON, then styling and serving it through one of these libraries.