Skip to content

Commit

Permalink
update IBCAO bathymetry to v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Jun 26, 2023
1 parent e2e4fc5 commit e8efa9c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 16 deletions.
12 changes: 6 additions & 6 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@
"only": {
"id": "only",
"urls": [
"https://www.bodc.ac.uk/data/open_download/ibcao/ibcao_v4_400m_ice/cfnetcdf/"
"https://www.bodc.ac.uk/data/open_download/ibcao/ibcao_v4_2_400m_ice/cfnetcdf/"
],
"verify_tls": true
}
},
"id": "bathymetric_chart",
"metadata": {
"abstract": "The goal of the IBCAO initiative is to develop a digital database\nthat contains all available bathymetric data north of 64\u00b0 North, for\nuse by mapmakers, researchers, institutions, and others whose work\nrequires a detailed and accurate knowledge of the depth and the\nshape of the Arctic seabed.",
"abstract": "The goal of the IBCAO initiative is to develop a digital database\nthat contains all available bathymetric data north of 64\u00b0 North, for\nuse by mapmakers, researchers, institutions, and others whose work\nrequires a detailed and accurate knowledge of the depth and the\nshape of the Arctic seabed.\n\nThe IBCAO data set is included, as a regional compilation, in the\nglobal GEBCO grid\n[https://www.gebco.net/data_and_products/gridded_bathymetry_data/].\n\nDisclaimer information:\n\nThe IBCAO V4.2 Grid, should NOT be used for navigation or for any\nother purpose involving safety at sea.\n\nThe IBCAO V4.2 Grid is made available 'as is'. While every effort\nhas been made to ensure reliability within the limits of present\nknowledge, the accuracy and completeness of The IBCAO V4.2 Grid\ncannot be guaranteed.\n\nNo responsibility can be accepted by those involved in its creation\nor publication for any consequential loss, injury or damage arising\nfrom its use or for determining the fitness of The IBCAO V4.2 Grid\nfor any particular use.\n\nThe IBCAO V4.2 Grid is based on bathymetric data from many different\nsources of varying quality and coverage.\n\nAs The IBCAO V4.2 Grid is an information product created by\ninterpolation of measured data, the resolution of the IBCAO V4.2\nGrid may be significantly different to that of the resolution of the\nunderlying measured data.",
"citation": {
"text": "GEBCO Compilation Group (2020) GEBCO 2020 Grid\n(doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)",
"text": "GEBCO Compilation Group (2023) GEBCO 2023 Grid\n(doi:10.5285/f98b053b-0cbc-6c23-e053-6c86abc0af7b)",
"url": "https://www.gebco.net/data_and_products/gridded_bathymetry_data/arctic_ocean/"
},
"title": "Bathymetric Chart of the Arctic Ocean (IBCAO)"
"title": "Bathymetric Chart of the Arctic Ocean (IBCAO) V4.2"
}
},
"bedmachine": {
Expand Down Expand Up @@ -25204,7 +25204,7 @@
"children": [
{
"layer_cfg": {
"description": "Bathymetric elevation in meters. Elevations can be assumed to be\nrelative to mean sea level. However, in some shallow water areas, the\ngrids include data from sources having a vertical datum other than mean\nsea level.",
"description": "Bathymetric elevation in meters. \n\nElevations can be assumed to be relative to mean sea level. However,\nnote that there may be differences in the vertical datum (the basis for\nelevations) for some older data from which this bathymetry dataset was\nderived.",
"id": "bathymetric_raster",
"in_package": true,
"input": {
Expand Down Expand Up @@ -25239,7 +25239,7 @@
"true",
"-co",
"COMPRESS=DEFLATE",
"NETCDF:{input_dir}/IBCAO_v4_400m_ice.nc:z",
"NETCDF:{input_dir}/IBCAO_v4_2_400m_ice.nc:z",
"{output_dir}/bathymetric_chart.tif"
],
"type": "command"
Expand Down
37 changes: 32 additions & 5 deletions qgreenland/config/datasets/bathymetric_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,50 @@
HttpAsset(
id="only",
urls=[
"https://www.bodc.ac.uk/data/open_download/ibcao/ibcao_v4_400m_ice/cfnetcdf/",
"https://www.bodc.ac.uk/data/open_download/ibcao/ibcao_v4_2_400m_ice/cfnetcdf/",
],
),
],
metadata={
"title": "Bathymetric Chart of the Arctic Ocean (IBCAO)",
"title": "Bathymetric Chart of the Arctic Ocean (IBCAO) V4.2",
"abstract": (
"""The goal of the IBCAO initiative is to develop a digital database
that contains all available bathymetric data north of 64° North, for
use by mapmakers, researchers, institutions, and others whose work
requires a detailed and accurate knowledge of the depth and the
shape of the Arctic seabed."""
shape of the Arctic seabed.
The IBCAO data set is included, as a regional compilation, in the
global GEBCO grid
[https://www.gebco.net/data_and_products/gridded_bathymetry_data/].
Disclaimer information:
The IBCAO V4.2 Grid, should NOT be used for navigation or for any
other purpose involving safety at sea.
The IBCAO V4.2 Grid is made available 'as is'. While every effort
has been made to ensure reliability within the limits of present
knowledge, the accuracy and completeness of The IBCAO V4.2 Grid
cannot be guaranteed.
No responsibility can be accepted by those involved in its creation
or publication for any consequential loss, injury or damage arising
from its use or for determining the fitness of The IBCAO V4.2 Grid
for any particular use.
The IBCAO V4.2 Grid is based on bathymetric data from many different
sources of varying quality and coverage.
As The IBCAO V4.2 Grid is an information product created by
interpolation of measured data, the resolution of the IBCAO V4.2
Grid may be significantly different to that of the resolution of the
underlying measured data."""
),
"citation": {
"text": (
"""GEBCO Compilation Group (2020) GEBCO 2020 Grid
(doi:10.5285/a29c5465-b138-234d-e053-6c86abc040b9)"""
"""GEBCO Compilation Group (2023) GEBCO 2023 Grid
(doi:10.5285/f98b053b-0cbc-6c23-e053-6c86abc0af7b)"""
),
"url": "https://www.gebco.net/data_and_products/gridded_bathymetry_data/arctic_ocean/",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
"id": "bathymetric_raster",
"title": "Depth (400m)",
"description": (
"""Bathymetric elevation in meters. Elevations can be assumed to be
relative to mean sea level. However, in some shallow water areas, the
grids include data from sources having a vertical datum other than mean
sea level."""
"""Bathymetric elevation in meters.
Elevations can be assumed to be relative to mean sea level. However,
note that there may be differences in the vertical datum (the basis for
elevations) for some older data from which this bathymetry dataset was
derived."""
),
"style": "ibcao_bathymetry",
"dataset": dataset,
Expand Down Expand Up @@ -47,7 +49,7 @@
),
steps=[
*warp(
input_file="NETCDF:{input_dir}/IBCAO_v4_400m_ice.nc:z",
input_file="NETCDF:{input_dir}/IBCAO_v4_2_400m_ice.nc:z",
output_file="{output_dir}/bathymetric_chart.tif",
warp_args=(
"-s_srs",
Expand Down

0 comments on commit e8efa9c

Please sign in to comment.