karthik892 commented on issue #1055:
URL: https://github.com/apache/sedona/issues/1055#issuecomment-1808220330
I will give it a try with 1.4.1 ... but in the mean time, I have managed to
get this working with sedona 1.1 ... sort of :
I copied the following files into the $SPARK_HOME/jars directory:
```
geotools-wrapper-1.5.0-28.2.jar
apache-sedona-1.5.0-bin/sedona-spark-shaded-3.0_2.12-1.5.0.jar
```
I have added the following into my python code
```
.config('spark.jars.packages',
'org.apache.sedona:sedona-python-adapter-3.0_2.12:1.1.0-incubating,' +
'org.datasyslab:geotools-wrapper:1.5.0-28.2'
)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]