You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixes apps that fail when passing a GeoTiff with ISIS metadata
* Fix spiceserver issues when format is GTiff
* Fixed serial number composition to handle Gtiffs
* Fix csminit on GeoTiff in ISIS
* Add try catch around check for json blob
* Remove error throw from gdalDataset and change json blob detection
* Move gdal label reading from Cube into the Pvl class
* Revert autoseed and serialnumber label read changes
* Revert other apps that read pvl labels
* Remove try catch around read from debugging
* Reverted serialnumber compose to access the label directly
* Revert more label reads
* Fixed throw in PVL class at the end contructor from file path
* Update opencv to use the cmake config
* Fix using opencv config for find_package
* Fixed error throwing in Pvl contruction
* Fixed other tests with new errors and label size change
* Decide to open a cube using gdal or ISIS open logic based on the GDAL driver
* Added changelog entry
* Fix tests after changing how cube decides to open files as geotiffs vs cubes
* Handle gdal metadata pointer comparison change
* Change geotiff creation to default to .tif
* Fix ecub creation
* Changed check for using gdal to open images if the driver used is not the ISIS3 driver
* Fixed gdal metadata check to read metadata if it is NOT a nullptr
* Handle ISIS2 and ISIS3 gdal drivers when opening images
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ ctest FunctionalTestJigsawApollo to validate this output. [#5710](https://github
70
70
- Changed 'jigsaw' attribute type to account for Linux compiler changes [#5904](https://github.com/DOI-USGS/ISIS3/pull/5904)
71
71
- Updated GDAL to 3.12 and QT to 6.X [#5909](https://github.com/DOI-USGS/ISIS3/pull/5909)
72
72
- Updated cmake configs to accommodate new cspice release [#5886](https://github.com/DOI-USGS/ISIS3/pull/5886)
73
+
- Changed `PVL` class to read data from GDAL metadata directly [#5824](https://github.com/DOI-USGS/ISIS3/pull/5824)
73
74
74
75
### Fixed
75
76
- Fixed Chandrayaan-2 TMC2 serial numbers by setting InstrumentId to CH2_TMC_FORE/NADIR/AFT based on the filename sensor [#5871](https://github.com/DOI-USGS/ISIS3/issues/5871)
0 commit comments