Skip to content

Releases: blacha/cogeotiff

v7.2.0

23 Aug 05:44
v7.2.0
64a437a
Compare
Choose a tag to compare

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

22 Jun 10:23
v7.1.0
cae47cd
Compare
Choose a tag to compare

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

17 Mar 05:42
v7.0.0
a2352ec
Compare
Choose a tag to compare

Features

  • core: upgrade chunkd and remove logger for internal fetches (#832) (71bd740)

v6.1.1

26 Jan 00:24
v6.1.1
377f418
Compare
Choose a tag to compare

Bug Fixes

  • core: tag data count should be a uint32 for tiff not uint16 (5e0f66c)

v6.1.0

30 Sep 21:17
v6.1.0
52bf1cd
Compare
Choose a tag to compare

Features

  • core: support no compression (f1f8762)

v6.0.2

16 Sep 01:02
v6.0.2
c2abab6
Compare
Choose a tag to compare

Bug Fixes

  • upgrade to latest chunkd fixes issue with missing fetchBytes function (9b33cbf)

v6.0.1

15 Sep 08:36
v6.0.1
a4c55f1
Compare
Choose a tag to compare

Bug Fixes

v6.0.0

11 Sep 05:16
v6.0.0
bad8ffb
Compare
Choose a tag to compare

Features

BREAKING CHANGES

  • this changes the module system to ESM which breaks compatibility with require