Skip to content
#

data-access

Here are 59 public repositories matching this topic...

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

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

An alternative to ORM's such as Entity Framework, offers light-weight database mapping to your existing CLR objects. Visit "Design Goals" on GitHub to see more rationale and guidance.

  • Updated Aug 3, 2021
  • C#

Improve this page

Add a description, image, and links to the data-access 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 data-access topic, visit your repo's landing page and select "manage topics."

Learn more