intake / intake-gsoc-gui

Panel GUI project for GSOC
3 stars 3 forks source link

Description Panel #15

Closed hdsingh closed 5 years ago

hdsingh commented 5 years ago

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 and Description Panel would look similar to intake.gui but with better formatted text display. HTML and CSS formatting part would handled later on after completion of other tasks for Phase I.

hdsingh commented 5 years ago

Refer https://github.com/intake/xrviz/pull/2

hdsingh commented 5 years ago

Screenshot from 2019-06-07 00-59-43

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.