Skip to content

Commit

Permalink
Update config lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Mar 21, 2024
1 parent afcb285 commit 9856f81
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -1816,6 +1816,26 @@
"title": "Sea Ice Index, Version 3"
}
},
"seal_tag_measurements": {
"assets": {
"only": {
"id": "only",
"urls": [
"https://arcticdata.io/metacat/d1/mn/v2/object/urn%3Auuid%3A31162eb9-7e3b-4b88-948f-f4c99f13a83f"
],
"verify_tls": true
}
},
"id": "seal_tag_measurements",
"metadata": {
"abstract": "This project involves a marine-mammal sensor-tagging\napproach that will allow for sustained oceanographic observations along\nthe periphery of the Greenland Ice Sheet. This effort is motivated by a\nsuccessful pilot project involving ringed seals in two Greenland fjords\nthis past summer. The pilot proved the viability of the technique, which\nmakes use of ringed seals who spend the majority of their time in such\nfjords and who may be appropriately equipped with integrated,\nlocation-tracking, CTD, and satellite communication instrumentation. The\nobservations, which will be collected in partnership with colleagues at\nthe Greenland Institute of Natural Resources, will be archived in\nnational data bases, on a project website, and made widely available to\nothers in near real-time. This project will address a currently missing,\ncritical component of the Arctic Observing Network, namely observations\nof ocean temperatures and salinities along the periphery of the\nGreenland Ice Sheet. The methodology will lead to a practical,\nsustainable data stream for hydrographic properties in the notoriously\ndifficult to access regions of the Greenland inner fjords, thus further\nfilling out the overall Arctic Observing Network data portfolio. Such\nobservations are needed to develop improved physics that can\nsubsequently be directly used in IPCC class, coupled climate models. The\ndata collection will also be of immense value to researchers studying\nthe behavior of the ringed seals in Greenland. Virtually no behavioral\ndata exists for these seals in the ice-ocean fjords, and the project\ndata can be used to learn about the habitat and distribution of the\nseals, and ultimately of their possible vulnerability to climate\nchange.",
"citation": {
"text": "David Holland. (2018). Water temperature, salinity, and\nposition-geographic data taken from seal tags, in coastal Greenland\nfrom 2010-08-31 to 2012-05-14. Arctic Data\nCenter. urn:uuid:1f3f702f-9594-4293-8cbd-07932e54e8ed.",
"url": "https://arcticdata.io/catalog/view/urn%3Auuid%3A1f3f702f-9594-4293-8cbd-07932e54e8ed"
},
"title": "Water temperature, salinity, and position-geographic data taken from seal tags, in coastal Greenland from 2010-08-31 to 2012-05-14"
}
},
"seismograph_stations": {
"assets": {
"only": {
Expand Down Expand Up @@ -24770,6 +24790,49 @@
},
{
"children": [
{
"layer_cfg": {
"description": "Locaitons of seal tag measurements with temperature and salinity in coastal Greenland from 2010-08-31 to 2012-05-14.",
"id": "seal_tag_measurements",
"in_package": true,
"input": {
"asset": {
"id": "only"
},
"dataset": {
"id": "seal_tag_measurements"
}
},
"show": false,
"steps": [
{
"args": [
"ogr2ogr",
"-lco",
"ENCODING=UTF-8",
"-t_srs",
"EPSG:3413",
"-clipdst",
"{assets_dir}/latitude_shape_40_degrees.geojson",
"-makevalid",
"-s_srs",
"EPSG:4326",
"-oo",
"X_POSSIBLE_NAMES=Longitude",
"-oo",
"Y_POSSIBLE_NAMES=Latitude",
"{output_dir}/final.gpkg",
"{input_dir}/*.csv"
],
"type": "command"
}
],
"style": null,
"tags": [],
"title": "Seal tag water measurements"
},
"name": "seal_tag_measurements"
},
{
"children": [
{
Expand Down Expand Up @@ -26615,6 +26678,7 @@
"settings": {
"expand": false,
"order": [
":seal_tag_measurements",
"Undersea feature names",
"Seawater temperature (25km)",
"Seawater salinity (25km)",
Expand Down

0 comments on commit 9856f81

Please sign in to comment.