latitudes
- latitudes(fs)
- Fieldset.latitudes()
Returns the latitudes of the grid points in
fsas an ndarray.- Parameters
fs (
Fieldset) – input fieldset- Return type
1D-ndarray or list of 1D-ndarrays
If
fscontains 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
gptas an ndarray.- Parameters
gpt (
Geopoints) – input geopoints- Return type
ndarray