Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace IBCAO with GEBCO grid (bathymetry raster dataset) #584

Merged
merged 12 commits into from
Jun 26, 2023

Conversation

trey-stafford
Copy link
Contributor

@trey-stafford trey-stafford commented Jun 26, 2023

Description

Replace the International Bathymetric Chart of the Arctic Ocean (IBCAO) dataset with General Bathymetric Chart of the Oceans (GEBCO) Grid 2023.

The GEBCO grid includes the IBCAO grid. The advantage here is that the GEBCO grid covers the entire world, so we can clip it to our background boundary like our other oceanography related layers (e.g., for the same reason as: #538)

Increasing the coverage with GEBCO actually results in a smaller layer size on disk! About 617M on disk vs the IBCAO layer's 708M. IBCAO had data as floating point values while GEBCO uses integers.

Checklist

If an item on this list is done or not needed, simply check it with [x].

  • Config lockfile updated (inv config.export > qgreenland/config/cfg-lock.json)
  • Version bumped if needed (bumpversion (major|minor|patch|prerelease|build)
  • CHANGELOG.md updated
  • Documentation updated if needed
  • New unit tests if needed

The GEBCO grid is global, so we can cover all of the QGreenland background this
way (IBCAO only covers a relatively small area around Greenland)

This layer is actually smaller than IBCAO (it has an `int` dtype), even at the
same resolution!
The GEBCO grid clipped to our background boundary has a lower minimum than the
IBCAO grid. This sets the minimum lower (values lower than the orignally set min
were transparent)
@trey-stafford trey-stafford linked an issue Jun 26, 2023 that may be closed by this pull request
@trey-stafford trey-stafford marked this pull request as ready for review June 26, 2023 19:36
@trey-stafford
Copy link
Contributor Author

Favoring this PR over #582

@trey-stafford trey-stafford changed the title Replace ibcao gebco Replace IBCAO with GEBCO grid (bathymetry raster dataset) Jun 26, 2023
trey-stafford and others added 2 commits June 26, 2023 13:44
@trey-stafford trey-stafford merged commit cb00aa8 into main Jun 26, 2023
@trey-stafford trey-stafford deleted the replace-ibcao-gebco branch June 26, 2023 19:47
@trey-stafford trey-stafford mentioned this pull request Aug 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update bathymetry (Bathymetric Chart of the Arctic Ocean (IBCAO))
2 participants