multi_lat_selection_filter
MultiLATSelectionFilter
Bases: DataFilter
Filter that selects the next LAT value.
min_lat = min_lat
instance-attribute
__init__(min_lat=0)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
min_lat |
int
|
Minimum lat value. Defaults to 0. |
0
|
apply(scalars)
Select next closest to min_lat non-nan LAT from 2d array of LAT values.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
scalars |
ndarray
|
array of scalars |
required |
Returns:
| Type | Description |
|---|---|
ndarray
|
np.ndarray[N,]: Selected LAT values. |