Removes GeoTIFF mask for HSIA production coverage#714
Merged
Conversation
Member
|
I was able to reproduce Bob's findings by taking the mask GeoTIFF that was removed in this PR, and comparing to a GeoTIFF of the production data (December 2024), and I observed the mask layer knocking out pixels of valid data. |
charparr
approved these changes
Apr 9, 2026
Member
charparr
left a comment
There was a problem hiding this comment.
Easy to test with a side-by-side requests for a location where we'd expect data, but we don't get it in prod: https://seaiceatlas.org/report/58.760/-69.500#report
cstephen
pushed a commit
that referenced
this pull request
Apr 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the GeoTIFF mask for the hsia_arctic_production Rasdaman coverage as it was masking out valid pixels of communities on the shoreline in our https://seaiceatlas.org website.

You can see in the picture above that anywhere that color is being shown through the mask is a valid pixel that was incorrectly being marked as having no data. The code that was being used for this is in the check_geotiff function found here:
data-api/validate_request.py
Lines 73 to 121 in 3b919c0
NOTE: When this goes into production, we are going to want to clear the Earth Maps cache of the /seaice endpoint so we can get all valid data back again.