Adding plGeoJSEG binariest to the plTools installer
netzel

netzel commited on 2025-01-30 17:32:41
Showing 2 changed files, with 2 additions and 0 deletions.

... ...
@@ -7,6 +7,7 @@ The plTools package is a set of programs for spatial analysis. The package inclu
7 7
 - plMapcalc - raster layer calculator ([web page](http://plmapcalc.netzel.pl), [source](http://gitlist.netzel.pl/plMapcalc));
8 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 9
 - plGeoAdaptels - a program for calculating adaptels (superpixels) from geospatial data ([source](http://gitlist.netzel.pl/plGeoAdaptels));
10
+- plGeoJSEG - a program for segmenting categorical geospatial data with use JSEG algorithm([source](http://gitlist.netzel.pl/plGeoJSEG));
10 11
 - plDarkSky - a program for calculating light pollution using the Barry method ([web page](http://darksky.netzel.pl), [source](http://gitlist.netzel.pl/plDarkSky));
11 12
 - plClump4p - a program for creating connected components (clumps) based on a categorized geospatial layer ([source](http://gitlist.netzel.pl/plClump4p)).
12 13
 
... ...
@@ -61,4 +61,5 @@ After performing the above steps the following functions will be available:
61 61
 - plt.plclump4p(), 
62 62
 - plt.plforestfragment(), 
63 63
 - plt.pldarksky(), 
64
+- plt.plgeojseg(),
64 65
 - plt.plgeoadaptels().
65 66