Skip to content

Commit

Permalink
Bugfix and description Update
Browse files Browse the repository at this point in the history
  • Loading branch information
stefaneichert committed Aug 25, 2021
1 parent 2168bf2 commit 9f48f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified src/QGISplugin/open_lidar_toolbox.zip
Binary file not shown.
1 change: 1 addition & 0 deletions src/QGISplugin/open_lidar_tools/algorithms/create_dfm.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ def processAlgorithm(self, parameters, context, model_feedback):
'CRS': parameters['CRS'],
'GPD': False,
'IDW': False,
'LowNoise': parameters['LowNoise'],
'InputFilelaslaz': lasheightclassifyfile,
'LVD': False,
'SetCellSize': parameters['SetCellSize'],
Expand Down
5 changes: 3 additions & 2 deletions src/QGISplugin/open_lidar_tools/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
name=Open LiDAR Toolbox
qgisMinimumVersion=3.0
description=Open Tools for LiDAR Data Preparation and Analysis in Archaeology
version=2.0
version=2.1
author=Stefan Eichert, Benjamin Štular, Edisa Lozić
email=stefaneichert@gmail.com, bstular@zrc-sazu.si, Edisa.lozic@gmail.com

about=Open LiDAR Toolbox is part of the MALiAp scientific research project, which aims at the strives towards methodological maturity of airborne LiDAR in archaeology. Our intention is to provide open access tools for QGIS to assist archaeologists in processing point cloud LiDAR data. Each of the tools we are developing is based on over a decade of experience. The scientific background for the tool is/will be published in open access peer reviewed papers. Please note that some modules depend on other QGIS plugins (Relief Visualisation Toolbox, LAStools and Whitebox tools). You can check the Open Lidar Toolbox website for details and installation instructions.
about=Open Open LiDAR Toolbox is a QGIS plug-in for one-step-processing of airborne LiDAR data from point cloud to LiDAR visualisations. The required input is an unclassified point cloud in LAZ/LAS format and the tool returns outputs needed for interpretative mapping of archaeological features. In addition, several other tools are available for multi-step data processing. The tools are optimised for archaeology, but have a broader application for anyone primarily interested in visual inspection of airborne LiDAR, e.g., topographic mapping. List of tools: * 0NE (One-step- processing); * Classify LAS/LAZ; * Create base data; * DFM confidence map; * Hybrid interpolation; * Visualisations (from DFM).

tracker=https://github.com/stefaneichert/OpenLidarTools/issues
repository=https://github.com/stefaneichert/OpenLidarTools
Expand All @@ -23,6 +23,7 @@ hasProcessingProvider=yes
changelog=1.0 initial version
1.1 bugfixes
2.0 Added modules for base data, visualisations, dfm, classify las/laz
2.1 Bugfix for create DFM, Description update


# Tags are comma separated with spaces allowed
Expand Down

0 comments on commit 9f48f58

Please sign in to comment.