-
This is kind of bizarre, but when visualizing this dataset:
```python
url = 'http://thredds.unidata.ucar.edu/thredds/dodsC/grib/NCEP/WW3/Global/Best'
import xarray as xr
import hvplot.xarray
i…
-
This error could be related to issue #36586
**Godot version:** (Edited)
~v3.2.2.beta.custom_build.8426ed265~
v3.2.2.beta.custom_build.e363b65b9
**OS/device including version:**
- Linux
Becau…
-
As the title says, both curvilinear and rectilinear quadmesh rendering is offset by half a pixel:
```python
import numpy as np
import datashader as ds
import xarray as xr
cvs = ds.Canvas(x_ra…
-
These files choke at pslg:
SSRUs_East_Ant_Polys.shp
cst10_polygon.shp
Is the dedupe failing?
-
"hmmr" is too hidden markov model-ey, ultimately this should be folded into quadmesh anyway so that probably has to change as well
hmapmesher
-
Hi, I am trying to install kaolin on windows 10 system.
However, I am facing a compilation error while running this command
> python setup.py install
Error:
> C:\ProgramData\Anaconda3\env…
-
Gui in 3D demo works fine but if is quad size different than 2/2 I get mouse coordination issues, conversion does not work. What lines I need to change to be able to work with different size and width…
-
A better indexing approach here, also might be faster with sfheaders itself:
```R
library(raster)
r
-
**Godot version:**
3.1.1 and higher
**OS/device including version:**
GLES2
Android
MOTOROLA E3 Android 6.0
CUBOT X11 Android 4.4.2
**Issue description:**
Perhaps I'm doing something wrong he…
-
Add support for Canvas.polygon. Something like:
``` python
endangered_agg = cvs.polygon(df, 'my_polygon_field', how='sum', field='endangered_species_list_score')
```