diff options
Diffstat (limited to 'gis/pktools/README')
-rw-r--r-- | gis/pktools/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gis/pktools/README b/gis/pktools/README new file mode 100644 index 000000000000..bf1e151c04a9 --- /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. |