Apache Sedona 1.9.0 is out now, featuring Spark 4.1 support, proj4sedona CRS transformation, Bing Tile functions, and more!

Install Sedona Python

To install Apache Sedona Python, follow these steps:

  1. Install the required Python packages.
pip install apache-sedona[flink] shapely attr
  1. Download the required JAR files from Maven Central:

  2. sedona-flink-shaded_2.12:jar:1.9.0

  3. geotools-wrapper-1.9.0-33.5.jar

To install the JAR files in your Flink cluster or PyFlink application, follow the official Flink documentation: https://nightlies.apache.org/flink/flink-docs-master/docs/dev/python/dependency_management/