-
```python
import xarray as xr
import panel as pn
import geoviews as gv
from holoviews.operation.datashader import shade
gv.extension()
ds = xr.tutorial.open_dataset("air_temperature").isel(tim…
-
We have a link to Binder in our README for folks to quickly setup and run the tutorial. With the recent instability of Binder due to lack of funds, should we consider adding [GitHub's codespaces](http…
-
**Is your feature request related to a problem? Please describe.**
The GeoTIFF format and its modern variant Cloud Optimized GeoTIFF (COG) is still the most popular data format for land remore sens…
-
As a part of the [CZI EOSS4](https://chanzuckerberg.com/eoss/) grant, [B-Open](https://www.bopen.eu/) will be working on the development of a cross-community convention for the multiscale representati…
-
When I install from the pyvista-xarray source and run the examples, Jupyter displays a static image and a warning that it "Failed to use notebook backend" and instructs me to install ipywidgets. Scree…
-
panel==1.5.3
I've started seeing `TypeError: Design._apply_hooks() missing 1 required positional argument: 'changed'` when I start my Panel apps.
It seems `Design._apply_hooks()` does not allow …
-
@Cadair suggested that we should test out [APE 14](https://github.com/astropy/astropy-APEs/blob/main/APE14.rst) WCS with the following implementation over at Xarray:
* https://github.com/pydata/xar…
pllim updated
1 month ago
-
I heard from a growing number of people that it would be good to support xarray:
http://xarray.pydata.org/en/stable/
It supports multi-dimensional data (tensors) whereas pandas only supports singl…
-
*Updated: 2017-9-19*
- [Geoplot](https://github.com/ResidentMario/geoplot)
- [OSMnx](http://geoffboeing.com/2016/11/osmnx-python-street-networks/)
- [GeoNotebook](https://github.com/OpenGeoscienc…
-
We decided to store volumetric data in the NIfTI1 format, because the volumes can store spatial orientation data (as a transform), and be loaded natively into slicer. I'm not quite sure how to impleme…