osmium-tool 1.11.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Bump Standards-Version to 4.4.0, no changes.
  * Append -DNDEBUG to CXXFLAGS to remove buildpath from binaries.
  * Update gbp.conf to use --source-only-changes by default.
  * Update copyright years for Jochen Topf.
  * Bump minimum required libosmium2-dev to 2.15.2.
  * Add patch to fix spelling errors.

 -- Bas Couwenberg <email address hidden>  Tue, 17 Sep 2019 06:25:36 +0200

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.11.0-1.dsc 2.0 KiB c53c3b2359eb2499d2c1f3c38597f4b8df885bd3259ea0b8a7c8a0232c511418
osmium-tool_1.11.0.orig.tar.gz 376.0 KiB 09720d8ffcf250000628cb174934885962e09677094bd5bd96071f11fe170f4f
osmium-tool_1.11.0-1.debian.tar.xz 6.2 KiB 257a9a2c89bcf10d8cea71a007b1dc0786ed95c9a4d7e97d0e1eef693ae3c3e7

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