osmium-tool 1.14.0-2 source package in Ubuntu

Changelog

osmium-tool (1.14.0-2) unstable; urgency=medium

  * Require at least libosmium2-dev 2.17.0.
  * Bump Standards-Version to 4.6.1, no changes.
  * Add Rules-Requires-Root to control file.
  * Update lintian overrides.

 -- Bas Couwenberg <email address hidden>  Thu, 01 Dec 2022 14:52:13 +0100

Upload details

Uploaded by:
Debian GIS Project
Uploaded to:
Sid
Original maintainer:
Debian GIS Project
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
osmium-tool_1.14.0-2.dsc 2.0 KiB e4a3ea0ff385e48f8dcc33e3612c696af09838faaa2727379df74362c55f1766
osmium-tool_1.14.0.orig.tar.gz 478.9 KiB 67765fe6b612e791aab276af601dd12410b70486946e983753f6b0442f915233
osmium-tool_1.14.0-2.debian.tar.xz 6.5 KiB d491b5d6a59201d698e604a1a8ee00a95f2ed32d69c04c2d6905b55c26392d42

Available diffs

No changes file available.

Binary packages built by this source

osmium-tool: 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.

osmium-tool-dbgsym: debug symbols for osmium-tool