-
Godot 3.0 alpha1
Windows 10 64 bits
nVidia geforce 940M
I noticed wireframe mode does't turn particles into wireframe, are they supposed to be able to render this way?
-
http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-conventions.html#coordinate-system
Also see discussion and examples here: https://github.com/r-spatial/stars/issues/62#issuecomm…
-
```
import os
import xarray as xr
import holoviews as hv
import geoviews as gv
import holoplot.xarray
hv.extension('bokeh')
os.system(
'wget '
'ftp://ftp.cdc.noaa.gov/'
'Datase…
-
Thanks to latest geoviews, Latitude, Longitude axis labels are now formatted nicely.
I made a QuadMesh of a Image to make it "hoverable". As you can see from the image below, the hover information…
-
### Description
I'm trying to plot data on a EASE2 southern hemispheric equal-area grid but pcolormesh is working only with version 0.15.1 of cartopy in this case (see image). The same code with ver…
MtsOg updated
6 years ago
-
I have a dataset of the dimensions (time, lat, lon) for instance like this:
```
dask.array
Coordinates:
* lon (lon) float64 0.0 3.75 7.5 11.25 15.0 18.75 22.5 26.25 30.0 ...
* lat …
-
**Godot version:**
3.0.3
**OS/device including version:**
Windows 10
Nvidia GTX750Ti
**Issue description:**
I used blender to create a plane mesh with set texture to achieve a "billboard…
-
If trying to holoplot a 2D ``xr.DataArray``, it currently must have a ``name`` to work. These names are usually inherited when e.g. selecting from a ``xr.Dataset`` but are seemingly dropped after some…
-
`seaborn.clustermap()` supports the `figsize` keyword, but in version 0.9 `seaborn.heatmap()` does not support this keyword.
It would be nice if this would be consistent.
AttributeError …
-
I added some Sentinel5P data to the `starsdata` package, and examples of creating, plotting and subsampling curvilinear grids [here](https://r-spatial.github.io/stars/articles/data_model.html) (yes, s…
edzer updated
6 years ago