Releases: blacha/cogeotiff
Releases · blacha/cogeotiff
v7.2.0
Bug Fixes
- cli: correct indentation for gdal metadata (4b2a153)
- core: sometimes MASK_INTERLEAVED_WITH_IMAGERY is prefixed with a space so trim it (5002e22)
Features
- core: add zstd compression (c9f9c4c)
- core: import LERC, LZMA and JpegXL compression types (49af971)
v7.1.0
Bug Fixes
- core: load the ghost header bytes if requested (b1f0116)
Features
- cli: log all the ghost options out (8c67420)
- core: add hasTile function to determine if a tile exists in a sparse tiff (e56a67c)
Performance Improvements
- core: improve parsing of ghost options (ffa7928)
- greatly increase the amount of tiles being read so nodejs startup time affects the timing less (3e9c0f3)
- core: improve lookup speed of ghost options (7c5f37e)
v7.0.0
Features
- core: upgrade chunkd and remove logger for internal fetches (#832) (71bd740)
v6.1.1
Bug Fixes
- core: tag data count should be a uint32 for tiff not uint16 (5e0f66c)
v6.1.0
Features
- core: support no compression (f1f8762)
v6.0.2
Bug Fixes
- upgrade to latest chunkd fixes issue with missing fetchBytes function (9b33cbf)
v6.0.0
Features
BREAKING CHANGES
- this changes the module system to ESM which breaks compatibility with require