diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index 82eeff1..3961ac5 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-10-11T12:30:20","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.0","generation_timestamp":"2024-10-23T08:59:20","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/dev/index.html b/dev/index.html index ef69135..75adee9 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