osmium-tool 1.1.1-2build1 source package in Ubuntu

Changelog

osmium-tool (1.1.1-2build1) wily; urgency=medium

  * No-change rebuild against libprotobuf-lite9v5

 -- Steve Langasek <email address hidden>  Mon, 10 Aug 2015 17:39:57 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
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.1.1.orig.tar.gz 125.6 KiB 1f3f1647fa53524e65460daa03d0b82c0d951562528d3e1a50e2c1a6221a5af9
osmium-tool_1.1.1-2build1.debian.tar.xz 4.8 KiB dd2371c6d405bb065323b953307b0ce2d7d3af7d36cab3d139980bd42b5cc6df
osmium-tool_1.1.1-2build1.dsc 2.1 KiB 44b48cffc2ea1096655cd3519f65e4f42b9f1280d0206275a7e895a49517a656

View changes file

Binary packages built by this source

osmium-tool: No summary available for osmium-tool in ubuntu wily.

No description available for osmium-tool in ubuntu wily.

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

 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.