You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run RF and I keep getting an error message asking me to make sure that my classes column has only integer values and that both my shapefile and raster have the same projection (EPSG:32616). However, both of these conditions are met by my files.
Where might the source of the problem be?
The text was updated successfully, but these errors were encountered:
I managed to solve (or bypass) the problem, unfortunately I don't remember exactly how I did it. However I can suggest you do some things to see if any of them works:
check, if you have more than 1 version of python, that scikit-learn is installed in python 3
check that there are only alphanumeric characters in the path to your layers' files
check the topology of your samples
check that all the bands in your raster have the same geometry: extent, resolution, alignment, etc.
make a copy of your layer by means of some process (e.g. translate the raster, buffer with d=0 the ROIs) and run dzetsaka using the copies
I hope this may be useful to you, and if I remember exactly what I did, I'll let you know.
Hi, Nicolas
I'm trying to run RF and I keep getting an error message asking me to make sure that my classes column has only integer values and that both my shapefile and raster have the same projection (EPSG:32616). However, both of these conditions are met by my files.
Where might the source of the problem be?
The text was updated successfully, but these errors were encountered: