Skip to content

Commit

Permalink
Updated documentation and headers
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPanoi committed Jan 7, 2020
1 parent 9751cac commit e0b6c09
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 31 deletions.
9 changes: 1 addition & 8 deletions README.md
Expand Up @@ -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

Expand Down
19 changes: 8 additions & 11 deletions dlgabout.py
Expand Up @@ -82,18 +82,15 @@ def __init__(self, parent=None):
u' information, please, read<br>metadata/' +
u'readme and/or contact the author.')

external_dependencies = ('This plugin needs the <b>Processing' +
u' Plugin</b> and uses external libraries' +
u' for LiDAR processing mode,<br>see the'
external_dependencies = ('This plugin uses external libraries' +
u' for LiDAR processing mode, see the'
u' corresponding licenses:<br> +' +
u' LASTools Library: <b><address>' +
u'https://rapidlasso.com/lastools/' +
u'</address></b> <br> + FUSION' +
u' LDV Software: <b><address>http://forsys.' +
u'cfr.washington.edu/fusion.html' +
u'</address></b><br>Also you can use <b>LasPy ' +
u' Library</b> (BSD License):<b><address>' +
u'https://github.com/laspy/laspy' +
u' You can use <b>LasPy Library</b>' +
u' (BSD License): <b><address>' +
u' https://github.com/laspy/laspy' +
u'</address></b><br> +' +
u' Plugin also uses <b>LASZip Library</b>:' +
u'<b><address> https://laszip.org/' +
u'</address></b>')

license_info = (u'<h3>License:' +
Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Expand Up @@ -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)

Expand Down
6 changes: 1 addition & 5 deletions test_dtm_process.py
Expand Up @@ -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 <https://rapidlasso.com/lastools/>
Plugin also use in LiDAR data mode FUSION LDV.
See FUSION LDV License at <http://forsys.cfr.washington.edu/fusion.html>
Plugin uses LASzip, see <https://laszip.org/>
-------------------
begin : 2016-07-13
git sha : $Format:%H$
Expand Down
6 changes: 1 addition & 5 deletions test_files_and_dirs.py
Expand Up @@ -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 <https://rapidlasso.com/lastools/>
Plugin also use in LiDAR data mode FUSION LDV.
See FUSION LDV License at <http://forsys.cfr.washington.edu/fusion.html>
Plugin uses LASzip, see <https://laszip.org/>
-------------------
begin : 2016-07-13
git sha : $Format:%H$
Expand Down

0 comments on commit e0b6c09

Please sign in to comment.