gdal-async
Advanced tools
Changelog
[3.5.3] 2022-11-02
data_type
in gdal.Driver.create
Changelog
[3.5.2] 2022-09-23
Changelog
[3.5.0] 2022-05-18
documentation.js
with documentation-polyglot
gdal.addPixelFunc
for registering a native code pixel functiongdal.toPixelFunc
and gdal.createPixelFunc
allowing to use a JavaScript function as a pixel functiongdal.calcAsync
can now convert input data to the output type before applying the user functiongdal.calcAsync
can now call a progress callbackgdal.buildVRT
and gdal.rasterize
, library versions of the GDAL CLI toolsgdal.wrapVRT
allowing wrapping a regular Dataset inside a VRT Datasetgdal.Driver.open
gdal.Driver
methods now throw an exception if the parsing of the driver-specific options failsChangelog
[3.4.2] 2021-03-15
npm --build-from-source
failsgdal.calcAsync
now correctly returns a rejected Promise instead of triggering an uncatchable error when handling an exception in the user-supplied transformation function