20 lines
1.3 KiB
Plaintext
20 lines
1.3 KiB
Plaintext
# HOW TO EDIT THIS FILE:
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
libosmium: libosmium (C++ library for working with OpenStreetMap data)
|
|
libosmium:
|
|
libosmium: The Osmium Library has extensive support for all types of OSM enti-
|
|
libosmium: ties: nodes, ways, relations, and changesets. It allows reading from
|
|
libosmium: and writing to OSM files in XML, PBF, and several other formats,
|
|
libosmium: including change files and full history files. Osmium can store OSM
|
|
libosmium: data in memory and on disk in various formats and using various inde-
|
|
libosmium: xes. Its easy to use handler interface allows you to quickly write da-
|
|
libosmium: ta filtering and conversion functions. Osmium can create WKT, WKB,
|
|
libosmium: OGR, GEOS and GeoJSON geometries for easy conversion into many GIS fo-
|
|
libosmium: rmats and it can assemble multipolygons from ways and relations.
|