/pgRouting-network-generalisation

Improving path query performance in pgRouting using a map generalization approach

Primary LanguagePython

Network Generalisation

This repository contains code for statistical generalisation of road networks. It uses Open Street Map Data.

Version

1.0.0

Tech

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

Todos

  • Test performance on larger data
  • Add Code Comments