diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-08-31 04:20:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-31 04:21:21 +0700 |
commit | 0a715f35acb9a21f43826d82b574a9a40b2adc17 (patch) | |
tree | e382706e108a6a72993bd44b4aa7f0682eb16d37 /gis/libLAS/README | |
parent | 68d7501dabe01d4a8c245163dc316406173dc48d (diff) | |
download | slackbuilds-0a715f35acb9a21f43826d82b574a9a40b2adc17.tar.gz |
gis/libLAS: Added (C/C++ library for the LAS LiDAR format).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/libLAS/README')
-rw-r--r-- | gis/libLAS/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/libLAS/README b/gis/libLAS/README new file mode 100644 index 0000000000..650efc1694 --- /dev/null +++ b/gis/libLAS/README @@ -0,0 +1,4 @@ +libLAS is a C/C++ library for reading and writing the very common LAS +LiDAR format. The ASPRS LAS format is a sequential binary format used +to store data from LiDAR sensors and by LiDAR processing software for +data interchange and archival. |