summaryrefslogtreecommitdiffstats
path: root/libraries/libosmium/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libosmium/slack-desc')
-rw-r--r--libraries/libosmium/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libosmium/slack-desc b/libraries/libosmium/slack-desc
new file mode 100644
index 0000000000..0e6228763d
--- /dev/null
+++ b/libraries/libosmium/slack-desc
@@ -0,0 +1,19 @@
+# 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.