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

    Function getGFSLink

    • Get the link to download GFS Atmos data

      Parameters

      • source: string

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

      • product: Grib2AtmosGFSProduct | Grib2WaveGFSProduct

        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