Skip to content

Commit

Permalink
Update citation for asiaq nunagis layers
Browse files Browse the repository at this point in the history
Based on feedback from Frederik at Asiaq. He informed us that we should
primarily credit Asiaq, as they "are responsible for producing and maintaining
these datasets".
  • Loading branch information
trey-stafford committed Jun 23, 2023
1 parent 59dabdd commit dab7f58
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
8 changes: 4 additions & 4 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
},
"id": "asiaq_nunagis",
"metadata": {
"abstract": "The NunaGIS data server provides data for the the Asiaq Map\nPortal Technical Basemap, which includes a variety of datasets.",
"abstract": "ASIAQ Greenland Survey undertakes surveys and research projects,\nbased on non-living physical data from the environment in\nGreenland. Our data are derived from; mapping of cities and\nnon-urban areas, measuring of water resources, climate monitoring,\nsoil testing, surveying and stakeouts at construction projects. All\nthese, provides a unique knowledge of the arctic climate, soil\nconditions, water resources and topography of Greenland, which makes\npossible for the Greenlandic society, partners, and costumers to\nplan and exploit the physical environment and resources.\n\nAsiaq is 100% owned by the Greenlandic Government and had surveyed\nall around in Greenland for more than 60 years.\n\nData were retreived from the NunaGIS data server, which provides\ndata for the the Asiaq Map Portal\n(https://kort.nunagis.gl/refserver/rest/services/Kortportal/). To\nlearn more about NunaGIS, see: https://nunagis-asiaq.hub.arcgis.com/.",
"citation": {
"text": "NunaGIS (2023). Date accessed: {{date_accessed}}.",
"url": "https://kort.nunagis.gl/refserver/rest/services/Kortportal/Kortportal_TekniskGrundkort/MapServer"
"text": "ASIAQ Greenland Survey (2023). Date accessed: {{date_accessed}}.",
"url": "https://www.asiaq-greenlandsurvey.gl/"
},
"title": "Asiaq Map Portal Techincal Basemap"
"title": "Asiaq Map Portal"
}
},
"asiaq_private_placenames": {
Expand Down
28 changes: 23 additions & 5 deletions qgreenland/config/datasets/asiaq_nunagis.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,32 @@
),
],
metadata={
"title": "Asiaq Map Portal Techincal Basemap",
"title": "Asiaq Map Portal",
"abstract": (
"""The NunaGIS data server provides data for the the Asiaq Map
Portal Technical Basemap, which includes a variety of datasets."""
"""ASIAQ Greenland Survey undertakes surveys and research projects,
based on non-living physical data from the environment in
Greenland. Our data are derived from; mapping of cities and
non-urban areas, measuring of water resources, climate monitoring,
soil testing, surveying and stakeouts at construction projects. All
these, provides a unique knowledge of the arctic climate, soil
conditions, water resources and topography of Greenland, which makes
possible for the Greenlandic society, partners, and costumers to
plan and exploit the physical environment and resources.
Asiaq is 100% owned by the Greenlandic Government and had surveyed
all around in Greenland for more than 60 years.
Data were retreived from the NunaGIS data server, which provides
data for the the Asiaq Map Portal
(https://kort.nunagis.gl/refserver/rest/services/Kortportal/). To
learn more about NunaGIS, see: https://nunagis-asiaq.hub.arcgis.com/.
"""
),
"citation": {
"text": ("""NunaGIS (2023). Date accessed: {{date_accessed}}."""),
"url": "https://kort.nunagis.gl/refserver/rest/services/Kortportal/Kortportal_TekniskGrundkort/MapServer",
"text": (
"""ASIAQ Greenland Survey (2023). Date accessed: {{date_accessed}}."""
),
"url": "https://www.asiaq-greenlandsurvey.gl/",
},
},
)

0 comments on commit dab7f58

Please sign in to comment.