osmcoastline 2.4.0-2 source package in Ubuntu

Changelog

osmcoastline (2.4.0-2) unstable; urgency=medium

  * Bump Standards-Version to 4.6.2, no changes.
  * Bump debhelper compat to 13.
  * Add patch to fix FTBFS with GDAL 3.7.0.
    (closes: #1037976)

 -- Bas Couwenberg <email address hidden>  Thu, 15 Jun 2023 07:02:32 +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
osmcoastline_2.4.0-2.dsc 2.1 KiB e620c85fcfbca000e8636959b2319d748dc09abfb8c8149052ede10e4d6ef33a
osmcoastline_2.4.0.orig.tar.gz 109.0 KiB 2c1a28313ed19d6e2fb1cb01cde8f4f44ece378393993b0059f447c5fce11f50
osmcoastline_2.4.0-2.debian.tar.xz 5.2 KiB ac93bee2e665370136d5f255e8f8475a3fec21bb3f5d825bc9d221d1ccd5129c

Available diffs

No changes file available.

Binary packages built by this source

osmcoastline: Extract coastline data from OpenStreetMap planet file

 OSMCoastline extracts the coastline from an OSM planet file and assembles all
 the pieces into polygons for use in map renderers etc.
 .
 OSMCoastline relies on the Osmium library for its OpenStreetMap data handling.
 .
 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.
 .
 This package contains the OSMCoastline utilities.

osmcoastline-dbgsym: debug symbols for osmcoastline