https://jakubnowosad.com/
You can too if you attend the course this Friday as part of the MSc at the Institute for Transport Studies (ITS) in Leeds. You can also attend remotely, watch this space for #openaccess materials 🚀
You can too if you attend the course this Friday as part of the MSc at the Institute for Transport Studies (ITS) in Leeds. You can also attend remotely, watch this space for #openaccess materials 🚀
✅ A dive into {ggplot2}’s geoms and stats by @mattansb.msbstats.info
✅ New book on spatial data viz. by @jakubnowosad.com & Martijn Tennekes
✅ Demo of AI features in Positron by @ryjohnson09.bsky.social
Read the issue: buff.ly/bA4ar3v
#rstats
✅ A dive into {ggplot2}’s geoms and stats by @mattansb.msbstats.info
✅ New book on spatial data viz. by @jakubnowosad.com & Martijn Tennekes
✅ Demo of AI features in Positron by @ryjohnson09.bsky.social
Read the issue: buff.ly/bA4ar3v
#rstats
library(rnaturalearth)
library(tmap)
library(tmap.mapgl)
tmap_mode("maplibre")
tm_shape(countries110) +
tm_polygons(
"INCOME_GRP",
fill_alpha = 0.7,
popup.vars = c("NAME", "GDP_MD", "INCOME_GRP")
)
library(rnaturalearth)
library(tmap)
library(tmap.mapgl)
tmap_mode("maplibre")
tm_shape(countries110) +
tm_polygons(
"INCOME_GRP",
fill_alpha = 0.7,
popup.vars = c("NAME", "GDP_MD", "INCOME_GRP")
)
tmap.mapgl wraps mapgl, allowing you to make performant interactive maps with the same tmap syntax you know and love!
Try it out: r-tmap.github.io/tmap.mapgl/i...
tmap.mapgl wraps mapgl, allowing you to make performant interactive maps with the same tmap syntax you know and love!
Try it out: r-tmap.github.io/tmap.mapgl/i...
🎨 Designing maps
🖼️ Static maps with .plot & rasterio.plot.show
🌐 Interactive maps with .explore
👉 py.geocompx.org/08-mapping
#GeoPython #Python #GISchat #geocompx
🎨 Designing maps
🖼️ Static maps with .plot & rasterio.plot.show
🌐 Interactive maps with .explore
👉 py.geocompx.org/08-mapping
#GeoPython #Python #GISchat #geocompx
ps. #GeoParquet, and #DuckDB + spatial ! would also be at the top of my list!
Some of mine:
- New file formats (e.g. #GeoParquet)
- Geospatial DBs (e.g. #DuckDB + spatial)
- Global discrete grids
What would you add?
#Geospatial #GISchat #RSpatial #GeoPython
ps. #GeoParquet, and #DuckDB + spatial ! would also be at the top of my list!
dieghernan.github.io/tidyterra/in...
dieghernan.github.io/tidyterra/in...
GeoArrow on Web; Can We Live Without GeoJSON?
yutannihilation.github.io/foss4g-2025-...
GeoArrow on Web; Can We Live Without GeoJSON?
yutannihilation.github.io/foss4g-2025-...
After {labeleR} (ecologyr.github.io/labeleR/) and {BlueCarbon} (ecologyr.github.io/BlueCarbon/), {mappestRisk} is now officially out! See thread by lead author @dario-ssm.bsky.social 👇
After {labeleR} (ecologyr.github.io/labeleR/) and {BlueCarbon} (ecologyr.github.io/BlueCarbon/), {mappestRisk} is now officially out! See thread by lead author @dario-ssm.bsky.social 👇
Some of mine:
- New file formats (e.g. #GeoParquet)
- Geospatial DBs (e.g. #DuckDB + spatial)
- Global discrete grids
What would you add?
#Geospatial #GISchat #RSpatial #GeoPython
Some of mine:
- New file formats (e.g. #GeoParquet)
- Geospatial DBs (e.g. #DuckDB + spatial)
- Global discrete grids
What would you add?
#Geospatial #GISchat #RSpatial #GeoPython
Some of mine:
- New file formats (e.g. #GeoParquet)
- Geospatial DBs (e.g. #DuckDB + spatial)
- Global discrete grids
What would you add?
#Geospatial #GISchat #RSpatial #GeoPython
Some of mine:
- New file formats (e.g. #GeoParquet)
- Geospatial DBs (e.g. #DuckDB + spatial)
- Global discrete grids
What would you add?
#Geospatial #GISchat #RSpatial #GeoPython
It was a blast! Thanks for having me.
open.spotify.com/episode/6C5L...
#rstats #gischat #rust
It was a blast! Thanks for having me.
open.spotify.com/episode/6C5L...
#rstats #gischat #rust
I’ll show practical workflows for geospatial predictive mapping in R — including tools to avoid spatial bias and improve prediction reliability.
More info: www.meetup.com/rome-r-users...
#RStats #Geospatial #GISchat #RSpatial
I’ll show practical workflows for geospatial predictive mapping in R — including tools to avoid spatial bias and improve prediction reliability.
More info: www.meetup.com/rome-r-users...
#RStats #Geospatial #GISchat #RSpatial
🔹 Find spatial datasets (geoportals & download tools)
🔹 Work with different file formats (strengths & limits)
🔹 Read & write vector + raster files efficiently
👉 py.geocompx.org/07-read-write
#GeoPython #Python #GISchat #geocompx
🔹 Find spatial datasets (geoportals & download tools)
🔹 Work with different file formats (strengths & limits)
🔹 Read & write vector + raster files efficiently
👉 py.geocompx.org/07-read-write
#GeoPython #Python #GISchat #geocompx
dev.to/mierune/reki...
- GCN
- GCN (generalized)
- GraphSAGE
- Aggregators
Development based on personal needs, ofc :)
#rstats
github.com/JosiahParry/...
- GCN
- GCN (generalized)
- GraphSAGE
- Aggregators
Development based on personal needs, ofc :)
#rstats
github.com/JosiahParry/...
David O’Sullivan breaks down the trade-offs in a blog post.
URL: dosull.github.io/posts/2024-1...
#RStats #RSpatial #Maps #tmap #ggplot2
Chapter 6 of geocompy dives into:
- Geographic vs projected CRSs (lon/lat vs meters)
- Getting, setting & reprojecting CRSs
- Why ignoring CRSs can break your analysis 🚨
👉 py.geocompx.org/06-reproj
#GeoPython #Python #GISchat #geocompx
Chapter 6 of geocompy dives into:
- Geographic vs projected CRSs (lon/lat vs meters)
- Getting, setting & reprojecting CRSs
- Why ignoring CRSs can break your analysis 🚨
👉 py.geocompx.org/06-reproj
#GeoPython #Python #GISchat #geocompx