set_latitudes
- set_latitudes(gpt, latitudes)
Creates a new
Geopointswith all the latitudes ingptreplaced bylatitudes.- Parameters
gpt (
Geopoints) – input geopointslatitudes (number or list or ndarray) – latitudes to be written into
gpt
- Return type
If
latitudesis a number all the latitudes are replaced with it. Iflatitudesis a list or ndarray and is shorter than the geopoints count then only the first values that have a corresponding value inlatitudesare changed.