gdal-async
Advanced tools
Changelog
[3.1.1] 2021-05-14
_options
types used for methods such as RasterBand.read
or reprojectImage
Changelog
[3.1.0] 2021-05-11
Add full TypeScript support
Complete reworking of the Geometry code adding support for CircularString, CompoundCurve and MultiCurve
Add JS iterators to all collections
Enable MapInfo TAB and MIF/MID
Fixed a typo in gdal.SpatialReference
, isVectical()
method should be isVertical()
, the misspelled method will be kept until the next major release
Expanded unit testing, code coverage is 81% up from 70%
node-gdal-next@2.8.0
Changelog
[3.0.1] 2021-04-09
null
instead of undefined
for the error
argument on success and returning an Error
object instead of a string on errorChangelog
[3.0.0] 2021-03-26
First release of node-gdal-async
, forked from node-gdal-next@2.6.2