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

    Interface NetCDFReaderOptions

    User defined options on how to parse the NetCDF file

    interface NetCDFReaderOptions {
        heightKey?: string;
        latKey?: string;
        lonKey?: string;
        propFields?: string[];
    }
    Index

    Properties

    heightKey?: string

    If provided the lookup for the height value [Default=undefined]

    latKey?: string

    If provided the lookup of the latitude [Default='lat']

    lonKey?: string

    If provided the lookup of the longitude [Default='lon']

    propFields?: string[]

    List of fields to include in the feature properties