You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the bundled version of GDAL is the root of the problem. If I configure node-gdal to use my local install of gdal (npm install gdal --build-from-source --shared_gdal), the result matches what I get from gdaltransform.
Source
x
y
bundled gdal
-76.30565504809337
41.21778496363833
shared gdal
-76.30531433544122
41.21786806737292
gdaltransform
-76.3053143354412
41.2178680673729
$ proj Rel. 5.1.0, June 1st, 2018
gdalinfo --version GDAL 2.3.1, released 2018/06/22
I was reprojecting some points and noticed the output is off about 100 ft compared to gdaltransform.
Tested using Node 8.11 and 10.9.
The text was updated successfully, but these errors were encountered: