mmomtchev / node-gdal-async

Node.js bindings for GDAL (Geospatial Data Abstraction Library) with full async support
https://mmomtchev.github.io/node-gdal-async/
Apache License 2.0
129 stars 26 forks source link

Will support Lerc compression with libtiff >= 4.3.0? #105

Open wandergis opened 11 months ago

wandergis commented 11 months ago

https://gdal.org/drivers/raster/gtiff.html image

mmomtchev commented 11 months ago

This has an external dependency and it is hard to support. This library - lerc - will have to be ported to the build system used, and this on all three platforms - Windows, macOS and Linux.

Currently all GDAL extensions are available if you rebuild your module from source against a shared GDAL library installed on your system that supports this particular extension.