Y
Hacker News
new
|
ask
|
show
|
jobs
by
guwop
882 days ago
Hmmmm. If i want to do larger scale extractions of OSM data into a layer - what's the move? I remember someone on here posted a way to do it
2 comments
twp
882 days ago
I wrote
https://github.com/twpayne/osm-extract
for exactly this.
link
ikawe
882 days ago
I typically download a pbf extract, and then use the osmium cli for local filtering.
Then I use ogr2ogr to convert to whatever output format I need.
link