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

    Interface CSVReaderOptions

    User defined options on how to parse the CSV file

    interface CSVReaderOptions {
        delimiter?: string;
        heightKey?: string;
        latKey?: string;
        lineDelimiter?: string;
        lonKey?: string;
    }
    Index

    Properties

    delimiter?: string

    The delimiter to use to separate lines [Default=',']

    heightKey?: string

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

    latKey?: string

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

    lineDelimiter?: string

    The lineDelimiter to use to separate lines [Default='\n']

    lonKey?: string

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