Advertisement · 728 × 90

Posts by Dewey Dunnington

I haven't had issues in SedonaDB with savvy doing excessive rebuilds but I have no idea what the difference is (perhaps a less aggressive clean stragety?)

3 days ago 1 0 1 0
Positron plus JupyterHub logo, with the Posit logo in the corner.

Positron plus JupyterHub logo, with the Posit logo in the corner.

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...

1 week ago 57 22 2 2

Pretty sure you have to wrap it and duplicate the methods you want exposed (struct Wrapper { inner: Original }) but it's been a while!

1 week ago 2 0 1 0

That would be ST_2️⃣() (the PR has a full list 😀)

2 weeks ago 1 0 0 0
Preview
We built an ADBC interface for COBOL Modern database connectivity meets 1959. It fits better than it should.

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...

2 weeks ago 8 4 2 0
Preview
feat(rust/sedona-functions): Add emoji shorthand for common ST_ functions by paleolimbot · Pull Request #748 · apache/sedona-db As part of our ongoing attempt to innovate on spatial SQL, this PR adds emoji shorthand for most functions which (1) improve expressiveness, (2) helps more SQL fit on one line and (3) reduces the n...

Full implementation for community feedback: github.com/apache/sedon...

2 weeks ago 2 0 0 0
Post image

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.

2 weeks ago 6 1 2 0
Preview
2026 Posit Internships Posit is sponsoring four summer internship positions in 2026.

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...

1 month ago 29 18 1 1
Advertisement
Kermit the frog screaming with excitement

Kermit the frog screaming with excitement

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

1 month ago 71 46 2 0

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

1 month ago 36 5 3 1
An abstract hyperspace warp image inspired by the comedic "going plaid" effect from the 1980s cult film "Spaceballs".

An abstract hyperspace warp image inspired by the comedic "going plaid" effect from the 1980s cult film "Spaceballs".

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 👇

1 month ago 8 2 1 0
Preview
Arctos Alliance - Open Collective Support the committers powering the world’s open data infrastructure.

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."

1 month ago 4 2 0 0
SedonaDB 0.3.0 Release - Apache Sedona Apache Sedona is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark, Apache Flink, and Snowflake, with a set of...

Check all this out and more in the release post! sedona.apache.org/latest/blog/...

1 month ago 0 0 0 0
Post image

Finally, we added the beginnings of an #rstats DataFrame API that can be used to implement a #dplyr backend. This is my favourite feature of SedonaDB 0.3.0 because I love R, dplyr, and because I never properly learned SQL 😬

1 month ago 3 0 1 0
Post image

#rstats users will be pleased to know that you can now read anything sf can piped directly into SedonaDB via GDAL's @arrow.apache.org integration. This makes the SedonaDB R package considerably more useful!

1 month ago 6 1 1 0
Post image

We also added a lot of functions (with full 4D and geometry type support with PostGIS integration tests, as usual!)

1 month ago 0 0 1 0
Advertisement
Post image

We've always had a great Parquet writer; however, Parquet is new on the block and sometimes you just need a Shapefile (or GeoPackage, or FlatGeoBuf). This was always possible with SedonaDB and pyogrio's Arrow integration but in 0.3.0 we gave it some nice defaults and made it easy to do.

1 month ago 0 0 1 0
Post image

Ever since reading @opencholmes.bsky.social's fantastic GeoParquet best practices guide, I've wanted to make that trivial to do with SedonaDB's Parquet writer. After this release...it is! Sort, compress, and reduce your row group size based on the results of any query all in one go!

1 month ago 1 0 1 0
Post image

One of the most commonly requested features by those of us who wrote SedonaDB code frequently was parameterized SQL queries! Now you can add a placeholder and bind just about any spatial object you can think of (CRS included!). Let us know if we missed your favourite one!

1 month ago 0 0 1 0
Post image

SedonaDB can now represent geometries with a separate CRS per row (like @postgis.bsky.social/EWKB), including transforming to and from with CRSes derived from a column. If you've ever been sent a spreadsheet with UTM coordinates with a "zone" column, this feature is for you!

1 month ago 0 0 1 0
Post image

The new spatial join gives more flexibility for running SedonaDB in memory constrained environments and increases the size of the data you can swing around on your laptop. It's currently opt-in (requires setting a memory limit)...give it a go and let us know how it goes!

1 month ago 0 0 1 0
Post image

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!

1 month ago 6 2 1 0
Post image

Does SedonaDB's KNN join help at all? I haven't wired up nice dplyrish syntax for everything yet but the SQL isn't too bad.

1 month ago 1 0 1 0
Post image

📖 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...

2 months ago 13 2 0 0
Native Geospatial Types in Apache Parquet Native Geospatial Types in Apache Parquet

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...

2 months ago 8 2 0 0
Post image

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...

3 months ago 13 3 0 0
Advertisement
Preview
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.

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

3 months ago 37 13 1 0
Preview
Testing the R-universe build workflow from your own GitHub repository We refactored the R-universe CI workflows to make it possible to run the exact same workflow from your own GitHub repository.

ropensci.org/blog/2026/01...

3 months ago 6 3 0 0
Post image

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

3 months ago 7 2 0 0