jiayuasu opened a new issue, #1993:
URL: https://github.com/apache/sedona/issues/1993

   Previously printing a sedona GeoSeries output it in WKB format.
   ```
   0    [1, 1, 0, 0, 0, 51, 51, 51, 51, 51, 51, 243, 6...
   1    [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 0, 0,...
   2    [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 64, 0, 0,...
   3    [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 64, 0, 0...
   dtype: object
   ```
   We should convert it to properly display in WKT, matching Geopandas.
   ```
   0    POINT (1.20000 1.00000)                                                 
   
   1    POINT (2.00000 2.00000)
   2    POINT (3.00000 3.00000)
   3    POINT (4.00000 4.00000)
   dtype: geometry
   ```


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