Skip to content
#

pangeo

Here are 28 public repositories matching this topic...

climpred
jbusecke
jbusecke commented Feb 18, 2021

Intake-esm adds the attribute intake_esm_varname to datasets, and I have encountered cases where that ends up being None (still looking for the exact model).

Zarr does not like that type of metadata:

import xarray as xr
ds_test = xr.DataArray(5).to_dataset(name='test')
ds_test.attrs['test'] = None

ds_test.to_zarr('test.zarr')

gives

------------------------

a web system to allow users to automatically record history and manage complicated scientific workflows in web browsers involving the online spatial data facilities, high-performance computation platforms, and open-source libraries.

  • Updated Sep 15, 2021
  • JavaScript

Improve this page

Add a description, image, and links to the pangeo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pangeo topic, visit your repo's landing page and select "manage topics."

Learn more