Exemple #1
0
def normalize(file_stream):
    yield from normalize_swob(
        file_stream,
        "YWFM",
        station_id_attr="msc_id",
        station_id_xform=strip_stn_prefix,
    )
Exemple #2
0
def normalize(file_stream):
    yield from normalize_swob(
        file_stream,
        "NWT_ENR_Forestry",
        station_id_attr="msc_id",
        station_id_xform=strip_stn_prefix,
    )
Exemple #3
0
def normalize(file_stream):
    yield from normalize_swob(file_stream,
                              "DFO_CCG_lighthouse",
                              station_id_attr="stn_id")
Exemple #4
0
def normalize(file_stream):
    yield from normalize_swob(file_stream,
                              "FLNRO-WMB",
                              station_id_attr="stn_id")