README.md added
netzel

netzel commited on 2024-02-21 23:46:21
Showing 1 changed files, with 26 additions and 0 deletions.

... ...
@@ -0,0 +1,26 @@
1
+# plTools
2
+
3
+**a QGIS plugin and binaries**
4
+
5
+The plTools package is a set of programs for spatial analysis. The package includes: 
6
+
7
+- plMapcalc - raster layer calculator (web page);
8
+- plForestFragment - a program for calculating multi-scale forest fragmentation index (web page);
9
+- plGeoAdaptels - a program for calculating adaptels (superpixels) from geospatial data (description);
10
+- plDarkSky - a program for calculating light pollution using the Barry method (web page);
11
+- plClump4p - a program for creating connected components (clumps) based on a categorized geospatial layer (description).
12
+
13
+plTools is available as a set of binary files for installation 
14
+on Linux and Windows. In addition, it is made available as a QGIS plugin. 
15
+Programs included in the plTools package can also be run from 
16
+the command line or directly from QGIS. 
17
+
18
+The plTools package uses GDAL, PROJ, ezDGAL, Argtable3 and TCC.
19
+
20
+The plTools installer copies the executable files to a directory 
21
+accessible from the user level or to all users. One system variable, 
22
+PLTOOLSPATH, is defined during installation, indicating the program 
23
+directory. The installation does not modify any other system settings.
24
+
25
+The programs included in plTools are available under the GPLv3 license.
26
+
0 27