Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

CDM in the GUI

Norman Fomferra edited this page Feb 27, 2017 · 1 revision

Raster Data

  • Dataset: type xr.Dataset
  • Variable: type xr.DataArray (schema given by a variable's attributes: name, dtype, shape, dims, ndim, units, ...)
  • Variable Value: grid cell values xr.DataArray[..., time, lat, lon]

Vector Data

  • Dataset: type gpd.GeoDataFrame (--> OGC feature type)
  • Variable: type gpd.GeoSeries (--> OGC feature attribute type, schema given by variable's attributes)
  • Variable Value: series values gpd.GeoSeries[i]