A collection of georeferenced GeoJSON boundaries for world countries and cultural regions to map historical data on global or continental scales.
Historical Basemaps is a collection of georeferenced boundaries for world countries and cultural regions, designed for mapping historical data on a global or continental scale. It provides ready-to-use GeoJSON files for specific years, solving the problem of scattered or non-existent standardized historical geospatial data. The project enables users to visualize historical changes without manually digitizing maps.
Historians, data scientists, cartographers, and developers working on historical data visualization or interactive maps who need accurate, temporal boundary data.
Developers choose this project because it offers a centralized, open-source dataset of historical boundaries in a widely supported format (GeoJSON), with built-in support for fuzzy borders and temporal filtering. It fills a niche gap between commercial GIS data and academic historical atlases.
Collection of georeferenced boundaries of world countries and cultural regions for use in mapping historical data on global or continental scale
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
All maps are stored in GeoJSON format, making them human-readable and easily importable into GIS software like QGIS or web libraries like D3 and Leaflet, as emphasized in the README.
Includes boundary files for specific years (e.g., 1492, 1938), enabling precise historical period mapping without manual digitization.
Provides BORDERPRECISION fields to visually distinguish approximate and precise borders, embracing historical inaccuracies rather than forcing modern GIS precision.
An auto-generated index.json file lists available years and countries, allowing quick queries without loading full GeoJSON files, as detailed in the README.
The README explicitly states it's a work in progress and requires verification by comparison to other sources, making it risky for uncritical academic or production use.
The places.geojson file is only a draft and needs community contributions for completion, limiting its utility for historical settlement visualization.
Historical boundaries are fuzzy and overlapping, which may not integrate seamlessly with traditional GIS systems that treat overlaps as errors, requiring custom handling.