osmium 0.0~20160124-b30afd3-1 source package in Ubuntu

Changelog

osmium (0.0~20160124-b30afd3-1) unstable; urgency=medium

  * New upstream git snapshot.
    - Makes tests compile in c++11 mode.
    (closes: #811999)
  * Update Vcs-Git URL to use HTTPS.
  * Add NEWS entry to document the deprecation of the old osmium.

 -- Bas Couwenberg <email address hidden>  Sun, 24 Jan 2016 18:02:46 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe utils

Downloads

File Size SHA-256 Checksum
osmium_0.0~20160124-b30afd3-1.dsc 2.4 KiB 441e913b0ce0347361978e5d37abaad27dd4c09b4fc0b19fb7aea4461f5b10de
osmium_0.0~20160124-b30afd3.orig.tar.gz 165.3 KiB 3861d7aea0aea9b3785549bfbee006368d99dff4075b29373293c40263751eca
osmium_0.0~20160124-b30afd3-1.debian.tar.xz 8.9 KiB 23aa0afa02537db0127415fcef209d3c4009c714cb0f03316348d1d65eeae1ed

No changes file available.

Binary packages built by this source

libosmium-dev: C++ framework for working with OSM data files

 Osmium is a C++ framework for working with OSM data files. Osmium can read
 OSM data in XML or binary format (PBF) and can call different handlers for
 each OSM object.
 .
 Available handlers include:
  * Javascript handler (calls Javascript callbacks you provide)
  * Multipolygon handler (assembles areas(multipolygons) from relations and
    ways)
  * NodeLocationStore handler (stores node locations and builds way
    geometries from them)
  * Statistics handler (does some general statistics)
  * (others...)
 .
 This package provides the header files useful to develop third-party
 applications.

osmjs: osmium-based Javascript framework for handling OSM data

 Osmium is a C++ framework for working with OSM data files. Osmium can read
 OSM data in XML or binary format (PBF) and can call different handlers for
 each OSM object.
 .
 Available handlers include:
  * Javascript handler (calls Javascript callbacks you provide)
  * Multipolygon handler (assembles areas(multipolygons) from relations and
    ways)
  * NodeLocationStore handler (stores node locations and builds way
    geometries from them)
  * Statistics handler (does some general statistics)
  * (others...)
 .
 This package contains the Javascript framework based on osmium.

osmjs-dbgsym: debug symbols for package osmjs

 Osmium is a C++ framework for working with OSM data files. Osmium can read
 OSM data in XML or binary format (PBF) and can call different handlers for
 each OSM object.
 .
 Available handlers include:
  * Javascript handler (calls Javascript callbacks you provide)
  * Multipolygon handler (assembles areas(multipolygons) from relations and
    ways)
  * NodeLocationStore handler (stores node locations and builds way
    geometries from them)
  * Statistics handler (does some general statistics)
  * (others...)
 .
 This package contains the Javascript framework based on osmium.