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

    Function parseGrib2Section7

    • Data Section

      Read more...

      Parameters

      • section: Reader

        The raw section data to parse

      • sections: Grib2Sections

        The other sections that have been parsed (1-6)

      Returns {
          length: number;
          rawData: BufferReader;
          sectionName: "Data Section";
          sectionNumber: number;
          getData(): number[];
      }

      • Parsed Data Information with a function to decode the data
      • length: number

        Length of GRIB section

      • rawData: BufferReader

        data that has yet to be decoded

      • sectionName: "Data Section"

        Name of Grib section

      • sectionNumber: number

        Number of GRIB section

      • getData: function
        • Data in a format described by data Template 7.X, where X is the data representation template number given in octets 10-11 of Section 5.

          Returns number[]

          • the raw parsed data