paleolimbot commented on PR #1767:
URL: https://github.com/apache/sedona/pull/1767#issuecomment-2613051272

   > do you have a benchmark number to show the performance gain? 
   
   My example above (end-to-end 10 million points from Sedona to GeoPandas) 
takes 25s after this PR (and 47s before, starting from a fresh session each 
time), although I am too new to Sedona to know if I am doing something 
obviously wrong or whether I'm benchmarking an unrepresentative workload.
   
   > Will this benefit our integration with 
[lonboard](https://developmentseed.org/lonboard/latest/)?
   
   I'll double check, but this should work out of the box (`viz()` accepts 
anything that implements `__arrow_c_stream__`, like a `pyarrow.Table`).
   
   ```python
   from lonboard import viz
   
   table = dataframe_to_arrow(df.limit(10_000_000))
   viz(table)
   ```


-- 
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: issues-unsubscr...@sedona.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to