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

Update bathymetry contours layer #586

Closed
wants to merge 3 commits into from
Closed

Conversation

trey-stafford
Copy link
Contributor

Description

Having updated the raster bathymetry layer in #584, the "Depth contours" layer (the subject of this PR) is the only remaining Oceanography layer that does not have data covering the entire background boundary.

Currently, the "Depth contours" layer is obtained from the "Geological map of the Arctic / Carte gologique de l'Arctique" (2011) dataset, (the depth contours of which was based on the Bathymetric Chart of the Arctic Ocean (IBCAO)). The geological map dataset is used for our "Geology/Geological map" layers and the bathemetry contours are provided with the dataset for additional context.

Comparing contours in the geological map dataset to the current GEBCO grid shows some disagreement along the coasts. Given that the contours dataset seems to be outdated and only covers a portion of the Arctic, I figured I would use gdal_contour to generate our own contours from the GEBCO 2023 grid added in PR #584. That's this PR.

However, this dataset is a bit larger than our existing one on disk (~120M w/ a 500m contour interval instead of ~65M). Perhaps this is acceptable, but is there much benefit in even including this dataset? A user could use the processing toolbox to create their own contours layer from the "Depth (400m)" raster at any contour interval they desired. E.g., a 100m contour interval produces a file ~500M in size.

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

@trey-stafford trey-stafford linked an issue Jun 26, 2023 that may be closed by this pull request
@trey-stafford trey-stafford changed the title Gebco contours Bathymetry contours: update or remove? Jun 26, 2023
@MattF-NSIDC
Copy link

A user could use the processing toolbox to create their own contours layer from the "Depth (400m)" raster at any contour interval they desired. E.g., a 100m contour interval produces a file ~500M in size.

This is enough reason for me to say we should ditch the contour layer!

@trey-stafford trey-stafford changed the title Bathymetry contours: update or remove? Update bathymetry contours layer Jun 27, 2023
@trey-stafford
Copy link
Contributor Author

A user could use the processing toolbox to create their own contours layer from the "Depth (400m)" raster at any contour interval they desired. E.g., a 100m contour interval produces a file ~500M in size.

This is enough reason for me to say we should ditch the contour layer!

Agreed. Closing this PR in favor of #590

@trey-stafford trey-stafford deleted the gebco-contours branch June 27, 2023 15:50
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.

Bathymetry depth contours: update or remove?
2 participants