Nowosad / geopat2

GeoPAT 2 - a suite of modules dedicated to analysis of large datasets in their entirety using spatial and/or temporal patterns
http://sil.uc.edu/index.php?id=geopat2
GNU Lesser General Public License v3.0
45 stars 8 forks source link

Can't get `gpat_gridhis` to work with more than one layer of categorical data #22

Closed pierreroudier closed 6 years ago

pierreroudier commented 6 years ago

Using the latest version of geopat2, I can't seem to get the multi-layers mode to work with gpat_gridhis. I've tried to use the command that is briefly mentioned in the manual, and get the following errors:

$ gpat_gridhis -i landcover.tif -i forms.tif -o /tmp/test_gpat_gridhis -s prod -z 25 -f 25 -t 2
gpat_gridhis: excess option -i|--input=forms.tif

$ gpat_gridhis --input=landcover.tif -input=forms.tif -o /tmp/test_gpat_gridhis -s prod  -z 25 -f 25 -t 2
gpat_gridhis: excess option -i|--input=nput=forms.tif
Nowosad commented 6 years ago

geopat 2.0 does not accept more than one layer of categorical data.