argopy.utilities.check_wmo

argopy.utilities.check_wmo

check_wmo(lst)[source]

Validate a WMO option and returned it as a list of integers

Parameters
  • wmo (int) – WMO must be an integer or an iterable with elements that can be casted as integers

  • errors ('raise') –

Return type

list(int)