I am trying to run Spatial allocator (Surrogate tool) using attached shapefile_cataloge.csv file and I encounter error as mentioned in the attached log file.
Can anyone help me figuring out the problem please? Is there any problem with projections?
It looks like there is an issue with the way that the PROJ.4 string is formatted in the projection column of the shapefile catalog. Try omitting the leading “+” on the projection definition and replacing the projection fields with:
“proj=longlat,+datum=WGS84,+no_defs,+type=crs”