From e0b6c0936fe1bb97e8f45135b271da8be141acb2 Mon Sep 17 00:00:00 2001 From: RobertoCSH <31844800+RobertoPanoi@users.noreply.github.com> Date: Tue, 7 Jan 2020 13:00:16 +0100 Subject: [PATCH] Updated documentation and headers --- README.md | 9 +-------- dlgabout.py | 19 ++++++++----------- metadata.txt | 4 ++-- test_dtm_process.py | 6 +----- test_files_and_dirs.py | 6 +----- 5 files changed, 13 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index ac8ddf8..2c6ae0d 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,7 @@ You can use LasPy Library (BSD License) to generate a three exposure hillshade f If the process option with the LasPy library is not activated once it has been installed, you must restart QGIS. - If you need to process compressed LiDAR data (*.laz format) and you want to use Free Open Source Software you can unzip laz format to las format using LasZip Library: - LasZip is LGPL License and you can found it at: *https://www.laszip.org/* - -If you uses as input LiDAR data, note that plugin uses LASTools library. - See LASTools License at: *https://rapidlasso.com/lastools/* - -At the process with LiDAR data, user can generates the FUSION LDV Catalog report with the ground points, to check the input -data quality (returns density, number of returns, return intensity, ...). + Plugin uses LASzip to unzip LiDAR data (*.laz format to *.las format). LasZip is LGPL License and you can found it at: *https://www.laszip.org/* KeyWords = Shaded Relief, Hillshade, Digital Terrain Model, DTM, LiDAR, Batch Hillshade Processing, Three Exposure Hillshade, Digital Surfaces Model, MDS, Digital Elevation Model, MDE diff --git a/dlgabout.py b/dlgabout.py index d494bbf..a8f85b8 100644 --- a/dlgabout.py +++ b/dlgabout.py @@ -82,18 +82,15 @@ def __init__(self, parent=None): u' information, please, read
metadata/' + u'readme and/or contact the author.') - external_dependencies = ('This plugin needs the Processing' + - u' Plugin and uses external libraries' + - u' for LiDAR processing mode,
see the' + external_dependencies = ('This plugin uses external libraries' + + u' for LiDAR processing mode, see the' u' corresponding licenses:
+' + - u' LASTools Library:
' + - u'https://rapidlasso.com/lastools/' + - u'

+ FUSION' + - u' LDV Software:
http://forsys.' + - u'cfr.washington.edu/fusion.html' + - u'

Also you can use LasPy ' + - u' Library (BSD License):
' + - u'https://github.com/laspy/laspy' + + u' You can use LasPy Library' + + u' (BSD License):
' + + u' https://github.com/laspy/laspy' + + u'

+' + + u' Plugin also uses LASZip Library:' + + u'
https://laszip.org/' + u'
') license_info = (u'

License:' + diff --git a/metadata.txt b/metadata.txt index 800c7c9..94d7c70 100644 --- a/metadata.txt +++ b/metadata.txt @@ -13,8 +13,8 @@ about=This plugin generates a three light exposure hillshade (shaded relief by c raster format (GEOTiff / ASCII). The three light exposures combining method is based in Gantenbein (2012): <(http://pubs.usgs.gov/of/2012/1171/)> You can use LasPy Library to process LiDAR data (ASPRS las format). From version 2.3.0 user can generates a terrain hillshade and a surfaces hillshade (only with LasPy processing mode). The surfaces hillshade is generated using only the first LiDAR returns. - - If you uses as input LiDAR data, note that plugin uses LASTools library and FUSION LDV. + + Plugin uses LASzip to unzip LiDAR data. For more information see readme.md at plugin folder (see Installed version at the end) diff --git a/test_dtm_process.py b/test_dtm_process.py index 008604c..62da993 100644 --- a/test_dtm_process.py +++ b/test_dtm_process.py @@ -8,11 +8,7 @@ For more information, see the program documentation. - If you uses as input LiDAR data, note that plugin uses LASTools library. - See LASTools License at - - Plugin also use in LiDAR data mode FUSION LDV. - See FUSION LDV License at + Plugin uses LASzip, see ------------------- begin : 2016-07-13 git sha : $Format:%H$ diff --git a/test_files_and_dirs.py b/test_files_and_dirs.py index 373b3b1..32dda8e 100644 --- a/test_files_and_dirs.py +++ b/test_files_and_dirs.py @@ -8,11 +8,7 @@ For more information, see the program documentation. - If you uses as input LiDAR data, note that plugin uses LASTools library. - See LASTools License at - - Plugin also use in LiDAR data mode FUSION LDV. - See FUSION LDV License at + Plugin uses LASzip, see ------------------- begin : 2016-07-13 git sha : $Format:%H$