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

    Interface SectionLocations

    Description of a section in the GRIB2 file

    interface SectionLocations {
        end?: number;
        line: string;
        name: string;
        start: number;
    }
    Index

    Properties

    Properties

    end?: number

    If missing, assume the end is the end of the file

    line: string

    The entire line detailing the section

    name: string

    The name of the filter

    start: number

    Start/offset of section