Dataset Variables

Variables for Dataset that can be accessed for plotting.

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

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