Metadata-Version: 2.1
Name: apache-sedona
Version: 1.5.2
Summary: Apache Sedona is a cluster computing system for processing large-scale spatial data
Home-page: https://sedona.apache.org
Author: Apache Sedona
Author-email: dev@sedona.apache.org
License: Apache License v2.0
Project-URL: Documentation, https://sedona.apache.org
Project-URL: Source code, https://github.com/apache/sedona
Project-URL: Bug Reports, https://issues.apache.org/jira/projects/SEDONA
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: attrs
Requires-Dist: shapely>=1.7.0
Provides-Extra: spark
Requires-Dist: pyspark>=2.3.0; extra == "spark"
Provides-Extra: pydeck-map
Requires-Dist: pandas<=1.3.5; extra == "pydeck-map"
Requires-Dist: geopandas<=0.10.2; extra == "pydeck-map"
Requires-Dist: pydeck==0.8.0; extra == "pydeck-map"
Provides-Extra: kepler-map
Requires-Dist: pandas<=1.3.5; extra == "kepler-map"
Requires-Dist: geopandas<=0.10.2; extra == "kepler-map"
Requires-Dist: keplergl==0.3.2; extra == "kepler-map"
Provides-Extra: all
Requires-Dist: pyspark>=2.3.0; extra == "all"
Requires-Dist: pandas<=1.3.5; extra == "all"
Requires-Dist: geopandas<=0.10.2; extra == "all"
Requires-Dist: pydeck==0.8.0; extra == "all"
Requires-Dist: keplergl==0.3.2; extra == "all"

# Apache Sedona

<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=acc24e73-991b-4e92-8a6d-e33f333a645d" />

This library is the Python wrapper for Apache Sedona.

Apache Sedona is a cluster computing system for processing large-scale spatial data.
Apache Sedona extends Apache Spark / SparkSQL with a set of out-of-the-box Spatial Resilient Distributed Datasets (SRDDs)/ SpatialSQL that efficiently load, process, and analyze large-scale spatial data across machines.

Please visit the official Apache Sedona website:
https://sedona.apache.org/

Development environment setup docs: https://sedona.apache.org/latest-snapshot/setup/compile/#run-python-test
