def get_layername()

in ark-demo/pipelines/nhc_forecast/cone_pipeline.py [0:0]


def get_layername(gcs_url, suffix):
    filename, ext = os.path.splitext(gcs_url.split('/')[-1])
    [date, dur, incr] = filename.split('_')

    return '{}-{}_{}_{}'.format(date, incr, dur, suffix)