diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2017-10-04 11:25:22 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-10-04 11:25:22 +0100 |
commit | 9675df61c7fb0ebfc3d99358000bfd2476f39c54 (patch) | |
tree | b0af2399778ea1605274fc5679fd1ec82b93b80a /gis/pktools/README | |
parent | 969e468c713df1b98252eecb6d1470aabafe33f0 (diff) | |
download | slackbuilds-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/README | 9 |
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. |