node-gdal icon indicating copy to clipboard operation
node-gdal copied to clipboard

Bundle gdal data inside `./lib`?

Open springmeyer opened this issue 9 years ago • 0 comments

The files inside of ./deps are not needed at runtime (only build time) except for the data files GDAL and Proj4 need.

What about moving those files (and seeing GDAL_DATA and PROJ_LIB) to a relative path inside ./lib? This would reduce the chance that a developer (like me) would unknowingly drop break node-gdal usage by deleting the the ./deps directory.

/cc @BergWerkGIS

springmeyer avatar Nov 10 '15 01:11 springmeyer