Skip to content

Commit

Permalink
Remove Arctic Char layer
Browse files Browse the repository at this point in the history
Resolves #599
  • Loading branch information
mfisher87 committed Jul 7, 2023
1 parent 8c0cd7f commit 74545b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 154 deletions.
81 changes: 0 additions & 81 deletions qgreenland/config/cfg-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,26 +197,6 @@
"title": "IceBridge BedMachine Greenland, Version 5"
}
},
"caff_char": {
"assets": {
"only": {
"id": "only",
"urls": [
"http://geo.abds.is/geonetwork/srv/api/records/4dc7f9b6-b553-445a-a8a3-a0ece574e8ce/attachments/Arctic_Char_2010.zip"
],
"verify_tls": true
}
},
"id": "caff_char",
"metadata": {
"abstract": "Circumpolar distribution of Arctic Char species complex\nSalvelinus alpinus, and related species. Arctic Biodiversity\nAssessment, Chapter 6: Fishes: http://www.caff.is/assessment-series/\n10-arctic-biodiversity-assessment/211-arctic-biodiversity-assessment\n-2013-chapter-6-fishes.",
"citation": {
"text": "Conservation of Arctic Flora and Fauna (CAFF www.caff.is)\nworking group of the Arctic Council",
"url": "http://geo.abds.is/geonetwork/srv/eng/catalog.search#/metadata/4dc7f9b6-b553-445a-a8a3-a0ece574e8ce"
},
"title": "Circumpolar distribution of arctic char species complex Salvelinus alpinus, and related species"
}
},
"caff_murre_colonies": {
"assets": {
"only": {
Expand Down Expand Up @@ -4143,67 +4123,6 @@
"show": false
}
},
{
"children": [
{
"layer_cfg": {
"description": "Polygons indicating the 2010 distribution of Arctic Char\npopulations.",
"id": "caff_char",
"in_package": true,
"input": {
"asset": {
"id": "only"
},
"dataset": {
"id": "caff_char"
}
},
"show": false,
"steps": [
{
"args": [
"unzip",
"{input_dir}/Arctic_Char_2010.zip",
"-d",
"{output_dir}",
""
],
"type": "command"
},
{
"args": [
"ogr2ogr",
"-lco",
"ENCODING=UTF-8",
"-t_srs",
"EPSG:3413",
"-clipdst",
"{assets_dir}/latitude_shape_40_degrees.geojson",
"-makevalid",
"-dialect",
"sqlite",
"-sql",
"'SELECT\n Geometry,\n SPECIES,\n INTRODUCED,\n OWNER,\n DATA_URL,\n SOURCE,\n CREATED,\n DATE(substr(MODIFIED, 7, 4) || \"-\" ||\n substr(MODIFIED, 4, 2) || \"-\" ||\n substr(MODIFIED, 1, 2)) as MODIFIED,\n CONTACT\n FROM Arctic_Char_2010'",
"{output_dir}/final.gpkg",
"{input_dir}/*.shp"
],
"type": "command"
}
],
"style": "semitransparent_polygon",
"tags": [],
"title": "Arctic Char populations 2010"
},
"name": "caff_char"
}
],
"name": "Fish",
"settings": {
"expand": false,
"order": null,
"show": false
}
},
{
"children": [
{
Expand Down
29 changes: 0 additions & 29 deletions qgreenland/config/datasets/caff.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,32 +36,3 @@
},
},
)

caff_char = Dataset(
id="caff_char",
assets=[
HttpAsset(
id="only",
urls=[
"http://geo.abds.is/geonetwork/srv/api/records/4dc7f9b6-b553-445a-a8a3-a0ece574e8ce/attachments/Arctic_Char_2010.zip",
],
),
],
metadata={
"title": "Circumpolar distribution of arctic char species complex Salvelinus alpinus, and related species",
"abstract": (
"""Circumpolar distribution of Arctic Char species complex
Salvelinus alpinus, and related species. Arctic Biodiversity
Assessment, Chapter 6: Fishes: http://www.caff.is/assessment-series/
10-arctic-biodiversity-assessment/211-arctic-biodiversity-assessment
-2013-chapter-6-fishes."""
),
"citation": {
"text": (
"""Conservation of Arctic Flora and Fauna (CAFF www.caff.is)
working group of the Arctic Council"""
),
"url": "http://geo.abds.is/geonetwork/srv/eng/catalog.search#/metadata/4dc7f9b6-b553-445a-a8a3-a0ece574e8ce",
},
},
)
44 changes: 0 additions & 44 deletions qgreenland/config/layers/Biology/Fish/caff_char.py

This file was deleted.

0 comments on commit 74545b6

Please sign in to comment.