summaryrefslogtreecommitdiffstats
path: root/gis/pktools/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-10-04 12:25:22 +0200
committer David Spencer2017-10-04 12:25:22 +0200
commit9675df61c7fb0ebfc3d99358000bfd2476f39c54 (patch)
treeb0af2399778ea1605274fc5679fd1ec82b93b80a /gis/pktools/README
parent969e468c713df1b98252eecb6d1470aabafe33f0 (diff)
downloadslackbuilds-9675df61c7fb0ebfc3d99358000bfd2476f39c54.tar.gz
gis/pktools: Added (image processing utilities).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/pktools/README')
-rw-r--r--gis/pktools/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/gis/pktools/README b/gis/pktools/README
new file mode 100644
index 0000000000..bf1e151c04
--- /dev/null
+++ b/gis/pktools/README
@@ -0,0 +1,9 @@
+pktools is a suite of utilities written in C++ for image processing with a
+focus on remote sensing applications. It relies on the Geospatial Data
+Abstraction Library and OGR.
+
+Optional dependencies
+
+If the fann SlackBuild is installed, support can be added by passing
+WITH_FANN=ON. If the libLAS SlackBuild is installed, support can be added by
+passing WITH_LIBLAS=ON.