Closed hdsingh closed 5 years ago
The two striped tables constitute the Description Section.
First table is variable specific i.e. it shows Name
, Dims
, Coords
, Dtype
, Point
, Bytes
and attributes for a particular variable selected.
Second table shows the global attributes and they are always visible i.e. do not change for a particular Dataset. It is absent in case of DataArray since there are no global attributes.
Properties of variables and coordinates selected in the DataArray selection panel would be displayed in nicely formatted HTML form. CSS would be used for its styling.
DataArray Selection Panel
andDescription Panel
would look similar tointake.gui
but with better formatted text display. HTML and CSS formatting part would handled later on after completion of other tasks for Phase I.