Docker image for Apache Sedona v1.5.0 now available 🎉

The official Docker image for Apache Sedona v1.5.0 is now available on Docker Hub!

This update includes not only the latest version of Apache Sedona with support for more ST functions, comprehensive raster data ETL and analytics, native support of Uber H3 functions, and visualization with SedonaKepler and SedonaPyDeck but also includes several new and updated Jupyter Notebooks highlighting this functionality.

To get started with the official Docker image for Apache Sedona you can run the following commands:

docker pull apache/sedona:1.5.0

docker run -p 8888:8888 -p 8080:8080 -p 8081:8081 -p 4040:4040 apache/sedona:1.5.0

Learn more about the official Docker image for Apache Sedona in the documentation on Docker Hub.

A few weeks ago I recorded a video showing how to get started with the Apache Sedona Docker image which you might also find useful here:

2 Likes