Patrick Brockmann
Patrick Brockmann
As I am completely neutral on the different web mapping librairies (OpenLayers, Leaflet), I have also submitted a ticket to the Mapbox GL JS project pointing the work made by...
Impossible to install geoviews with last Anaconda distrib (Anaconda3-2020.11-Linux-x86_64.sh). ``` conda update --all conda install -c pyviz geoviews ``` runs forever
Yes, I tried. The installation works but the release that is installed is the 1.5.0, not the last 1.8.2
In the same idea to solve circular topology of global maps, with the Bokeh backend, is there a way to duplicate the display (continuous world as for WMTS tiles) ?
+1 Any news about this missing feature ?
Should be nice because the loading can be difficult. https://observablehq.com/@pbrockmann/wms-leaflet-gca-dev https://talk.observablehq.com/t/how-to-keep-a-notebook-working/6464/20
Ahhh... Thanks. In fact, I had forgotten to reassign the array. `geometry.attributes['color'] = new_cList` should be `geometry.attributes['color'].array = new_cList` I have tested quickly and basic cube example works. I will...
I have prepared a notebook to test hown to update a BufferGeometry but the efficiency is not good enougth to imagine an animation. https://gist.github.com/PBrockmann/ee69c705ab5fca8854323e807cbd8863 Is there optimization to do ?
Hi @vidartf, I have just released a current work that uses three.js. The application reads netcdf variables and offer to the user to display variables as synchronous maps. Animations are...
Hi @vidartf, Any clue to optimize the Gist code above ? Your lights would be more than welcome.