dominic2017 / historical-basemaps

Collection of georeferenced boundaries of world countries and cultural regions for use in mapping historical data on the world scale

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Historical boundaries of world countries and cultural regions

world 1880 DRAFT ROUGH

This historical boundaries project aims at providing ready-to-use base maps for mapping historical data.

All maps are stored in the geojson format: single file per feature layer, human and machine readable, easy to import in qGIS or use in D3 (see d3example.html written for D3v4 and d3v5example.html for D3v5, as well as d3v5_roughjs_example.html with the additional use of rough.js).

Geodata precision and generalization is adapted for mapping data on the scale of a continent or of the whole world.

Conceptual limitations

world 1880 DRAFT

When using the data, keep in mind that

  1. historical boundaries are even more disputed than contemporary ones, that
  2. the actual concept of territory and national boundary becomes meaningful, in Europe, only since the Peace of Westphalia (1648), that
  3. areas of civilizations actually overlap, especially in ancient history, and that
  4. overlaying these ancient vector maps on contemporary physical maps can be misleading; rivers, lakes, shorelines do change very much over millenia; think for instance about the evolution of the Aral sea since the 1980s.

Finally, note that overlapping areas are useally dealt with as topological errors in traditional GIS. Fuzzy borders are difficult to handle. Certainly a field to investigate...

Projection

world 1880 DRAFT

The geodata are stored in the WGS 84 projection, EPSG:4326 (crs:OGC:1.3:CRS84). Coordinates are in LatLon, the projection is geographical. Consider reprojecting to show the maps on world scale, choosing a projection with minimal area distortion, such as the Dymaxion projection in the first example or the Molweide projection. Most mapping software and algorithms reproject on the fly.

Contributing

When correcting individual geojson files, please make sure that boundaries remain aligned over all files. The multilayer topological editing tool in QGIS 3 might help you with that. Further notes on contributing in CONTRIBUTING.md

Credits

This project started as a collection of basemaps collected, adpated and converted from diverse sources, sometimes only available through the wayback machine. Among these sources, anonymous students from the "ThinkQuest Team C006628".

Some (rare) historical GIS resources on the web

Other resources - non-GIS or GIS files non-downladable

Spatial mutations in theory and fiction

If you edit the geojson maps and want to refer your own published work, please add here.

About

Collection of georeferenced boundaries of world countries and cultural regions for use in mapping historical data on the world scale

License:GNU General Public License v3.0


Languages

Language:JavaScript 48.4%Language:HTML 29.3%Language:CSS 22.3%