diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 15663df..82eeff1 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-11T06:29:14","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-11T12:30:20","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index ea10833..ef69135 100644 --- a/dev/index.html +++ b/dev/index.html @@ -40,4 +40,4 @@ zos1 = ZarrDataset(url) do ds ds["zos"][:,:,end,1] -end # implicit call to close(ds)source
CommonDataModel.defVarMethod
defVar(ds::ZarrDataset,name::SymbolOrString,vtype::DataType,dimensionnames; chunksizes=nothing, attrib = Dict(), fillvalue = nothing)

Create a variable name in the dataset ds with the type vtype and the dimension dimensionnames.

For coordinate variables, fill values will be used a background value of undefined chunks and not as missing value as coordinate variables cannot have the _FillValues in the CF convension as in Zarr v2 format a fill_value does not necessarily indicate a missing value.

See also CommonDataModel.defVar for more information.

source

Differences between Zarr and NetCDF files

+end # implicit call to close(ds)source
CommonDataModel.defVarMethod
defVar(ds::ZarrDataset,name::SymbolOrString,vtype::DataType,dimensionnames; chunksizes=nothing, attrib = Dict(), fillvalue = nothing)

Create a variable name in the dataset ds with the type vtype and the dimension dimensionnames.

For coordinate variables, fill values will be used a background value of undefined chunks and not as missing value as coordinate variables cannot have the _FillValues in the CF convension as in Zarr v2 format a fill_value does not necessarily indicate a missing value.

See also CommonDataModel.defVar for more information.

source

Differences between Zarr and NetCDF files

diff --git a/dev/objects.inv b/dev/objects.inv index 9bea52f..e2eb7fd 100644 Binary files a/dev/objects.inv and b/dev/objects.inv differ