Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 2.47 KB

1.0.0 (2025-02-06)

Features

  • add helper script for running gdal_translate (7299ce4), closes ING-1380
  • add open option FORCE_SRS_DETECTION in case of gml files and if source_srs is not set (c134c29), closes ING-4473
  • add second version of translate script (10bac64), closes ING-1530
  • create overviews for translated GeoTiff images (d6e5002), closes ING-3308
  • special case handling for GeoTiff w/ single Grayscale band (7f36eae), closes ING-2008
  • support custom arguments for OGR translation script (b59413b), closes ING-2671
  • support file URIs for local files (b55b4db), closes ING-3068
  • support world parameter in translate script (2b57442), closes ING-1461

Bug Fixes

  • correctly recognize NoData values in metadata (4d8de9e), closes ING-1903
  • improve detection of NoData values (f1a165b)
  • prevent failing conversion from GML to GPKG (6675408), closes ING-1747