freebsd-ports/astro/libosmium/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
590 B
Text

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.