Kyle Barron
Kyle Barron
I'm quite curious how the obstore-based zarr-Python will compare with a native zarrs implementation. In any case, `pyo3-object_store`, the pyo3 integration for the `object_store` crate, should be ready to use...
Sure, would you like to make a PR?
https://developmentseed.org/lonboard/latest/api/layers/scatterplot-layer/#lonboard.ScatterplotLayer.radius_min_pixels
> only include polygons the scatterplot layer is for point data. Use the polygon layer for polygon data https://developmentseed.org/lonboard/latest/api/layers/polygon-layer/
> Can I get the dots to show up at the different zoom settings? I can't tell what you want. If you want to visualize polygons, and the polygons are...
This is generally supported for native types, just not for 3d WKB /mixed geometry input yet
I see this on multiple layers, and seems to have something to do with canvas reload/refresh. For example, here's a screencast of the layers becoming fuzzy after a re-render when...
I do consistently see this on canvas resizing. Here, the polygon layer becomes fuzzier when the sidebar is opened. https://github.com/user-attachments/assets/3f638828-844b-4548-adde-456bb01d5d62
Testing with opening and closing the sidebar, yes, `deck.device.canvasContext.drawingBufferWidth` does resize between 850 and 583, in this case. But it's hard to get to a state where it's _not_ fuzzy....
Thanks to @felixpalmer 's help, I verified that passing ```js useDevicePixels: true ``` causes this behavior. Removing that line and leaving `useDevicePixels` as `undefined` ensures that `PathLayer` is rendered crisp:...