Dataset Variables ================= Variables for :doc:`/api/spy4cast.dataset.Dataset` that can be accessed for plotting. .. table:: :class: variables-table +---------------+------------------------------------------------------------+--------------------------------------------+ | VARIABLE | MEANING | DIMENSION LENGTH | +===============+============================================================+============================================+ | .time | Time coordinate. | nt | +---------------+------------------------------------------------------------+--------------------------------------------+ | .lat | Latitude coordinate. From -90 to 90. | nlat | +---------------+------------------------------------------------------------+--------------------------------------------+ | .lon | Longitude coordinate. From -180 to 180. | nlon | +---------------+------------------------------------------------------------+--------------------------------------------+ | .data | Raw data as a numpy matrix. Reshaped as (nlat * nlon, nt) | ns x nt | +---------------+------------------------------------------------------------+--------------------------------------------+ .. table:: :class: variables-table +---------------+------------------------------------------------------------+--------------------------------------------+ | VARIABLE | MEANING | TYPE | +===============+============================================================+============================================+ | .var | Variable which was loaded | string | +---------------+------------------------------------------------------------+--------------------------------------------+ | .shape | Shape of the data | tuple of integers | +---------------+------------------------------------------------------------+--------------------------------------------+ | .timestamp0 | First time of the time coordinate | pandas Timestamp | +---------------+------------------------------------------------------------+--------------------------------------------+ | .timestampf | Last time of the time coordinate | pandas Timestamp | +---------------+------------------------------------------------------------+--------------------------------------------+ | .region | Region that hold the dataset | Region | +---------------+------------------------------------------------------------+--------------------------------------------+