yutannihilation opened a new issue, #1024:
URL: https://github.com/apache/sedona-db/issues/1024

   sdplyr looks awesome!
   
   Are there any nice way to allow users to filter by a polygon or a bbox? I 
know `inner_join()` can do similar filtering, but I think it's a common case to 
filter a large dataset by a bbox first.
   
   e.g.
   
   ```r
   bbox <- wk::wkt("POLYGON (...)")
   
   sd_read_parquet(cities_url) |>
     filter(sf::st_intersects(geometry, bbox))
   ```


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