Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 6.02 KB

File metadata and controls

58 lines (40 loc) · 6.02 KB

1.1.3 (2026-02-12)

Bug Fixes

  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.12.0 (ee75cd6)
  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.12.1 (84338c4)
  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.12.2 (9564578)

1.1.2 (2025-09-16)

Bug Fixes

  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.11.4 (f7379fc)

1.1.1 (2025-07-21)

Bug Fixes

  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.11.0 (2c16f65)
  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.11.3 (8a5c4e8)

1.1.0 (2025-05-08)

Features

  • support extracting source files in nested Zip files (87f6c50), closes ING-4619

Bug Fixes

  • deps: update dependency org.apache.groovy:groovy-json to v4.0.26 (22657c6)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v5.12.0 (6ad1bf8)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v5.12.1 (1568ee6)
  • deps: update dependency org.junit.jupiter:junit-jupiter to v5.12.2 (ac3039b)
  • deps: update dependency org.slf4j:slf4j-simple to v2.0.17 (ed1ed29)
  • deps: update dependency org.testcontainers:junit-jupiter to v1.20.5 (6c9fa1a)
  • deps: update dependency org.testcontainers:junit-jupiter to v1.20.6 (00877c5)
  • deps: update dependency org.testcontainers:junit-jupiter to v1.21.0 (68647c2)
  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.10.2 (6e0d87f)
  • deps: update ghcr.io/osgeo/gdal docker tag to ubuntu-small-3.10.3 (e8c9f65)

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