Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tripSplit fails due to rgdal update #29

Closed
steffenoppel opened this issue Jun 2, 2020 · 0 comments
Closed

tripSplit fails due to rgdal update #29

steffenoppel opened this issue Jun 2, 2020 · 0 comments

Comments

@steffenoppel
Copy link
Collaborator

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"))

@steffenoppel steffenoppel changed the title tripSplit fails due to tripSplit fails due to rgdal update Jun 2, 2020
steffenoppel added a commit that referenced this issue Jun 2, 2020
trying to resolve Issue #29 by replacing CRS assignment with an EPSG code - I have not tested whether this will actually work!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants