-
panel: 0.12.6, datashader: 0.13.0, hvplot: 0.7.3, holoviews: 1.14.8
I'm adding a simple Datashader example to awesome-panel.org. I can see that when the example loads the datashader plot/ pane "fla…
-
As discussed in https://github.com/pangeo-data/pangeo/issues/269#issuecomment-425959016, in a few weeks I will be presenting on Pangeo at the [EarthCube RCN Workshop: “Towards Integration of Heliophys…
-
When all dependencies are updated to their latest versions and installed via PyPI (#137) the test suite will regularly - but non-deterministically - segfault. If all the latest dependencies are instal…
-
I've been wondering if:
- multi-scale datasets are generic enough to implement some related functionality in Xarray, e.g., as new `Dataset` and/or `DataArray` method(s)
- we could leverage custom …
-
We are seeing lots of questions about handling time-varying geometries:
- For example, can we have varying geometries for the Great Salt Lake as its area changes over the years, along with Sentinel-…
-
For now we can use https://staging.ocean.pangeo.io. Soon there will be new clusters.
Here is some code I used to open the geotiffs.
```python
import xarray as xr
ds_cog = xr.open_rasterio('09_…
-
`InferenceData` objects are central to ArviZ, and even though a common subset of tasks using InferenceData can be done directly with ArviZ plotting and stats functions, any task that deviates from thi…
-
```python
import xarray as xr
import panel as pn
import dask.array as da
pn.extension(throttled=True)
import holoviews as hv
from holoviews.operation.datashader import rasterize
from holoview…
-
I realize that you're collecting use-case ideas right now, but eventually you'll need implementations and here's an idea to start.
## Efficiently encoding ragged data in xarray
An Awkward Array …
-
### Search before asking
- [X] I searched the [issues](https://github.com/ray-project/ray/issues) and found no similar issues.
### Ray Component
Ray Core
### What happened + What you exp…