Skip to content

Commit

Permalink
DAS-2280: Update HyBIG reference images 1-band (colour test) (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Jan 6, 2025
1 parent 94fad56 commit 34d1749
Show file tree
Hide file tree
Showing 18 changed files with 32 additions and 28 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ to document pull requests to this repository.

- Update configuration to run `opera-rtc-s1-browse` tests on HyBIG deployments.

## 2024-12-19 ([#125](https://github.com/nasa/harmony-regression-tests/pull/125))

- Updates HyBIG test images to account for increased color map range (DAS-2280)

## 2024-12-16 ([#122](https://github.com/nasa/harmony-regression-tests/pull/122))([#123](https://github.com/nasa/harmony-regression-tests/pull/123))

- Updates HyBIG test images to account for changes in how HyBIG treats 3 and 4 band input GeoTIFFs.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/hybig/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def assert_dataset_produced_correct_results(
with rasterio.open(reference_file) as reference_dataset:
assert (
test_dataset.meta == reference_dataset.meta
), f'output {file_type} has incorrect metadata: {test_dataset.meta}'
), f'output {file_type} has incorrect metadata:\nTest Result Metadata:\n{test_dataset.meta}\nReference Metadata\n{reference_dataset.meta}'
print_success('Generated image has correct metadata.')

ref_image = reference_dataset.read()
Expand Down
2 changes: 1 addition & 1 deletion test/hybig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12

0 comments on commit 34d1749

Please sign in to comment.