paleolimbot commented on issue #163: URL: https://github.com/apache/sedona-db/issues/163#issuecomment-3349280127
Ok! After https://github.com/apache/sedona-db/pull/166 you should have a workaround on MacOS or Linux (installing PROJ via homebrew and using `sd_configure_proj("auto")`). > I am trying to reproduce this Python example: Awesome! I needed to change the final `st_as_sf()` to `as.data.frame()` (because there's no geometry in the output). Maybe we need a helper for that (like `to_pandas()` in Python, which detects geometry columns and returns a `GeoDataFrame` appropriately). -- 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]
