There is a pip install apache-sedona[all] command that pulls in all the optional dependencies: spark, pydeck-map, and kepler-map.
I was reviewing the Install on AWS EMR documentation, and it appears that several additional dependencies are sometimes required: pandas, geopandas, keplergl, pydeck, and possibly a few other libraries.
So if someone could help me understand when the different optional dependencies are required, and then I can help write some better docs!
There is a
pip install apache-sedona[all]command that pulls in all the optional dependencies:spark,pydeck-map, andkepler-map.I was reviewing the Install on AWS EMR documentation, and it appears that several additional dependencies are sometimes required:
pandas,geopandas,keplergl,pydeck, and possibly a few other libraries.So if someone could help me understand when the different optional dependencies are required, and then I can help write some better docs!