Applications are still open for Earth Observation Summer School 2026
📅 17–21 Aug 2026, Istanbul, Turkey
⏳ Registration deadline: 15 Mar 2026
🔗 opengeohub.org/2026/01/29/e...
#EarthObservation #OpenSource #RStats #GeoPython #JuliaGeo
Applications are still open for Earth Observation Summer School 2026
📅 17–21 Aug 2026, Istanbul, Turkey
⏳ Registration deadline: 15 Mar 2026
🔗 opengeohub.org/2026/01/29/earth-observa...
#EarthObservation #OpenSource #RStats #GeoPython #JuliaGeo
Summer school poster with dates and location
Apply now to be part of Earth Observation Summer School 2026
Learn Earth observation using Python, R, and Julia
📅 17–21 Aug 2026, Istanbul, Turkey
🔔 Registration deadline: 15 Mar 2026
🔗 opengeohub.org/2026/01/29/e...
#EarthObservation #OpenSource #RStats #GeoPython #JuliaGeo
Summer school poster with dates and location
Apply now to be part of Earth Observation Summer School 2026
Learn Earth observation using Python, R, and Julia
📅 17–21 Aug 2026, Istanbul, Turkey
🔔 Registration deadline: 15 Mar 2026
🔗 opengeohub.org/2026/01/29/earth-observa... […]
[Original post on fosstodon.org]
We just published a JOSIS paper on what spatial data science languages have in common and what they still need. Insights from across the R, Python & Julia ecosystems.
URL: doi.org/10.5311/JOSI...
#SpatialDataScience #GISchat #OpenSource #RSpatial #GeoPython #JuliaGeo
We just published a JOSIS paper on what spatial data science languages have in common and what they still need. Insights from across the R, Python & Julia ecosystems.
URL: https://doi.org/10.5311/JOSIS.2025.31.462
#SpatialDataScience #GISchat #OpenSource #RSpatial #GeoPython #JuliaGeo
✨What’s new in geocomputation this year?
The #geocompx 2025 update covers project milestones, current work, and future plans.
URL: geocompx.org/post/2025/up...
#rstats #rspatial #geopython
✨What’s new in geocomputation this year?
The #geocompx 2025 update covers project milestones, current work, and future plans.
URL: https://geocompx.org/post/2025/updates-2025/
#rstats #rspatial #geopython
Chapter 8 of Geocomputation with Python is all about cartography:
🎨 Designing maps
🖼️ Static maps with .plot & rasterio.plot.show
🌐 Interactive maps with .explore
👉 py.geocompx.org/08-mapping
#GeoPython #Python #GISchat #geocompx
Chapter 8 of Geocomputation with Python is all about cartography:
🎨 Designing maps
🖼️ Static maps with .plot & rasterio.plot.show
🌐 Interactive maps with .explore
👉 https://py.geocompx.org/08-mapping
#GeoPython #Python #GISchat #geocompx
This looks interesting — Lonboard 0.13 just dropped and now supports H3, S2, Geohash, and even A5 layers. Lots of new ways to explore geospatial grids in Python.
#GIS #GeoPython #Lonboard - github.com/developments...
A discrete global grid (DGG) is a mosaic that covers the entire Earth’s surface. Mathematically it is a space partitioning.
What are the most exciting trends you’re seeing in spatial data science lately?
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
A discrete global grid (DGG) is a mosaic that covers the entire Earth’s surface. Mathematically it is a space partitioning.
What are the most exciting trends you’re seeing in spatial data science lately?
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
Chapter 7 of Geocomputation with Python shows how to:
🔹 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
Chapter 7 of Geocomputation with Python shows how to:
🔹 Find spatial datasets (geoportals & download tools)
🔹 Work with different file formats (strengths & limits)
🔹 Read & write vector + raster files efficiently
👉 https://py.geocompx.org/07-read-write
#GeoPython #Python #GISchat #geocompx
Confused about coordinate reference systems (CRSs)? 🧭🌍🐍
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
Confused about coordinate reference systems (CRSs)? 🧭🌍🐍
Chapter 6 of Geocomputation with Python dives into:
- Geographic vs projected CRSs (lon/lat vs meters)
- Getting, setting & reprojecting CRSs
- Why ignoring CRSs can break your analysis 🚨
👉 […]
[Original post on fosstodon.org]
Working with raster + vector together in Python? 🗺️🌍🐍
Chapter 5 of geocompx talks about:
- Cropping & masking rasters with vectors
- Extracting raster values via vector data
- Raster ↔️ vector conversion (polygonize & rasterize)
👉 py.geocompx.org/05-raster-ve...
#GeoPython #Python #GISchat
Working with raster + vector together in Python? 🗺️🌍🐍
Chapter 5 of geocompx talks about:
- Cropping & masking rasters with vectors
- Extracting raster values via vector data
- Raster ↔️ vector conversion (polygonize & rasterize)
👉 https://py.geocompx.org/05-raster-vector
#GeoPython #Python […]
Want to transform the geometry of spatial data in Python? ✨🌍🐍
Chapter 4 of geocompy covers:
- Vector: simplify, buffer, centroid, clip, unions, affine transforms
- Raster: crop, resample, aggregate, align datasets
👉 py.geocompx.org/04-geometry-...
#GeoPython #Python #GISchat #geocompx
Want to transform the geometry of spatial data in Python? ✨🌍🐍
Chapter 4 of geocompy covers:
- Vector: simplify, buffer, centroid, clip, unions, affine transforms
- Raster: crop, resample, aggregate, align datasets
👉 https://py.geocompx.org/04-geometry-operations
#GeoPython #Python #GISchat […]
Spatial operations in Python? 📍🌍🐍
Chapter 3 of Geocomputation with Python covers:
- Vector: spatial joins, subsetting, aggregation, etc.
- Raster: map algebra (local, focal, zonal, global), tiling & merging
👉 py.geocompx.org/03-spatial-o...
#GeoPython #Python #GISchat #geocompx
Spatial operations in Python? 📍🌍🐍
Chapter 3 of Geocomputation with Python covers:
- Vector: spatial joins, subsetting, aggregation, etc.
- Raster: map algebra (local, focal, zonal, global), tiling & merging
👉 https://py.geocompx.org/03-spatial-operations
#GeoPython #Python #GISchat #geocompx
Working with geospatial attribute data in Python? 📊🌍🐍
Chapter 2 of Geocomputation with Python covers subsetting, aggregation & joins for vector data, and subsetting + summarizing raster values.
👉 py.geocompx.org/02-attribute...
#GeoPython #Python #GISchat
Working with geospatial attribute data in Python? 📊🌍🐍
Chapter 2 of Geocomputation with Python covers subsetting, aggregation & joins for vector data, and subsetting + summarizing raster values.
👉 https://py.geocompx.org/02-attribute-operations
#GeoPython #Python #GISchat
Starting out with geographic data in Python? 🌍🐍
Chapter 1 of Geocomputation with Python introduces vector & raster models + core tools (geopandas, shapely, rasterio).
👉 py.geocompx.org/01-spatial-d...
#GeoPython #Python #GISchat
Starting out with geographic data in Python? 🌍🐍
Chapter 1 of Geocomputation with Python introduces vector & raster models + core tools (geopandas, shapely, rasterio).
👉 https://py.geocompx.org/01-spatial-data
#GeoPython #Python #GISchat
🌍 Call for Papers! Submit to the Progress in Physical Geography special issue:
Coding Earth: Open Source Solutions in Physical Geography
📅 Deadline: 18 Dec 2025
🔗 journals.sagepub.com/home/ppg
#OpenSource #OpenScience #GISchat #RSpatial #GeoPython
🌍 Call for Papers! Submit to the Progress in Physical Geography special issue:
Coding Earth: Open Source Solutions in Physical Geography
📅 Deadline: 18 Dec 2025
🔗 journals.sagepub.com/home/ppg
#OpenSource #OpenScience #GISchat #RSpatial #GeoPython
We have added several geopython libraries: www.python4data.science/en/latest/da...
#Python #Geospatial #GeoPython