MOC - Geospatial

Overview

Map of Content for Geographic Information Systems (GIS) and geospatial technologies. This covers spatial data management, analysis, visualization, standards, and related tools.

Architecture & Concepts

Foundational knowledge for building modern geospatial systems:

NoteDescription
Cloud Native Geospatial ArchitectureArchitectural principles for modern cloud-native GIS systems
Spatial Indexing Trade-offsWhen to use H3 vs S2 vs traditional spatial indexes
Row vs Columnar Geospatial FormatsUnderstanding GeoJSON vs GeoParquet trade-offs

Curated Lists

Data Sources & Providers

ListDescription
List - Federal Geospatial Data SourcesUSGS, FEMA, Census, NOAA, and federal data sources
List - Property Data PlatformsParcel data providers and property intelligence APIs
List - Building Footprint DatasetsOpen building footprint datasets (Microsoft, Google, Overture)

Standards & Organizations

ListDescription
List - GIS Standards OrganizationsOGC, ISO TC 211, FGDC, and standards bodies
List - GIS Open StandardsComprehensive OGC, ISO, and industry standards reference
List - OGC Web Service StandardsWMS, WFS, OGC API, and service specifications

Tools & Libraries

ListDescription
List - GIS Web Mapping LibrariesJavaScript libraries for interactive maps (Leaflet, MapLibre, etc.)
List - R Geospatial PackagesR packages for spatial analysis, visualization, and data access
List - Spatial DatabasesPostGIS, Supabase, DuckDB spatial extensions
List - GIS AI ToolsAI-powered GIS tools and geospatial machine learning
List - Routing and Navigation ServicesRouting engines, geocoding, and accessibility APIs

Guides

GuideDescription
Guide - Geospatial File Format SelectionChoosing the right format for your use case
Guide - ArcGIS REST APIWorking with Esri’s ArcGIS REST services

Key Definitions

Data Formats

TermDescription
GeoJSONJSON-based format for encoding geographic data
GeoParquetColumnar format for efficient geospatial storage
GeoTIFFRaster format with embedded georeferencing
Cloud Optimized GeoTIFF (COG)Cloud-native raster format
PMTilesSingle-file tile archive format
Mapbox Vector Tile (MVT)Vector tile specification
ShapefileLegacy vector format (use GeoPackage instead)
GeoPackageOGC SQLite-based container format

Web Services

TermDescription
Web Map Service (WMS)OGC standard for map image rendering
Web Feature Service (WFS)OGC standard for vector feature access
Web Coverage Service (WCS)OGC standard for raster coverage access
Web Map Tile Service (WMTS)OGC standard for pre-rendered tiles
SpatioTemporal Asset Catalog (STAC)Metadata and discovery standard
OGC API - FeaturesModern RESTful vector data API

Spatial Concepts

TermDescription
Geographic Information System (GIS)Definition and overview
Open Geospatial Consortium (OGC)Standards development organization
Digital Elevation Model (DEM)Grid-based elevation representation
Hexagonal Hierarchical Spatial Index (H3)Uber’s hexagonal grid system
OpenStreetMap (OSM)Collaborative mapping project
ProjectionMap projection fundamentals
DatumGeodetic datum reference
CoordinatesCoordinate systems and CRS

Database & Tools

TermDescription
PostGISPostgreSQL spatial extension
Geospatial Data Abstraction Library (GDAL)GDAL/OGR toolkit
QGISOpen source desktop GIS
Topologically Integrated Geographic Encoding and Referencing (TIGER)US Census geography

Geometry Types

TermDescription
PointZero-dimensional geometry
LineStringOne-dimensional geometry
PolygonTwo-dimensional geometry
MultiPolygonCollection of polygons
FeatureGeometry with attributes
LayerCollection of features

Geographic Units

TermDescription
ParcelLand ownership boundary
Census Tract (CT)Census geography unit
Block Group (BG)Census block group
ZIP Code Tabulation Area (ZCTA)ZIP code approximation
Core-Based Statistical Area (CBSA)Metropolitan/micropolitan areas

Core Tools

Desktop GIS

  • QGIS - Open source desktop GIS
  • ArcGIS - Esri’s enterprise GIS platform

Web Mapping

Data Processing

Parent/Broader MOCs

Sibling MOCs (Same Level)

Language-Specific MOCs

  • MOC - R - R geospatial packages (sf, terra, leaflet)
  • MOC - Python - Python geospatial stack (GeoPandas, Shapely, Fiona)
  • MOC - JavaScript - Web mapping libraries (Leaflet, MapLibre, deck.gl)

Domain MOCs

External Resources

Documentation

Learning

Communities