def normalize(file_stream): yield from normalize_swob( file_stream, "YWFM", station_id_attr="msc_id", station_id_xform=strip_stn_prefix, )
def normalize(file_stream): yield from normalize_swob( file_stream, "NWT_ENR_Forestry", station_id_attr="msc_id", station_id_xform=strip_stn_prefix, )
def normalize(file_stream): yield from normalize_swob(file_stream, "DFO_CCG_lighthouse", station_id_attr="stn_id")
def normalize(file_stream): yield from normalize_swob(file_stream, "FLNRO-WMB", station_id_attr="stn_id")