Closed forman closed 3 years ago
Objective: allow Cate App UI to compute dataset capabilities from dataset metadata. We need dimensions, coordinates, and data variables.
The metadata format returned by the WebSocket JSON RPC operation get_data_source_meta_info has changed:
get_data_source_meta_info
variables
data_vars
coords
dtype
dims
FYI @dzelge @AliceBalfanz
Objective: allow Cate App UI to compute dataset capabilities from dataset metadata. We need dimensions, coordinates, and data variables.
The metadata format returned by the WebSocket JSON RPC operation
get_data_source_meta_info
has changed:variables
field has been renamed todata_vars
;coords
field has been added;data_vars
andcoords
have nowdtype
anddims
fields.FYI @dzelge @AliceBalfanz