Ilan Gold
Ilan Gold
I checked Avivator as well and it also does not work.
Following up here, I think this issue is exacerbated right now by the `getVolume` function coming. Right now my method looks like ```javascript getVolume( sel: RasterSelection, updateProgress: () => void,...
Agreed - something more analogous to `raster.json` would be a nice addition.
I think you're right it could be faster, but I don't think `quickselect` sorts or partially sorts the array. I think it only guarantees that the element you ask of...
@manzt I looked into this a bit today. I tried implementing a direct port of the JavaScript code we have right now into Rust (i.e using Floyd-Rivest quickselect, named `wasm_fr`...
Perhaps it is time then to add this to the UI.
This is distinct for tracking: https://github.com/visgl/luma.gl/issues/1345
Hi @oeway this is all very exciting, and I'm glad you have really pushed forward with this. I know @manzt has been working on Jupyter integration recently so he might...
Yes, I think a meeting would be good. @manzt and I are both free all day tomorrow except for about 15 minutes at 9am EST.
Don't we generally do this via PR's? Why would we need to push directly to `main`? To get a "tagged commit"? Also didn't we switch to `main`? A thought that...