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

    Function parseGrib2Section2

    • SECTION 2 - LOCAL USE SECTION

      1. Center=7 (NCEP), subcenter=14(NWS Meteorological Development Laboratory (MDL)) used octet 6 to indicate which local use table to use. For MDL, octet 6=1 indicates use: "MDL Template 2.1"

      Parameters

      • section: Reader

        The byte block to pull basic local information

      Returns {
          contents: { data: BufferReader };
          length: number;
          sectionName: "Local Use Section";
          sectionNumber: number;
      }

      • a parsed explaination of local use.
      • contents: { data: BufferReader }

        Section 2 Contents

      • length: number

        Length of GRIB section

      • sectionName: "Local Use Section"

        Name of Grib section

      • sectionNumber: number

        Number of GRIB section