Opened 2 years ago

Closed 2 years ago

Last modified 2 years ago

#33577 closed New feature (fixed)

Confirm/Add support for GDAL 3.4.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: David Smith Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Mariusz Felisiak)

See release notes:

Some tests fail with GDAL 3.4+:

  • gis_tests.inspectapp.tests.OGRInspectTest.test_time_field (3.4.0+)
  • gis_tests.gdal_tests.test_raster.GDALBandTests.test_band_data (3.4.1+)
  • gis_tests.gdal_tests.test_raster.GDALRasterTests.test_raster_info_accessor (3.4.1+)

Change History (6)

comment:1 by David Smith, 2 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Mariusz Felisiak, 2 years ago

Description: modified (diff)
Triage Stage: AcceptedUnreviewed

comment:3 by Mariusz Felisiak, 2 years ago

Triage Stage: UnreviewedAccepted

comment:4 by Mariusz Felisiak, 2 years ago

Has patch: set

comment:5 by GitHub <noreply@…>, 2 years ago

Resolution: fixed
Status: assignedclosed

In 970f5bf:

Fixed #33577 -- Confirmed support for GDAL 3.4.

comment:6 by GitHub <noreply@…>, 2 years ago

In 1b695fb:

Refs #33577 -- Used addCleanup() to remove .aux file in GDALBandTests.

Follow up to 970f5bf5035d8c99b0ff883f984b60cf531dddbe.

Note: See TracTickets for help on using tickets.
Back to Top