diff --git a/.github/workflows/linting-json.yml b/.github/workflows/linting-json.yml
index b167275e..5a35b5b1 100644
--- a/.github/workflows/linting-json.yml
+++ b/.github/workflows/linting-json.yml
@@ -27,4 +27,4 @@ jobs:
- name: Run Json Linter
run: |
npm install jsonlint -g
- jsonlint terria/africa.json -q
+ jsonlint terria/africa-prod.json -q
diff --git a/services/ows_refactored/surface_reflectance/ows_gm_ls5_ls7_annual_cfg.py b/services/ows_refactored/surface_reflectance/ows_gm_ls5_ls7_annual_cfg.py
index e7465b47..11f6221c 100644
--- a/services/ows_refactored/surface_reflectance/ows_gm_ls5_ls7_annual_cfg.py
+++ b/services/ows_refactored/surface_reflectance/ows_gm_ls5_ls7_annual_cfg.py
@@ -1,6 +1,6 @@
from ows_refactored.common.ows_reslim_cfg import reslim_srtm
from ows_refactored.surface_reflectance.band_sr_cfg import bands_ls5_ls7_gm
-from ows_refactored.surface_reflectance.style_sr_cfg import styles_gm_ls8_list
+from ows_refactored.surface_reflectance.style_sr_cfg import styles_gm_ls578_list
layer = {
@@ -18,7 +18,7 @@
More techincal information about the GeoMAD product can be found in the User Guide (https://docs.digitalearthafrica.org/en/latest/data_specs/GeoMAD_specs.html)
-This product has a spatial resolution of 30 m and is available annually from 1984 to 2012.
+This product has a spatial resolution of 30 m and is available annually from 1984 to 2012 in selected areas.
It is derived from USGS Collection 2, Level 2 Landsat 5 & 7 surface reflectance data.
@@ -50,6 +50,6 @@
"native_resolution": [30.0, -30.0],
"styling": {
"default_style": "simple_rgb",
- "styles": styles_gm_ls8_list,
+ "styles": styles_gm_ls578_list,
}
}
diff --git a/services/ows_refactored/surface_reflectance/ows_gm_ls8_annual_cfg.py b/services/ows_refactored/surface_reflectance/ows_gm_ls8_annual_cfg.py
index 37b6a0cb..f0dd5125 100644
--- a/services/ows_refactored/surface_reflectance/ows_gm_ls8_annual_cfg.py
+++ b/services/ows_refactored/surface_reflectance/ows_gm_ls8_annual_cfg.py
@@ -1,6 +1,6 @@
from ows_refactored.common.ows_reslim_cfg import reslim_srtm
from ows_refactored.surface_reflectance.band_sr_cfg import bands_ls8_gm
-from ows_refactored.surface_reflectance.style_sr_cfg import styles_gm_ls8_list
+from ows_refactored.surface_reflectance.style_sr_cfg import styles_gm_ls578_list
layer = {
@@ -50,6 +50,6 @@
"native_resolution": [30.0, -30.0],
"styling": {
"default_style": "simple_rgb",
- "styles": styles_gm_ls8_list,
+ "styles": styles_gm_ls578_list,
}
}
diff --git a/services/ows_refactored/surface_reflectance/style_sr_cfg.py b/services/ows_refactored/surface_reflectance/style_sr_cfg.py
index 0ef28c9b..3634981c 100644
--- a/services/ows_refactored/surface_reflectance/style_sr_cfg.py
+++ b/services/ows_refactored/surface_reflectance/style_sr_cfg.py
@@ -999,8 +999,8 @@
style_gm_s2_count,
]
-# Used in the LS8 GeoMAD
-styles_gm_ls8_list = [
+# Used in the LS8 GeoMAD and LS5-LS7 GeoMAD
+styles_gm_ls578_list = [
style_gm_simple_rgb,
style_gm_irg,
style_tmad_rgb_std,
diff --git a/terria/africa-prod.json b/terria/africa-prod.json
index 8a9f03c8..cac325ae 100644
--- a/terria/africa-prod.json
+++ b/terria/africa-prod.json
@@ -173,6 +173,24 @@
"Root Group/Satellite images/Surface reflectance/Annual/Annual GeoMAD (Landsat 8)"
],
"availableDiffStyles": ["ndvi", "ndwi", "mndwi"]
+ },
+ {
+ "type": "wms",
+ "name": "Annual GeoMAD (Landsat 5 & Landsat 7)",
+ "url": "https://ows.digitalearth.africa/",
+ "opacity": 1,
+ "layers": "gm_ls5_ls7_annual",
+ "linkedWcsUrl": "https://ows.digitalearth.africa/",
+ "linkedWcsCoverage": "gm_ls5_ls7_annual",
+ "tileErrorHandlingOptions": {
+ "ignoreUnknownTileErrors": true,
+ "thresholdBeforeDisablingItem": 100000
+ },
+ "id": "gm_ls5_ls7_annual",
+ "shareKeys": [
+ "Root Group/Satellite images/Surface reflectance/Annual/Annual GeoMAD (Landsat 5 & Landsat 7)"
+ ],
+ "availableDiffStyles": ["ndvi", "ndwi", "mndwi"]
}
],
"shareKeys": [
diff --git a/terria/africa-us.json b/terria/africa-us.json
deleted file mode 100644
index 2a8de371..00000000
--- a/terria/africa-us.json
+++ /dev/null
@@ -1,386 +0,0 @@
-{
- "corsDomains": [
- "dea.ga.gov.au",
- "digitalearth.africa",
- "dea-public-data-dev.s3-ap-southeast-2.amazonaws.com"
- ],
- "homeCamera": {
- "north": -38,
- "east": 45,
- "south": -35,
- "west": 20
- },
- "catalog": [
- {
- "name": "Satellite images",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Surface reflectance",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily surface reflectance",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Surface reflectance (Sentinel-2)",
- "type": "wms",
- "layers": "s2_l2a",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "s2_l2a",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- },
- "template": "
Time | {{time}} |
Blue - 490 | {{bands.blue}} |
Green - 560 | {{bands.green}} |
Red - 660 | {{bands.red}} |
Near Infrared (NIR) - 840 | {{bands.nir}} |
Shortwave Infrared (SWIR) - 1650 | {{bands.swir1}} |
Shortwave Infrared (SWIR) - 2220 | {{bands.swir2}} |
NDVI - Red, NIR | {{band_derived.ndvi}} |
NDWI - Green, SWIR | {{band_derived.ndwi}} |
nm,Surface Reflectance\n490,{{bands.blue}}\n560,{{bands.green}}\n660,{{bands.red}}\n840,{{bands.nir}}\n1650,{{bands.swir1}}\n2220,{{bands.swir2}}
Imagery available for dates:{{#data_available_for_dates}}
{{.}}{{/data_available_for_dates}}
"
- }
- },
- {
- "name": "Surface reflectance (Landsat 5)",
- "type": "wms",
- "layers": "ls5_usgs_sr_scene",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls5_usgs_sr_scene",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- },
- "template": " Time | {{time}} |
Blue - 490 | {{bands.blue}} |
Green - 560 | {{bands.green}} |
Red - 660 | {{bands.red}} |
Near Infrared (NIR) - 840 | {{bands.nir}} |
Shortwave Infrared (SWIR) - 1650 | {{bands.swir1}} |
Shortwave Infrared (SWIR) - 2220 | {{bands.swir2}} |
NDVI - Red, NIR | {{band_derived.ndvi}} |
NDWI - Green, SWIR | {{band_derived.ndwi}} |
nm,Surface Reflectance\n490,{{bands.blue}}\n560,{{bands.green}}\n660,{{bands.red}}\n840,{{bands.nir}}\n1650,{{bands.swir1}}\n2220,{{bands.swir2}}
Imagery available for dates:{{#data_available_for_dates}}
{{.}}{{/data_available_for_dates}}
"
- }
- },
- {
- "name": "Surface reflectance (Landsat 7)",
- "type": "wms",
- "layers": "ls7_usgs_sr_scene",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls7_usgs_sr_scene",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- },
- "template": " Time | {{time}} |
Blue - 490 | {{bands.blue}} |
Green - 560 | {{bands.green}} |
Red - 660 | {{bands.red}} |
Near Infrared (NIR) - 840 | {{bands.nir}} |
Shortwave Infrared (SWIR) - 1650 | {{bands.swir1}} |
Shortwave Infrared (SWIR) - 2220 | {{bands.swir2}} |
NDVI - Red, NIR | {{band_derived.ndvi}} |
NDWI - Green, SWIR | {{band_derived.ndwi}} |
nm,Surface Reflectance\n490,{{bands.blue}}\n560,{{bands.green}}\n660,{{bands.red}}\n840,{{bands.nir}}\n1650,{{bands.swir1}}\n2220,{{bands.swir2}}
Imagery available for dates:{{#data_available_for_dates}}
{{.}}{{/data_available_for_dates}}
"
- }
- },
- {
- "name": "Surface reflectance (Landsat 8)",
- "type": "wms",
- "layers": "ls8_usgs_sr_scene",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls8_usgs_sr_scene",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- },
- "template": " Time | {{time}} |
Blue - 490 | {{bands.blue}} |
Green - 560 | {{bands.green}} |
Red - 660 | {{bands.red}} |
Near Infrared (NIR) - 840 | {{bands.nir}} |
Shortwave Infrared (SWIR) - 1650 | {{bands.swir1}} |
Shortwave Infrared (SWIR) - 2220 | {{bands.swir2}} |
NDVI - Red, NIR | {{band_derived.ndvi}} |
NDWI - Green, SWIR | {{band_derived.ndwi}} |
nm,Surface Reflectance\n490,{{bands.blue}}\n560,{{bands.green}}\n660,{{bands.red}}\n840,{{bands.nir}}\n1650,{{bands.swir1}}\n2220,{{bands.swir2}}
Imagery available for dates:{{#data_available_for_dates}}
{{.}}{{/data_available_for_dates}}
"
- }
- }
- ]
- },
- {
- "name": "Annual",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Annual GeoMAD (Sentinel-2)",
- "type": "wms",
- "layers": "gm_s2_annual",
- "url": "https://ows-af.digitalearth.africa/",
- "linkedWcsUrl": "https://ows-af.digitalearth.africa/",
- "linkedWcsCoverage": "gm_s2_annual",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "Annual geomedian (Landsat 8)",
- "type": "wms",
- "layers": "ga_ls8c_gm_2_annual",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ga_ls8c_gm_2_annual",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- }
- ]
- },
- {
- "name": "Radar backscatter",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Annual mosaic (ALOS/PALSAR)",
- "type": "wms",
- "layers": "alos_palsar_mosaic",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "alos_palsar_mosaic",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 2
- },
- "lon": {
- "maximumFractionDigits": 2
- }
- }
- }
- },
- {
- "name": "Annual Mosaic (JERS)",
- "type": "wms",
- "layers": "jers_mosaic",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "jers_mosaic",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 2
- },
- "lon": {
- "maximumFractionDigits": 2
- }
- }
- }
- }
- ]
- }
- ]
- },
- {
- "name": "Surface water",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Water Observations from Space (Development)",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily water observations",
- "type": "wms",
- "layers": "ls_usgs_wofs_scene",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls_usgs_wofs_scene",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "Annual water summary",
- "type": "wms",
- "layers": "wofs_annual_summary_frequency",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_annual_summary_frequency",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- },
- {
- "name": "Water Observations from Space (Beta)",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily water observations",
- "type": "wms",
- "layers": "ga_ls8c_wofs_2",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ga_ls8c_wofs_2",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- },
- {
- "name": "Annual water summary",
- "type": "wms",
- "layers": "wofs_2_annual_summary_frequency",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_frequency",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "All time water summary",
- "type": "wms",
- "layers": "wofs_2_summary_frequency",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_frequency",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- },
- {
- "name": "Annual water summary source data",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Count of wet observations",
- "type": "wms",
- "layers": "wofs_2_annual_summary_wet",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_wet",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "Count of clear observations",
- "type": "wms",
- "layers": "wofs_2_annual_summary_clear",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_clear",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- },
- {
- "name": "All time water summary source data",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Count of wet observations",
- "type": "wms",
- "layers": "wofs_2_summary_wet",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_wet",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1
- },
- {
- "name": "Count of clear observations",
- "type": "wms",
- "layers": "wofs_2_summary_clear",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_clear",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Vegetation",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Individual fractional cover (Development)",
- "type": "wms",
- "layers": "ls_usgs_fc_scene",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls_usgs_fc_scene",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- },
- {
- "name": "Elevation",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Shuttle Radar Topography Mission",
- "type": "wms",
- "layers": "srtm",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "srtm",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- }
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/terria/africa.json b/terria/africa.json
deleted file mode 100644
index 595e7289..00000000
--- a/terria/africa.json
+++ /dev/null
@@ -1,435 +0,0 @@
-{
- "corsDomains": [
- "digitalearthafrica.org",
- "digitalearth.africa"
- ],
- "homeCamera": {
- "north": -38,
- "east": 45,
- "south": -35,
- "west": 20
- },
- "catalog": [
- {
- "name": "Satellite images",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Surface reflectance",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily surface reflectance",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Surface reflectance (Sentinel-2)",
- "type": "wms",
- "layers": "s2_l2a",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "s2_l2a",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- },
- {
- "name": "Surface reflectance (Landsat 8)",
- "type": "wms",
- "layers": "ls8_sr",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls8_sr",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- },
- {
- "name": "Surface reflectance (Landsat 7)",
- "type": "wms",
- "layers": "ls7_sr",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls7_sr",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- },
- {
- "name": "Surface reflectance (Landsat 5)",
- "type": "wms",
- "layers": "ls5_sr",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls5_sr",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- }
- ]
- },
- {
- "name": "Annual",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Annual GeoMAD (Sentinel-2)",
- "type": "wms",
- "layers": "gm_s2_annual",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "gm_s2_annual",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- }
- ]
- },
- {
- "name": "Surface temperature",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily surface temperature",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Surface temperature (Landsat 8)",
- "type": "wms",
- "layers": "ls8_st",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls8_st",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- },
- {
- "name": "Surface temperature (Landsat 7)",
- "type": "wms",
- "layers": "ls7_st",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls7_sr",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- },
- {
- "name": "Surface temperature (Landsat 5)",
- "type": "wms",
- "layers": "ls5_st",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ls5_sr",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- }
- ]
- }
- ]
- },
- {
- "name": "Radar backscatter",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily radar backscatter",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Normalized radar backscatter (Sentinel-1)",
- "type": "wms",
- "layers": "s1_rtc",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "s1_rtc",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 5
- },
- "lon": {
- "maximumFractionDigits": 5
- }
- }
- }
- }
- ]
- },
- {
- "name": "Annual",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Annual mosaic (ALOS/PALSAR)",
- "type": "wms",
- "layers": "alos_palsar_mosaic",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "alos_palsar_mosaic",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 2
- },
- "lon": {
- "maximumFractionDigits": 2
- }
- }
- }
- },
- {
- "name": "Annual Mosaic (JERS)",
- "type": "wms",
- "layers": "jers_sar_mosaic",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "jers_sar_mosaic",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates",
- "featureInfoTemplate": {
- "formats": {
- "lat": {
- "maximumFractionDigits": 2
- },
- "lon": {
- "maximumFractionDigits": 2
- }
- }
- }
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Surface water",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Water Observations from Space (Beta)",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Daily water observations",
- "type": "wms",
- "layers": "ga_ls8c_wofs_2",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "ga_ls8c_wofs_2",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- },
- {
- "name": "Annual water summary",
- "type": "wms",
- "layers": "wofs_2_annual_summary_frequency",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_frequency",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "All time water summary",
- "type": "wms",
- "layers": "wofs_2_summary_frequency",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_frequency",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- },
- {
- "name": "Annual water summary source data",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Count of wet observations",
- "type": "wms",
- "layers": "wofs_2_annual_summary_wet",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_wet",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- },
- {
- "name": "Count of clear observations",
- "type": "wms",
- "layers": "wofs_2_annual_summary_clear",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_annual_summary_clear",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1,
- "featureTimesProperty": "data_available_for_dates"
- }
- ]
- },
- {
- "name": "All time water summary source data",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Count of wet observations",
- "type": "wms",
- "layers": "wofs_2_summary_wet",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_wet",
- "tileErrorThresholdBeforeDisabling": 100000,
- "ignoreUnknownTileErrors": true,
- "opacity": 1
- },
- {
- "name": "Count of clear observations",
- "type": "wms",
- "layers": "wofs_2_summary_clear",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "wofs_2_summary_clear",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- }
- ]
- }
- ]
- }
- ]
- },
- {
- "name": "Elevation",
- "type": "group",
- "preserveOrder": true,
- "items": [
- {
- "name": "Shuttle Radar Topography Mission",
- "type": "wms",
- "layers": "dem_srtm",
- "url": "https://ows.digitalearth.africa/",
- "linkedWcsUrl": "https://ows.digitalearth.africa/",
- "linkedWcsCoverage": "srtm",
- "ignoreUnknownTileErrors": true,
- "tileErrorThresholdBeforeDisabling": 100000,
- "opacity": 1
- }
- ]
- }
- ]
-}
\ No newline at end of file