Convert batch UTM to WGS84 in-place.
Input layout: [zone, easting, northing, ...]. Output layout: [lng, lat, 0, ...] (third component zeroed).
[zone, easting, northing, ...]
[lng, lat, 0, ...]
Convert batch UTM to WGS84 in-place.
Input layout:
[zone, easting, northing, ...]. Output layout:[lng, lat, 0, ...](third component zeroed).