SpatialTemporalIndex#

class rojak.turbulence.verification.SpatialTemporalIndex(longitudes, latitudes, level, obs_time_index)[source]#

Bases: NamedTuple

Create new instance of SpatialTemporalIndex(longitudes, latitudes, level, obs_time_index)

Parameters:
__init__()#

Methods

__init__()

count(value, /)

Return number of occurrences of value.

index(value[, start, stop])

Return first index of value.

Attributes

latitudes

Alias for field number 1

level

Alias for field number 2

longitudes

Alias for field number 0

obs_time_index

Alias for field number 3