-
Notifications
You must be signed in to change notification settings - Fork 3
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
Outdated tutorials #20
Comments
It would be worth contacting the authors or their sponsors to point out their failure to keep up. Listing their pageranks to track the desired decline migjt aldo be worthwhile. Please also consider other languages, so we'd need help with search terms in Chinese, Spanish, French, Vietnamese, Indonesian, and others. Who might we ping? |
Maybe we need a short blog or film showing how to transition, to offer to authors to add at the start of their blogs? |
It would be ideal to update the most popular tutorials, but personally I think this is impossible. Most of them were written a few years ago and I suspect that most authors no longer work in this domein. If the tutorials / courses were created with funding, I think there will be no interest in updating them either. Here is a good (and widely appreciated) tutorial from @Nowosad: https://geocompx.org/post/2023/rgdal-retirement/ But there is still the question of whether any author will be interested in updating or whether we should focus on creating and promoting new tutorials. |
The open issue on updating materials on The R Graph Gallery: holtzy/R-graph-gallery#95 |
@edzer, would you be interested in publishing a blogpost on R-Spatial about "How to load and save vector data in R"? I can write a short tutorial on how to load e.g. shp, zipped shp, gpkg, geojson in |
👍 Feel free to borrow from the tutorials website of my organization, where two formats have been specifically recommended (in 2020):
BTW I'm aware that some of our geospatial tutorials are in need of an update (I intend to update them). Also I believe that GeoParquet will deserve its place in this respect. Probably also DuckDB, which is rumored on the CNG blog to to be a potential successor of GeoPackage, or maybe replace its SQLite backend. |
Yes, very welcome. @florisvdh I believe DuckDB is more like a software layer than a file format; the blog talks consistently about analysing (geo)parquet files. In that sense, there's a certain overlap with arrow. A blog in that direction would also be very welcome. |
Indeed the blog focuses on this ability:
But I think it can also just store tables in its file format.
|
Adding a few leads wrt DuckDB in R; there may be more. There's {duckdbfs} which centers on accessing 'file paths, URLs, or S3 URIs'. Has a spatial section on homepage: https://cboettig.github.io/duckdbfs/#spatial-data; there's also comparison with {arrow}. There's also {duckplyr} which uses the DuckDB processing abilities when using {dplyr} verbs. |
I have the first version of the tutorial about loading and saving data in |
@edzer, would you accept publishing my tutorial on the R-spatial blog? |
I've read your tutorial @kadyb; very didactical, reads well! Dropped some suggestions in kadyb/sf_load_save#2. |
Sure, that's an option, an alternative might be a tutorial in |
I don't have strong preference, but there is already one tutorial about loading and saving data (https://r-spatial.github.io/sf/articles/sf2.html). I don't see the point in duplicating it (and too many vignettes can also be overwhelming for new users). Nevertheless, the vignette will probably be more popular. |
When the packages will be retired, many popular online tutorials will become obsolete. For example, if we write: "how to load vector data (or shapefile) in R" in Google, the top 3 results (at least for me) are:
and all use
{rgdal}
. The authors probably won't be interested in updating tutorials to{sf}
or{terra}
, but I think it would be worth taking some action, e.g. series of blogposts on R-Spatial and their wide promotion?The text was updated successfully, but these errors were encountered: