plTools package includes binaries for plMapcalc, plForestFragment, plGeoAdaptels, plGeoJSEG, plDarkSky, plClump4p, and QGIS plugin

netzel netzel Correction of typos 0c1cb23 @ 2024-11-18 14:27:32
plTools_distrib Correction of typos 2024-11-18 14:27:32
plTools_plugin plugin bug fixed 2024-03-26 16:32:26
README.md New binaries with Python module 2024-11-18 12:38:49
README.md

plTools

a QGIS plugin and binaries

The plTools package is a set of programs for spatial analysis. The package includes:

  • plMapcalc - raster layer calculator (web page, source);
  • plForestFragment - a program for calculating multi-scale forest fragmentation index (web page, source);
  • plGeoAdaptels - a program for calculating adaptels (superpixels) from geospatial data (source);
  • plDarkSky - a program for calculating light pollution using the Barry method (web page, source);
  • plClump4p - a program for creating connected components (clumps) based on a categorized geospatial layer (source).

plTools is available as a set of binary files for installation on Linux and Windows. In addition, it is made available as a QGIS plugin. Programs included in the plTools package can also be run from the command line or directly from QGIS.

The plTools package includes also a module that allows running plTools programs from the python language level. The module can be used in Python scripts, interactively in the interpreter, and in the Jupyter environment.

The plTools package uses GDAL, PROJ, ezDGAL, Argtable3 and TCC.

The plTools installer copies the executable files to a directory accessible from the user level or to all users. One system variable, PLTOOLSPATH, is defined during installation, indicating the program directory. The installation does not modify any other system settings.

The programs included in plTools are available under the GPLv3 license.