latitudes

latitudes(fs)
Fieldset.latitudes()

Returns the latitudes of the grid points in fs as an ndarray.

Parameters

fs (Fieldset) – input fieldset

Return type

1D-ndarray or list of 1D-ndarrays

If fs contains more than one field a list of ndarrays is returned. Each of these ndarrays contains one value per gridpoint in each field.

latitudes(gpt)
Geopoints.latitudes()

Returns the latitudes column of gpt as an ndarray.

Parameters

gpt (Geopoints) – input geopoints

Return type

ndarray