A program for importing OSM History data into a PostGIS database.
Steps:
- Read an OSM history file (my_area.osh.pbf) with the Libosmium framework from Python with the PyOsmium adapter
- Import into a PostGIS Database
- Read unique changesets & users and call the appropriate APIs to import their data.
- Be PostGIS extensible
- Needs to handle multipel versions of objects (unique on id+version)
- Needs to handle open tagging scheme (look into JSON columns)