Skip to content

Releases: developmentseed/deck.gl-raster

affine: v0.3.0-beta.1

18 Feb 16:26
28acff0

Choose a tag to compare

0.3.0-beta.1 (2026-02-18)

Features

  • affine: Create new affine standalone package as port of Python affine (ce7b73d)
  • geotiff: generate TileMatrixSet from GeoTIFF instance (#235) (cb1106e)
  • Overhaul to use our geotiff package & generic TileMatrixSet support (#208) (860a701), closes #216

Miscellaneous Chores

v0.2.0

26 Jan 18:39
c03d437

Choose a tag to compare

0.2.0 (2026-01-26)

Features

Bug Fixes

Performance Improvements

raster-reproject: v0.2.0

26 Jan 18:39
c03d437

Choose a tag to compare

0.2.0 (2026-01-26)

Features

Bug Fixes

  • move deck.gl dependencies to peer dependencies (#43) (4877f2f)
  • throw error when maxError is non-positive (#151) (e57d17e), closes #18

deck.gl-zarr: v0.2.0

26 Jan 18:39
c03d437

Choose a tag to compare

0.2.0 (2026-01-26)

Features

Bug Fixes

  • move deck.gl dependencies to peer dependencies (#43) (4877f2f)

deck.gl-raster: v0.2.0

26 Jan 18:39
c03d437

Choose a tag to compare

0.2.0 (2026-01-26)

Features

  • combine debug layer into main layer (#49) (4d388df)
  • Extract TileMatrixSet definition from GeoTIFF object (#50) (bde296c)
  • Generic projection handler & NLCD example (#81) (f2bf383)
  • Infer default COG render pipeline based on GeoTIFF metadata (#154) (8fddeec)
  • initial RasterLayer and RasterDebugLayer (#40) (4a28770)
  • Set up namespace exports (#148) (933561c)
  • Set up shader injection through RasterLayer (#99) (d7714e3)
  • Shader module system and dynamic injection (#120) (7f40813)
  • Stabler renderPipeline inference with props placeholder (#157) (61a46cc)
  • Update land-cover example text (#163) (790b5f5)

Bug Fixes

  • Fix off-by-one error in RasterLayer mesh generation (#63) (8d3f288)
  • move deck.gl dependencies to peer dependencies (#43) (4877f2f)
  • throw error when maxError is non-positive (#151) (e57d17e), closes #18

deck.gl-geotiff: v0.2.0

26 Jan 18:39
c03d437

Choose a tag to compare

0.2.0 (2026-01-26)

Features

  • Allow user-defined texture loader in COGLayer (#101) (010e800)
  • Direct rendering of paletted COG in Land Cover example (#102) (5d8d6f1)
  • Generic projection handler & NLCD example (#81) (f2bf383)
  • geotiff: Set up texture mapping from tiff tags to luma.gl texture format (#98) (9e766c3)
  • Infer default COG render pipeline based on GeoTIFF metadata (#154) (8fddeec)
  • Mosaic tile layer (#184) (acc6904)
  • Parse GeoTIFF ColorMap tag (#116) (0bb7eed)
  • Pass geographic bounds in onGeoTIFFLoad callback (#130) (d0e3677)
  • Set up namespace exports (#148) (933561c)
  • Shader module system and dynamic injection (#120) (7f40813)
  • Stabler renderPipeline inference with props placeholder (#157) (61a46cc)
  • Support varied input for GeoTIFF source (#128) (cbcd1e4)

Bug Fixes

  • Ensure loadTexture returns Texture, not TextureProps (#113) (20ce0c0)
  • handle lowercase units (#195) (918c241)
  • throw error when maxError is non-positive (#151) (e57d17e), closes #18

Performance Improvements

  • Only compute COG bounds when the user supplies onGeoTIFFLoad callback (#137) (125de6f)
  • remove unnecessary object creation (#181) (62c0c23)