argopy.utilities.get_ea_profile_page#

get_ea_profile_page(WMO, CYC=None)[source]#

Return a list of URL

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

  • CYC (int, list(int), default (None)) – CYC must be an integer or an iterable with elements that can be casted as positive integers

Return type

list(str)