-
Notifications
You must be signed in to change notification settings - Fork 9
Updating CRS specifications in existing tutorials #197
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
Conversation
|
I'd also like to draw attention to the following note that was added at the beginning of
To the involved tutorial authors: I believe this is reason enough to plan augmenting your tutorial with an
|
hansvancalster
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the time to fix this. Looks good. I only checked the spatial point in polygon tutorial. I will open an issue to update the tutorial to use sf.
This affects existing tutorials where proj4strings were used in defining coordinate reference systems (see #164). proj4strings are to be avoided nowadays.
In these commits it has been tried to:
spatial_crs_codingtutorial (Tutorial on current (more futureproof) CRS coding in R #196)In some cases, YAML header, typos and linguistics were improved.
The impacted tutorials are:
r_inla/spatial(@ThierryO)spatial_create_leaflet(@JeroenSpeybroeck)spatial_point_in_polygon(@stijnvanhoey , @hansvancalster)spatial_standards_raster(me)spatial_transform_crs(@ThierryO)Fixes #164 .