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

feat(storage): update layers #301

Merged
merged 2 commits into from
Mar 19, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
108 changes: 32 additions & 76 deletions storage/layers/layers-de.json
Original file line number Diff line number Diff line change
@@ -1,190 +1,146 @@
[
{
"id": "main_sst",
"name": "SST DE",
"description": "Das ist der erste Layer",
"link": "http://...",
"subLayers": [
{
"id": "sst",
"name": "SST",
"description": "Das ist der erste SubLayer",
"link": "http://..."
},
{
"id": "analysed_sst",
"name": "Analysed SST",
"description": "Das ist der zweite SubLayer",
"link": "http://..."
}
]
"id": "fire.burned_area",
"name": "Verbranntes Gebiet (aus Cate)",
"description": "Das ist das verbrannte Gebiet",
"link": "http://..."
},
{
"id": "soilmoisture.sm",
"name": "Bodenfeuchtigkeit (aus Cate)",
"description": "Das ist die Bodenfeuchtigkeit",
"link": "http://..."
},
{
"id": "clouds",
"name": "Wolken Konzentration",
"description": "Das ist der zweite SubLayer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "aerosol",
"name": "Aerosol",
"description": "Das ist der Aerosol Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "ais",
"name": "Antarktische Eisdecke",
"description": "Das ist der Antarctic Ice Sheet Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "biomass",
"name": "Biomasse",
"description": "Das ist der dritte Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "fire",
"name": "Feuer",
"description": "Das ist der Fire Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "glaciers",
"name": "Gletscher",
"description": "Das ist der Glaciers Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "greenhouseGases",
"name": "Treibhausgase",
"description": " Das ist der Greenhouse Gases Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "gis",
"name": "Grönland Eisdecke",
"description": "Das ist der Greenland Ice Sheet Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "hrl",
"name": "HR Landabdeckung",
"description": "Das ist der Greenhouse Gases Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "lakes",
"name": "Seen",
"description": "Das ist der Lakes Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "landCover",
"name": "Landabdeckung",
"description": "Das ist der Land Cover Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "lst",
"name": "Temperatur der Landoberfläche",
"description": "Das ist der Land Surface Temperature Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "oceanColour",
"name": "Ozeanfarbe",
"description": "Das ist der Ocean Colour Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "ozone",
"name": "Ozon",
"description": "Das ist der Ozone Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "permafrost",
"name": "Permafrost",
"description": "Das ist der Permafrost Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "seaIce",
"name": "Meereis",
"description": "Das ist der Sea Ice Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "seaLevel",
"name": "Meeresspiegel",
"description": "Das ist der Sea Level Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "seaState",
"name": "Seegang",
"description": "Das ist der Sea State Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "seaSurfaceSalinity",
"name": "Salzgehalt der Meeresoberfläche",
"description": "Das ist der Sea Surface Salinity Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "snow",
"name": "Schnee",
"description": "Das ist der Snow Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "soilMoisture",
"name": "Bodenfeuchtigkeit",
"description": "Das ist der Soil Moisture Layer",
"link": "http://...",
"subLayers": []
"link": "http://..."
},
{
"id": "waterVapour",
"name": "Wasserdampf",
"description": "Das ist der Water Vapour Layer",
"link": "http://...",
"subLayers": []
},
{
"id": "fire.burned_area",
"name": "Verbranntes Gebiet",
"description": "Das ist das verbranntes Gebiet",
"link": "http://...",
"subLayers": []
},
{
"id": "soilmoisture.sm",
"name": "Bodenfeuchtigkeit",
"description": "Das ist die Bodenfeuchtigkeit",
"link": "http://...",
"subLayers": []
"link": "http://..."
}
]
Loading