Chapter 10: Bridges to GIS Tools ππ οΈπ¦
Shows how to connect R with external GIS tools like QGIS, GRASS, and SAGA. Also includes guidance on working with GDAL, spatial databases, and cloud-based services.
Chapter 10: Bridges to GIS Tools ππ οΈπ¦
Shows how to connect R with external GIS tools like QGIS, GRASS, and SAGA. Also includes guidance on working with GDAL, spatial databases, and cloud-based services.
π New blog post! Part 5 of our series on spatial ML with #RStats explores specialized packages: RandomForestsGLS, spatialRF, and meteo -- tools beyond caret, tidymodels, & mlr3.
TOMORROW! Scaling the r-spatial ecosystem for the modern composable data pipeline - with Dewey Dunnington, Senior Software Engineer at Wherobots
Tues, June 24, 1pm ET
Sign up now! https://r-consortium.org/webinars/scaling-the-r-spatial-ecosystem-for-the-modern-composable-data-pipeline.html
π Registration is open for Spatial Data Science across Languages (SDSL) 2025 β Sept 17β18 (+19), Salzburg, Austria.
Connect R, Python, Julia & more in spatial science.
π https://forms.gle/E9fpG88V2VQQKmjk9 -- Apply for on-site by mid-July β limited spots.
#SDSL2025 #SpatialDataScience #OpenSource #RSpatial #Geopython #Juliageo
Chapter 9: Mapping & Visualization πΊοΈπΌοΈπ
Introduces tools for making static, animated, and interactive maps in R. Covers the tmap package and web-based options for sharing geographic data visually.
From Brittany Barker: βMy "GIS and Mapping in R" workshop for the Cascadia R Conference . . . is available at GitHub and includes four exercises that focus on using "sf", "terra", "ggplot2", and "leaflet" for geospatial analyses and creating static and interactive mapsβ
#RStats #RSpatial
(Barker is an asst research professor at Oregon State University in Portland)
https://github.com/bbarker505/CASCADIA_R_Intro_to_GIS_2025
Ooh CNN-based cloud masking baked right into a VRT file. This should be fun! #rstats #rspatial #gdal #python
This is using https://github.com/DPIRD-DMA/OmniCloudMask and appears to be a massive improvement on the standard Sentinel 2A SCL band!
@MichaelTBacon @eliocamp here it seems #Rspatial is innocent, #GDAL error is helpful here.
Missing crs or incorrect crs isn't a spectacular error in #rspatial.
Chapter 8: Geographic Data I/O πππΎ
Covers how to read and write spatial data in various formats, access open geoportals, and work with geographic web services in R. Includes tips on metadata and exporting maps.
π I gave a talk on measuring spatial autocorrelation in spatial machine learning at the #AGILE0GI conference.
Slides: https://jakubnowosad.com/agile-gi2025/
Always glad to discuss spatial ML or autocorrelation --- feel free to reach out!
I just posted a new short blog article! π¦
It's about using layer functions with {terra} in R β a handy way to work with multi-layer rasters without making your code a mess. It shows how to apply functions to raster layers.
https://www.pmassicotte.com/posts/2025-06-12-terra-layer-funs/
Spatial prediction meets machine learning with mlr3 π‘π
This blog post by Marvin Ludwig also includes tips on autocorrelation, extrapolation & more.
Chapter 7: Coordinate Reference Systems π§ππ
This chapter explains how to work with coordinate reference systems (CRSs) in R. Learn how to reproject vector and raster data, and understand how CRS choices affect spatial analysis.
Rainy day here, so I'm using #GenerativeAI to help teach me more about Kyle Walker's cool {mapgl} #RStats π¦ . And it's been pretty fun so far.
1) I uploaded mapgl help files and vignettes to both ChatGPT & Claude.
2) I used the CustomGPT AI Tutor Blueprint https://chatgpt.com/g/g-1rlItjngn-ai-tutor-blueprint to create a good prompt for a mapGL tutor.
3) I added that prompt to Claude, and my tutor was ready!
Prompt: https://gist.github.com/smach/4c08c4d93836f0b63c17a5f1b077dac9
The {pkgprompt} and {rdocdump} #R π¦s help turn R docs into text.
Hey #RStats / #RSpatial friends, I'm experiencing this weird bug, I've reported it to sf but Edzer can't reproduce. Anyone else seeing the same? Pretty simple steps if you want to try it out and confirm.
https://github.com/r-spatial/sf/issues/2526
Exciting news! π The 2nd edition of Geocomputation with R is now available as a physical book! ππ
Order your copy today and explore the latest in R for spatial analysis.
Learn more about the book's journey: https://buff.ly/3TZzc4L
Chapter 6: Raster-Vector Interactions πΊοΈππ
Crop, mask, extract, and rasterize! π Learn how to convert between raster & vector data and perform spatial extractions in R.