fn <- system.file("extdata", "ERA5land_Rwanda_20160101.nc", package = "ncdfCF")
ds <- open_ncdf(fn)
# ncdfDataset, show
ds
# ncdfDataset, brief
# Note that the variables and dimensions are described by shards
brief(ds)
# ncdfVariable, show
pev <- ds[["pev"]]
pev
# ncdfDimensionNumeric, shard
lon <- ds[["longitude"]]
shard(lon)
Run the code above in your browser using DataLab