README.md added
netzel authored 8 months ago
|
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)
|
adding links to sources
netzel authored 8 months ago
|
7) - plMapcalc - raster layer calculator ([web page](http://plmapcalc.netzel.pl), [source](http://gitlist.netzel.pl/plMapcalc));
8) - plForestFragment - a program for calculating multi-scale forest fragmentation index ([web page](https://landtax.urk.edu.pl/software/forestfragment), [source](http://gitlist.netzel.pl/plForestFragment));
9) - plGeoAdaptels - a program for calculating adaptels (superpixels) from geospatial data ([source](http://gitlist.netzel.pl/plGeoAdaptels));
10) - plDarkSky - a program for calculating light pollution using the Barry method ([web page](http://darksky.netzel.pl), [source](http://gitlist.netzel.pl/plDarkSky));
11) - plClump4p - a program for creating connected components (clumps) based on a categorized geospatial layer ([source](http://gitlist.netzel.pl/plClump4p)).
|
README.md added
netzel authored 8 months ago
|
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)
|
README changes
netzel authored 8 months ago
|
18) The plTools package uses [GDAL](https://gdal.org), [PROJ](https://proj.org), [ezDGAL](http://gitlist.netzel.pl/ezGDAL), [Argtable3](https://github.com/argtable/argtable3)
19) and [TCC](https://github.com/TinyCC/tinycc).
|