pypsa-meets-earth / earth-osm

Export infrastructure data from OpenStreetMap using Python
https://pypsa-meets-earth.github.io/earth-osm/
MIT License
23 stars 12 forks source link

Run custom pbf in earth-osm supported? #27

Closed pz-max closed 1 year ago

pz-max commented 1 year ago

Currently, everything works smoothly when extracting data from geofabriks. Do we want to support also filtering out custom pbf extracts or suggest other tools e.g. pyrosm?

Feature request came from: https://github.com/pypsa-meets-earth/earth-osm/issues/25#issuecomment-1386100494

pz-max commented 1 year ago

@Mousa-Zerai sounds like a new feature request. Checkout as above mentioned pyrosm. Maybe it helps you for now

mnm-matin commented 1 year ago

all pbf files must be for openstreetmap, as a hacky workaround a pbf file downloaded locally can be placed in the pbf directory with a file name after a country and then the extraction can be run for that country. Likely not to be supported...