protomaps / OSMExpress

Fast database file format for OpenStreetMap
BSD 2-Clause "Simplified" License
229 stars 19 forks source link

using the osmx python library, is there a way to download an OSM .pbf file using a bounding box parameter? #10

Closed d3netxer closed 4 years ago

d3netxer commented 4 years ago

this would be cool

bdon commented 4 years ago

This can be added, is there an advantage over using subprocess.call with the osmx binary though? Other than not needing to have the osmx binary?

d3netxer commented 4 years ago

No, I don't think so. I was thinking it may make it a little bit easier to use with Anaconda. Running 'pip install osmx' doesn't install the binary does it?

bdon commented 4 years ago

It doesn't. That may be tricky to accomplish because of OS differences, I did start uploading static. binaries here: https://github.com/protomaps/OSMExpress/releases