Jan Žák
Jan Žák
I managed to implement a similar feature using [kdbush](https://github.com/mourner/kdbush) (MapView) and [geokdbush](https://github.com/mourner/geokdbush) (GlobeView). All symbols are considered as points, and there is a configurable radius to filter overlapping symbols within...
Adding a sample pressure data file for testing: [2022062912.tif.zip](https://github.com/visgl/deck.gl/files/9014717/2022062912.tif.zip) / [2022062912.color.png](https://user-images.githubusercontent.com/173585/176551081-676d53dc-2f28-435f-987c-2cd66531cd90.png). It's converted from a source GRIB without any warping. It seems that the distortion has the same pattern in...
Compared to other globes: - Cesium doesn't suffer from the same segmentization. https://codepen.io/zakjan/pen/oNqxYLK This confirms that the image doesn't contain the segments. - Mapbox, ArcGIS don't support equirectangular images yet.
There is a custom WebGL layer on the globe showcased at https://www.mapbox.com/blog/globe-view, how is it integrated?
That's a wonderful news! I appreciate the effort in inventing such new integration API. I'd like to explore the possibility to integrate with deck.gl when it's ready.
From [Kronos WebGL + WebGPU July 2021 Meetup](https://www.khronos.org/events/webgl-webgpu-meetup-2021-07), WebGPU 1.0 might ship early 2022. Meanwhile, WebGL2 is supported in iOS 15.
I suppose this is a limitation of a Mercator based tile service, there are no data to display. For non-tiled global images though, is it possible to support equirectangular images...
This fix is working, thank you.
Searching for references about color palette files in other tools, it seems there is no common standard or MIME type. I'm not sure whether the palette asset role can recommend...
Found [download stats by format](http://soliton.vm.bytemark.co.uk/pub/cpt-city/stats/formats.html)! So it's `cpt` the most used indeed.