wasm-spatial-core
    Preparing search index...

    Function utmToWgs84

    • Convert a single UTM coordinate to WGS84.

      Arguments

      • zone — UTM zone number (1-60).
      • easting — Easting in meters.
      • northing — Northing in meters.
      • is_northtrue for northern hemisphere, false for southern.

      Returns

      Float64Array with [longitude, latitude] in degrees.

      Parameters

      • zone: number
      • easting: number
      • northing: number
      • is_north: boolean

      Returns Float64Array