prusswan
prusswan
The issue happens to all layers(?) under Viewer. I was wondering why `onLayerAdd` (under `ImageryLayerCollection`) was triggered 4 times for every layer
I'm getting this on Chrome (but not Firefox) with dev258 build: 
Slightly related: what are the recommended methods of string interpolation within `JsCode`? One issue I ran into: f-strings don't work so well for JS code since there will be too...
@martinfleis https://gibs-c.earthdata.nasa.gov/wmts/epsg3857/best/wmts.cgi?Service=WMTS&Request=GetCapabilities (WMTS endpoint used by https://worldview.earthdata.nasa.gov) has a list of active WMTS services. The closest one for Blue Marble is probably this: `https://gitc.earthdata.nasa.gov/wmts/epsg3857/best/BlueMarble_NextGeneration/default/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpeg` For future reference, list of supported...
Maybe a selection tool that captures a rectangle and selects every feature within that rectangle. That together with a list of features that indicates which features are currently selected
The fastest one I found was `fast_hilbert` (Rust) https://www.reddit.com/r/rust/comments/yip7j4/fast_hilbert_200_released_the_fastest_hilbert/ I am not sure if there is a single "best" method for 2D-1D conversion, but I am aware of several LUT-based...
> Thanks for those alternate references! > > Just to be clear, the implementations I provided **are** what most people would call LUT-based, only the LUT is so small that...
related: function to bookmark/favorite repos belonging to other users
Was this supposed to work on Ubuntu before?
I see. I believe one of the issues is related to https://stackoverflow.com/questions/3081815/c-errors-while-compiling, so using g++ will get around it. Not sure about the issues related to Recast references