summaryrefslogtreecommitdiffstats
path: root/academic/pointcloud/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2013-12-01 09:57:20 +0100
committer Robby Workman2013-12-02 07:58:19 +0100
commit8cbac2ab8d11a053c18a246c09de4d0c7240cd26 (patch)
treeef88c0fe9eb50757dd4392d7b60b23ebed34bddc /academic/pointcloud/README
parent490c51f1346b2221418fc5aef833359d32922c4d (diff)
downloadslackbuilds-8cbac2ab8d11a053c18a246c09de4d0c7240cd26.tar.gz
academic/pointcloud: Added (PostgreSQL extension for storing LiDAR data)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'academic/pointcloud/README')
-rw-r--r--academic/pointcloud/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/academic/pointcloud/README b/academic/pointcloud/README
new file mode 100644
index 0000000000..eef3cbf2a2
--- /dev/null
+++ b/academic/pointcloud/README
@@ -0,0 +1,6 @@
+The PostgreSQL Pointcloud extension allows LiDAR point cloud data to be stored
+in the database.
+
+The SlackBuild will install two PostgreSQL extensions: pointcloud and
+pointcloud_postgis. To use the pointcloud_postgis extension, postgis must be
+installed.