-
-
Notifications
You must be signed in to change notification settings - Fork 595
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
Complete review of ed2 #993
Conversation
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.
Looking good.
👍🏻 still work in progress (probably for another week or two) |
Thanks for this Jakub, just spotted! |
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.
Big 👍 great set of changes Jakub, many thanks! See some minor comments you may want to respond to / act on before merging.
In late 2021, the planned retirement of **rgdal**, **rgeos** and **maptools** was announced on [the R-sig-Geo mailing list](https://stat.ethz.ch/pipermail/r-sig-geo/2021-September/028760.html) by Roger Bivand. | ||
This retirement at the end of 2023 has had a large impact on existing workflows applying these packages, but also will influence the packages that depend on them. | ||
This retirement at the end of 2023 has had a large impact on existing workflows applying these packages, but also [influenced the packages that depend on them](https://geocompx.org/post/2023/rgdal-retirement/). |
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.
Great addition and good to link to the blog post.
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.
👍🏻
01-introduction.Rmd
Outdated
@@ -317,23 +313,23 @@ The initial release supported only raster drivers but subsequent enhancements pr | |||
Many of these additional capabilities were developed by Barry Rowlingson and released in the **rgdal** codebase in 2006 [see @rowlingson_rasp:_2003 and the [R-help](https://stat.ethz.ch/pipermail/r-help/2003-January/028413.html) email list for context]. | |||
|
|||
**sp**, released in 2005, overcame R's inability to distinguish spatial and non-spatial objects [@pebesma_classes_2005]. | |||
**sp** grew from a [workshop](http://spatial.nhh.no/meetings/vienna/index.html) in Vienna in 2003 and was hosted at sourceforge before migrating to [R-Forge](https://r-forge.r-project.org). | |||
**sp** grew from a workshop in Vienna in 2003 and was hosted at SourceForge before migrating to [R-Forge](https://r-forge.r-project.org). |
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.
I think where it's hosted is of limited use/interest.
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.
We can remove the link to the legacy r-forge website and shorten this bit I think.
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.
Done
|
||
```{r} | ||
# eval: false | ||
install.packages("tmap", repos = c("https://r-tmap.r-universe.dev", |
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.
Would be good to use the CRAN version when tmap 4 released.
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.
True, but it probably won't happen before the end of the year...
Co-authored-by: Robin Lovelace <[email protected]>
Great work Jakub. Merging... |
* updates cranlogs fig * improves ch1 * updates bib * addds missing refs * updates refs * removes old text * updates vector ch2 * completes ch2 updates * cleans code * improves style * improves ch3 intro * improves ch3 * improves de9im fig * improves spatial join fig * unifies style * unifies style * cleans ch4 * updates 2163 to 9311 * improves ch5 * improves ch6 * improves ch7 * updates vect * improves 08 * improves 09 * fixes code * standardized style GRASS GIS * improves ch10 * improves ch11 * improves ch12 and some general style * fixes style * improves ch13 * improves ch14 * improves ch15 * improves ch16 * relates to #754 * fixes urls * adds new url * adds new footnotes * adds OGC:CRS84 * improves st_buffer * updates toc * Clarify + shorten scentence * removes url * Update 01-introduction.Rmd Co-authored-by: Robin Lovelace <[email protected]> --------- Co-authored-by: Robin Lovelace <[email protected]> 7463cc7
Thanks @Robinlovelace ! |
🚀 |
No description provided.