Source: osmium-tool Maintainer: Debian GIS Project Uploaders: Bas Couwenberg Section: science Priority: optional Build-Depends: debhelper (>= 9), cmake, libboost-dev, libboost-program-options-dev, libbz2-dev, libexpat1-dev, libosmium2-dev (>= 2.15.0), pandoc, zlib1g-dev Standards-Version: 4.2.1 Vcs-Browser: https://salsa.debian.org/debian-gis-team/osmium-tool/ Vcs-Git: https://salsa.debian.org/debian-gis-team/osmium-tool.git Homepage: https://osmcode.org/osmium-tool/ Package: osmium-tool Architecture: any Section: utils Depends: ${shlibs:Depends}, ${misc:Depends} Description: Command line tool for working with OpenStreetMap data Osmium Tool is a multipurpose command line tool based on the Osmium library. . With the Osmium Tool you currently can: . * Get information about an OSM file * Convert OSM files from one format into another (supports all XML and PBF formats) * Merge and apply change files to an OSM file (with or without history) * Extract data from OSM history files for a given point in time or a time range . The Osmium library has extensive support for all types of OSM entities: nodes, ways, relations, and changesets. It allows reading from and writing to OSM files in XML and PBF formats, including change files and full history files. Osmium can store OSM data in memory and on disk in various formats and using various indexes. Its easy to use handler interface allows you to quickly write data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS and GeoJSON geometries for easy conversion into many GIS formats and it can assemble multipolygons from ways and relations.