pypsa-meets-earth / pypsa-earth

PyPSA-Earth: A flexible Python-based open optimisation model to study energy system futures around the world.
https://pypsa-earth.readthedocs.io/en/latest/
207 stars 167 forks source link

Feature request: Downloading OSM data using API/Overpass #1026

Open bobbyxng opened 1 month ago

bobbyxng commented 1 month ago

Describe the feature you'd like to see

mnm-matin commented 1 month ago

I think some years ago we started the prototype with overpass-turbo (this might actually be the 2nd or 3rd commit in this repo). Unfortunately, we ran into problems with rate limits.

Perhaps things have changed, so may the rate limits be on your side!

Alternatively, one could host the intermediate files produced by earth-osm, and download those instead of the .pbf (that's why it was desgined that way in the first place, but i never got around to completing the api part of it)