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
After upgrading to R3.6 and installing all updated packages, tripSplit fails with error:
"Error in showSRID(uprojargs, format = "PROJ", multiline = "NO") :
Can't parse PROJ.4-style parameter string"
This is likely due to recent changes in 'rgdal' with the way CRS are read and identified: r-spatial/discuss#28
After upgrading to R3.6 and installing all updated packages, tripSplit fails with error:
"Error in showSRID(uprojargs, format = "PROJ", multiline = "NO") :
Can't parse PROJ.4-style parameter string"
This is likely due to recent changes in 'rgdal' with the way CRS are read and identified:
r-spatial/discuss#28
For possible solution check:
gdauby/ConR#5
Maybe just avoid the "+datum" statement and use something like:
sp::spTransform(mypoint, CRS(SRS_string = "EPSG:4326"))
The text was updated successfully, but these errors were encountered: