Skip to main content

All Questions

Tagged with
0 votes
0 answers
16 views

Storing OSM relations correctly as geometry in BQ

I am looking at the best/efficient way to decompose OSM relations and store as geography, currently I am using: https://raw.githubusercontent.com/tyrasd/osmtogeojson/gh-pages/osmtogeojson.js to ...
ebad malik's user avatar
1 vote
2 answers
358 views

Geometry extraction from osm.pbf file using relation id with ogr2ogr

What works If I need a GeoJSON file with the OpenStreetMap borders of Liechtenstein, I download liechtenstein-latest.osm.pbf from GeoFabrik: curl https://download.geofabrik.de/europe/liechtenstein-...
zabop's user avatar
  • 2,224
2 votes
1 answer
437 views

Extracting relations with osmnx?

I am using osmnx package https://osmnx.readthedocs.io/en/stable/osmnx.html to extract data from OSM. I aim to obtain relations from the cyclist node network in Flanders. After some info about tagging, ...
ajchavez94's user avatar