osm-export-tool-python icon indicating copy to clipboard operation
osm-export-tool-python copied to clipboard

command line tool + Python library for exporting OSM in various file formats.

Results 5 osm-export-tool-python issues
Sort by recently updated
recently updated
newest added

requests.exceptions.ConnectionError: HTTPConnectionPool(host='overpass.hotosm.org%5capi%5cinterpreter', port=80): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) When i run python-example It seems like the...

Hi, thanks for building this awesome tool. Just a question, is extracting tag with seamark supported?

In processing panama.osm.pbf, I get the following error: ```bash $ osm-export-tool -v panama.osm.pbf panama.gpkg Warning 1: Value of field 'addr:street' has 86 characters, whereas maximum allowed is 80. Warning 1:...

It would be useful to be able to generate spatial indexes when generating a geopackage. http://www.geopackage.org/spec/#extension_rtree

Should work by making `setup.py` not depend on `gdal_config`, but more may be necessary. Best approach may still be to replace the gdal python library with Fiona instead