Crate extract_cities[−][src]
Extracts all cities from a large .osm file.
- Reads a large .osm file
- Finds all boundary relations representing cities
- Calculates the polygon covering that city
- Uses osmconvert to clip the large .osm to a smaller one with just the city
This tool writes all output files (.poly boundaries and .osm extracts) in the current directory!
Functions
main |