Re: [I] No geo metadata found with geoparquet [sedona]

2023-10-25 Thread via GitHub
FengJiang2018 closed issue #1059: No geo metadata found with geoparquet URL: https://github.com/apache/sedona/issues/1059 -- 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 un

[I] No geo metadata found with geoparquet [sedona]

2023-10-24 Thread via GitHub
FengJiang2018 opened a new issue, #1059: URL: https://github.com/apache/sedona/issues/1059 ## Expected behavior geoparquet should have geo metadata be generated and should not raise error during read by using ``` python df = sedona.read.format("geoparquet").load(path) ``` ##