james-willis commented on issue #1781:
URL: https://github.com/apache/sedona/issues/1781#issuecomment-2628289059

   nitpicking your example, it should be:
   
   ```
   from shapely import from_wkt
   minnesota = from_wkt(minnesota_wkt)
   ...
   ```
   Some context:
   1. spark functions dont work outside of sql/df methods. Sedona's functions 
are the same
   2. the compat layer for geom literals in python is shapely. In java its JTS


-- 
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]

Reply via email to