pydriosm icon indicating copy to clipboard operation
pydriosm copied to clipboard

PyDriosm: an open-source tool for downloading, reading and PostgreSQL-based I/O of OpenStreetMap data

Results 4 pydriosm issues
Sort by recently updated
recently updated
newest added

Related class/method: - `BBBikeDownloader.get_subregion_catalogue()` Example error message *"... Failed. Unknown datetime string format, unable to parse: last update: Sat Apr 27 20:13:20 2024 UTC, at position 0."* resulting from running...

bug

Using a tool to work with historic osm data would be great.

Since some `*.osm.pbf` files are quite large, do you think it would be possible to `yield` each row of data instead of appending it to a `dict`? So that `parse_osm_pbf()`...

Hello again, Since the parsing is layer-specific, I was wondering if its possible to associated each WayId to a list of NodeIds? This information does not seem to be available...