This repository contains code for statistical generalisation of road networks. It uses Open Street Map Data.
1.0.0
It uses a number of open source projects to work properly:
- osm2pgrouting - Import tool for OpenStreetMap data to pgRouting database
- pgrouting - pgRouting extends the PostGIS / PostgreSQL geospatial database to provide geospatial routing functionality.
- python - Database operations
- networkX - Graph operations and network generation
- Test performance on larger data
- Add Code Comments