summaryrefslogtreecommitdiff
path: root/graphics/gdalcpp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdalcpp/pkg-descr')
-rw-r--r--graphics/gdalcpp/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/gdalcpp/pkg-descr b/graphics/gdalcpp/pkg-descr
new file mode 100644
index 000000000000..adf817cca361
--- /dev/null
+++ b/graphics/gdalcpp/pkg-descr
@@ -0,0 +1,9 @@
+gdalcpp is a C++11 wrapper classes for GDAL/OGR.
+
+These are some small wrapper classes for GDAL offering:
+- classes with RAII instead of the arcane cleanup functions in stock GDAL
+- works with GDAL 1, 2, and 3
+- allows you to write less boilerplate code
+
+The classes are not very complete, they just have the code I needed for various
+programs.