pyosmium-get-changes

Osmium library bindings for Python - utilities

Install

All systems
curl cmd.cat/pyosmium-get-changes.sh
Debian Debian
apt-get install pyosmium
Ubuntu
apt-get install pyosmium
image/svg+xml Kali Linux
apt-get install pyosmium
Fedora
dnf install python3-osmium
Windows (WSL2)
sudo apt-get update sudo apt-get install pyosmium

pyosmium

Osmium library bindings for Python - utilities

The PyOsmium module allows you to access some of the features of the Osmium library from Python code. PyOsmium has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from OSM files in XML and PBF formats, including change files and full history files. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. This package contains the PyOsmium utilities.

python3-osmium

Python bindings for libosmium