gis-tools-ts - v0.6.0
    Preparing search index...

    Function getGFSLink

    • Get the link to download GFS Atmos data

      Parameters

      • source: Grib2GFSSource

        The source of the data, aws | ftpprd | nomads | google | azure | or a user provided url

      • product:
            | string & {}
            | "pgrb2.0p25"
            | "pgrb2.0p50"
            | "pgrb2.1p00"
            | "pgrb2b.0p25"
            | "pgrb2b.0p50"
            | "pgrb2b.1p00"
            | "pgrb2full.0p50"
            | "sfluxgrb"
            | "goesimpgrb2.0p25"
            | "arctic.9km"
            | "atlocn.0p16"
            | "epacif.0p16"
            | "global.0p16"
            | "global.0p25"
            | "gsouth.0p25"
            | "wcoast.0p16"

        which product to fetch

      • domain: Grib2GFSDomain

        The domain of the data, either 'atmos' for atmospheric data or 'wave' for ocean wave data

      • year: string

        The year to fetch given a 4 digit year

      • month: string

        The month to fetch given a 2 digit month 01 is January and 12 is December

      • day: string

        The day to fetch given a 2 digit day, e.g. '01' or '31'

      • hour: "12" | "18" | "00" | "06"

        The forecast hour with 2 digits often in increments of 6 up to 18, e.g. '00' or '12'

      • forecast: string

        The forecast hour with 3 digits often in increments of 3 up to 384, e.g. '000' or '003'

      Returns string

      • A GRIB2Reader of the specific sections