This is easy for the user to fix but the error that comes out of ForSysXR is maybe unclear. If I create a new field and add it to my spatial object in R, and call it, "forest_departure", ForSys can not use this field because it is longer than 10 characters. I'm not sure how you would fix this and if the check_input_shapefile function looks for this as well. Knowing people, they may not run that function... but we can always encourage best practices.
Error R returns:
Error in file(file, "rt") : cannot open the connection
In addition: Warning messages:
1: In abbreviate_shapefile_names(obj) :
Field names abbreviated for ESRI Shapefile driver
2: In file(file, "rt") :
Error in file(file, "rt") : cannot open the connection
This is easy for the user to fix but the error that comes out of ForSysXR is maybe unclear. If I create a new field and add it to my spatial object in R, and call it, "forest_departure", ForSys can not use this field because it is longer than 10 characters. I'm not sure how you would fix this and if the check_input_shapefile function looks for this as well. Knowing people, they may not run that function... but we can always encourage best practices.
Error R returns:
Error in file(file, "rt") : cannot open the connection
In addition: Warning messages:
1: In abbreviate_shapefile_names(obj) :
Field names abbreviated for ESRI Shapefile driver
2: In file(file, "rt") :
Error in file(file, "rt") : cannot open the connection