set_stnids
- set_stnids(gpt, ids)
Creates a new
Geopointswith all the station id ingptreplaced byids.- Parameters
gpt (
Geopoints) – input geopointsids (list of str) – station ids to be written into
gpt
- Return type
If
idsis shorter than the geopoints count then only the first values that have a corresponding value inidsare changed.Warning
set_stnids()only works forGeopointswith ‘ncols’ type.