-
Notifications
You must be signed in to change notification settings - Fork 3
/
metadata.txt
43 lines (34 loc) · 2.22 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[general]
name=Batch Hillshader
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99
description= Plugin to generate a three light exposure hillshade (shaded relief by combining three light exposures)
category=Raster
version=2.4.4
author=PANOimagen S.L.
about=This plugin generates a three light exposure hillshade (shaded relief by combining three light exposures) using
as input LiDAR classified data (ASPRS classification / *.las format) or a Digital Terrain Model (DTM) in
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.
For more information see readme.md at plugin folder (see Installed version at the end)
# End of mandatory metadata
# Recommended items:
# Uncomment the following line and add your changelog:
# changelog=
2.4.4 : Updated for LasPy versions 1.x and 2.x. Fixed for numpy versions >= 1.24
2.4.3 : Fix import gdalconst import error in QGIS >=3.22
2.4.2 : Process with zipped LiDAR files is not available. Only process unzipped LiDAR files
2.4.1 : ModuleNotFoundError due LASPy Library -> LasPyNotFoundError
2.4.0 : Deleted external dependencies (FUSION and LASTools). Process with zipped LiDAR files is available (LASzip)
2.3.0 : Added option to generate a terrain hillshade and a surface hillshade at LasPy mode
# Tags are comma separated with spaces allowed
tags=Shaded Relief, Hillshade, Digital Terrain Model, DTM, LiDAR, Batch Hillshade Processing, Three Exposure Hillshade, Digital Surface Model, DSM, Digital Elevation Model, MDE
homepage= https://github.com/PANOimagen/batch_hillshader
tracker=https://github.com/PANOimagen/batch_hillshader/issues
repository=https://github.com/PANOimagen/batch_hillshader
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False