The goal of the OSM2PostGIS project is to develop an OpenStreetMap data processor that can import any amount of .osm XML data into a PostGIS database, and produce evaluated navigation network topologies to support routing.
Features
- Read any number of .osm files of any size (up to the full planet.osm).
- Produce PostGIS geometry for any map features on configurable layers.
- Produce routing topology for multiple navigation networks.
- TBD: Apply the traffic rules and defaults of various administrative regions.
- Insert new or update and merge with existing data.
- Import all relevant data (where 'relevant' is configurable.)
- Restore an interrupted import process.
- Detect and report OSM data anomalies on a separate layer.
License
Apache License V2.0Follow OSM2PostGIS
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
Compared to what I've seen with other routable Open Street Map data importers, Osm2PostGis is on the right track. I like the way the author has been able to minimize outside dependencies (3rd party code) for a powerful yet clean app that is memory friendly. The java compiles and runs quite well at this stage and the code is readily understandable.