pyosmium
pyosmium copied to clipboard
Python bindings for libosmium
When returning Location and Box to the user, a copy of the data is made anyway. So we might as well implement these classes in Python directly and avoid the...
A common use case with replication is to use multiple small extracts as source and then regularly get diffs for all the sources. The replication library should support something like...
Hi there! Suppose I have used [osmium extract](https://docs.osmcode.org/osmium/latest/osmium-extract.html) to generate a small (< 10 MB) .osm.pbf file of an area from a snapshot and I have used the `--set-bounds` options...
The replication handler currently catches all errors that happen during download of diff files and ends the download process as if it was finished. The idea behind this is that...