osmium-tool 1.14.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update copyright file.
  * Drop spelling-errors.patch, applied upstream.

 -- Bas Couwenberg <email address hidden>  Mon, 07 Feb 2022 17:55:17 +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
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
osmium-tool_1.14.0-1.dsc 2.0 KiB 7db4b15ad1e76cf96f6fd842a5856f54f5f399a4cdc1ef277218e5ac959a3015
osmium-tool_1.14.0.orig.tar.gz 478.9 KiB 67765fe6b612e791aab276af601dd12410b70486946e983753f6b0442f915233
osmium-tool_1.14.0-1.debian.tar.xz 6.0 KiB 7244545551bbe21fd0e3373d3b4256f4f3692352604aa8038506d252dc3c76e7

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