pyosmium-up-to-date
Osmium library bindings for Python - utilities
Install
- All systems
-
curl cmd.cat/pyosmium-up-to-date.sh
- Debian
-
apt-get install pyosmium
- Ubuntu
-
apt-get install pyosmium
- Kali Linux
-
apt-get install pyosmium
- Fedora
-
dnf install python3-osmium
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pyosmium
- Dockerfile
- dockerfile.run/pyosmium-up-to-date
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.