We're excited to announce a new release of SedonaDB, and this one is a big one! Between native DataFrame APIs in Python and R, a brand new Geography implementation, GPU accelerated joins, and a raster/ND-array foundation, it's hard to know where to start.
Dewey Dunnington
@paleolimbot.bsky.social
Scaling spatial computing at Wherobots, Inc. ApacheArrow PMC, #gischat, #rstats, ex Voltron Data.
Do you love maps? Of course you do! With the latest release of #ggsql we now support spatial plotting directly from your database. As a cherry on top, the release also provides powerful in-layer aggregation. Read all about it on the blog
ggsql 0.4.1: Spatial plotting and in-layer aggregation
ggsql 0.4.1 adds support for spatial plotting and data aggregation within layers. Read all about the new features in this release post.
opensource.posit.co
dbplyr 2.6.0 is here! This release leaned on Claude Code to clear a TON of smaller issues, freeing up time for the big stuff: brand-new ADBC and JDBC backends, new translations, and a new sql_dialect() to cleanly decouple connection from SQL dialect. Read more: opensource.posit.co/blog/2026-06...
dbplyr 2.6.0
dbplyr 2.6.0 is now on CRAN, with new ADBC and JDBC backends, IBM DB2 support, more translations, and a bunch of minor fixes and improvements.
opensource.posit.co
I'm alive *AND* I wrote a blog post?! Unheard of! Much 💖 to @abbycabs.dev, and @grafana.bsky.social's David Allen and Amanda Wagner whose FOSDEM talk's were a huge source of inspo!
For years, open source communities relied on visible friction: people got stuck, asked questions in public, and became part of a community. AI is changing that. What happens when newcomers are no longer visible—and neither side knows the other is there? blog.stdlib.io/ai-and-the-i...
📣 Introducing databow: one command-line tool to query them all, built with Rust and ADBC. Query any SQL source that has an ADBC driver (30+ and counting) right from your terminal with one simple CLI. To install 👉 uv tool install databow More details at columnar.tech/blog/databow-cli
Introducing databow
One command-line tool to query them all, built with Rust and ADBC
columnar.tech
⏰️ Reminder: submission deadline for the Spatial Data Science Award is soon (May 31). If you’re planning to nominate people contributing to geospatial open science, OSS development, and community building, now is the time to submit […] [Original post on fosstodon.org]
Looking for geospatial conferences in 2026? Here’s a growing community-maintained list: https://github.com/Nowosad/conferences_2026 🗺️ Add missing events via PR. #gischat #GIS #geocomputation
Modern geospatial SQL means you can skip the parallelization etc that we try to do to actually get these types of runs to complete.
In 2024 I spent days trying to optimize a point-in-polygon join with ~130 million points against all U.S. zipcodes and the best I could come up with was a few minutes. In 2026, both SedonaDB and @duckdb.org spatial can both do it in seconds 🤯. More in the post! dewey.dunnington.ca/post/2026/wr...
In 2024 I spent days trying to optimize a point-in-polygon join with ~130 million points against all U.S. zipcodes and the best I could come up with was a few minutes. In 2026, both SedonaDB and @duckdb.org spatial can both do it in seconds 🤯. More in the post! dewey.dunnington.ca/post/2026/wr...
We are thrilled to announce that Positron Server is now available for academic use via JupyterHub! This gives students a robust #RStats & #Python data science IDE without needing a local install or new infrastructure. Learn more: positron.posit.co/blog/posts/2...
We heard you: ADBC is great, but you need it on mainframes. Introducing ADBC for COBOL. The same connectors that work with Python, Rust, and Go now work with a language originally designed for punch cards. columnar.tech/blog/adbc-co...
We built an ADBC interface for COBOL
Modern database connectivity meets 1959. It fits better than it should.
columnar.tech
Can your current spatial SQL engine ST_💩()? We didn't think so! As part of our ongoing attempt to innovate on spatial SQL in Apache Sedona, this we're proposing emoji shorthands for most functions which (1) improve expressiveness and (2) helps more SQL fit on one line.
Our list of 2026 #rstats and #python summer internships has been posted. We can't wait to work with you and make great things! tidyverse.org/blog/2026/03...
2026 Posit Internships
Posit is sponsoring four summer internship positions in 2026.
tidyverse.org
We have summer internships y'all! Come work at Posit on the PyData, tidymodels, shiny, or Connect teams: grnh.se/tigz810a3us. You will have an awesome time, learn a ton, and help advance our open source and pro tools 🧰 #rstats #pydata
I tend to be a CRAN-appreciator. But wow, R-Universe is such a useful project. As a developer, I can: - Experiment with new and creative approaches that would never get accepted on CRAN; - Have cross-platform binaries for my packages built within an hour (usually) of a GitHub push
The fastest operation is the one you don’t have to do. When a database natively supports @arrow.apache.org, ADBC can speed up fetching and ingestion by eliminating costly row/column conversions. How much faster is it in practice? We ran some benchmarks to find out. Link below 👇
Arctos Alliance (arctosalliance.org) is now officially launched! "If your organization depends on Arrow or Parquet or you’re interested in helping sustain these critical data technologies, we would welcome a conversation about how to get involved."
Arctos Alliance - Open Collective
Support the committers powering the world’s open data infrastructure.
arctosalliance.org
We're chuffed to announce Apache SedonaDB 0.3.0! This release features a rewritten join that supports larger-than-memory spatial/KNN joins courtesy of Kristin Cowalcijk, new functions, parameterized SQL queries, GDAL/pyogrio reads, GDAL/sf based reads in R, and the beginnings of an R DataFrame API!
📖 Apache Parquet recently added native support for Geospatial. This post explains what that means and why it is important: parquet.apache.org/blog/2026/02...
Great inaugural post about the geospatial types on the Parquet blog. Thank you Jia Yu, Dewey Dunnington , Kristin Cowalcijk, Feng Zhang. More posts coming ! parquet.apache.org/blog/2026/02...
Native Geospatial Types in Apache Parquet
Native Geospatial Types in Apache Parquet
parquet.apache.org
Released this week: Version 22 of the ADBC libraries and drivers. This release includes updates to the ADBC libraries for 8 languages, and improvements to the 4 ADBC drivers that are maintained in the apache/arrow-adbc repository. See the blog for more details: arrow.apache.org/blog/2026/01...
Introducing gdalcli by Andrew Brown -- an R frontend to GDAL’s unified CLI (≥3.11) 🌐 Compose and execute GDAL workflows with pipe-friendly functions. Learn more: github.com/brownag/gdal... #RStats #GDAL #Geospatial #OpenSource #RSpatial
GitHub - brownag/gdalcli: An R Frontend for the GDAL CLI
An R Frontend for the GDAL CLI. Contribute to brownag/gdalcli development by creating an account on GitHub.
github.com
Apache SedonaDB 0.2.0 is now available. Download here: buff.ly/k9LRlyC SedonaDB is the first open source, single-node analytical database engine that treats spatial data as a first-class citizen. It is developed as a subproject of Apache Sedona. #opensource
Excited to announce SedonaDB 0.2.0! Highlights include reading spatial file formats via GDAL/OGR, improved GeoParquet IO, Python @arrow.apache.org UDFs, and 40+ additional functions.
Here are the slides and recordings from our Boston DataFusion Meetup in September: Youtube: youtu.be/wCAud478Dg8 Slides (pdf): drive.google.com/file/d/18KGH...
Apache DataFusion Boston Meetup: September 12, 2025
YouTube video by Andrew Lamb
youtu.be
At FOSS4G Auckland 2025, we, MIERUNE Inc., had four talks about various topics from GTFS to GeoArrow. This is a quick summary of the presentation titles and the links to the slides🔗 dev.to/mierune/foss...
FOSS4G Auckland 2025
Kia ora! Last week, we were in Auckland, New Zealand, for FOSS4G 2025. We had a great time and gave...
dev.to
Wohoo, QGIS Arrow support has been merged: https://github.com/qgis/QGIS/pull/63749 Thanks @paleolimbot & @nyalld et al. Looking forward to testing it out soon 🤩 #QGIS #Arrow #GISChat
Implement QgsArrowIterator to iterate over features as batches of ArrowArray by paleolimbot · Pull Request #63749 · qgis/QGIS
Description As encouraged by @nyalldawson! https://mastodon.social/@nyalld/115459416976982489 The motivation is to eliminate the need for per-feature iteration in Python to maintain the fidelity of...
github.com
Starring in a few minutes: It’s QGIS Open Day today! 🎉 Don’t miss our two awesome talks. Grab all links and info on the wiki: https://github.com/qgis/QGIS/wiki/QOD-November-2025 #QGIS #GISChat
QOD November 2025
QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS) - qgis/QGIS
github.com