Skip to content

Commit

Permalink
Merge pull request #1070 from GeoscienceAustralia/catalog-updat
Browse files Browse the repository at this point in the history
update catalog to include c3 new layers
  • Loading branch information
pindge authored May 24, 2022
2 parents dac240d + 61867ff commit ba31184
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 10 deletions.
55 changes: 47 additions & 8 deletions dev/terria/dea-maps-v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -709,6 +709,27 @@
"shareKeys": [
"Root Group/Vegetation/Fractional Cover/Daily Fractional Cover observations"
]
},
{
"type": "wms",
"name": "DEA Fractional Cover Percentiles Calendar Year (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "ga_ls_fc_pc_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_fc_pc_cyear_3",
"chartColor": "white",
"timeFilterPropertyName": "data_available_for_dates",
"leafletUpdateInterval": 750,
"chartType": "momentPoints",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"id": "fccy256",
"shareKeys": [
"Root Group/Vegetation/Fractional Cover/Calendar Year Fractional Cover observations"
],
"dateFormat": "'Year: 'yyyy"
}
],
"shareKeys": ["Root Group/Vegetation/Fractional Cover"]
Expand All @@ -723,9 +744,9 @@
"name": "DEA Mangroves (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "mangrove_cover_v2_0_2",
"layers": "ga_ls_mangrove_cover_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "mangrove_cover_v2_0_2",
"linkedWcsCoverage": "ga_ls_mangrove_cover_cyear_3",
"chartColor": "white",
"leafletUpdateInterval": 750,
"chartType": "momentPoints",
Expand Down Expand Up @@ -964,12 +985,12 @@
"disclaimer": "This graph shows the wet surface area of waterbodies as estimated from satellites. It does not show depth, volume, purpose of the waterbody, nor the source of the water. <br> For more detailed information see https://www.dea.ga.gov.au/products/dea-waterbodies."
}
},
"legends": [
"legends": [
{
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/derivative/dea_waterbodies/waterbodies_legend_full.png",
"imageScaling": 0.5
"imageScaling": 0.5
}
],
],
"id": "DGGjbr",
"shareKeys": [
"Root Group/Surface Water/Digital Earth Australia Waterbodies/Digital Earth Australia Waterbodies v2"
Expand All @@ -987,12 +1008,12 @@
"disclaimer": "This graph shows the wet surface area of waterbodies as estimated from satellites. It does not show depth, volume, purpose of the waterbody, nor the source of the water. <br> For more detailed information see https://www.dea.ga.gov.au/products/dea-waterbodies."
}
},
"legends": [
"legends": [
{
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/derivative/dea_waterbodies/waterbodies_legend_full.png",
"imageScaling": 0.5
"imageScaling": 0.5
}
],
],
"id": "DGGjbt",
"shareKeys": [
"Root Group/Surface Water/Digital Earth Australia Waterbodies/Digital Earth Australia Waterbodies v1"
Expand Down Expand Up @@ -1061,6 +1082,24 @@
"shareKeys": [
"Root Group/Surface Water/DEA Wetness Percentiles (Landsat)/Tasseled Cap Wetness Percentiles"
]
},
{
"type": "wms",
"name": "DEA Tasseled Cap Indices Percentiles Calendar Year (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "ga_ls_tc_pc_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_tc_pc_cyear_3",
"chartColor": "white",
"chartType": "momentPoints",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"id": "hbmzp5",
"shareKeys": [
"Root Group/Surface Water/DEA Wetness Percentiles (Landsat)/Tasseled Cap Indices Percentiles"
]
}
],
"shareKeys": [
Expand Down
59 changes: 57 additions & 2 deletions dev/terria/terria-cube-v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,22 @@
"type": "group",
"name": "DEA Wetness Percentiles",
"members": [
{
"type": "wms",
"name": "DEA Wetness Percentiles",
"url": "https://ows.dev.dea.ga.gov.au/",
"opacity": 1,
"layers": "ga_ls_tcw_percentiles_2",
"linkedWcsUrl": "https://ows.dev.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_tcw_percentiles_2",
"chartColor": "white",
"chartType": "momentPoints",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"dateFormat": "'Year: 'yyyy",
"id": "kwerw7"
},
{
"type": "wms",
"name": "DEA Tasseled Cap Indices Percentiles Calendar Year (Landsat)",
Expand Down Expand Up @@ -2887,6 +2903,27 @@
"shareKeys": [
"Root Group/Vegetation/Fractional Cover/Daily Fractional Cover observations"
]
},
{
"type": "wms",
"name": "DEA Fractional Cover Percentiles Calendar Year (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "ga_ls_fc_pc_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_fc_pc_cyear_3",
"chartColor": "white",
"timeFilterPropertyName": "data_available_for_dates",
"leafletUpdateInterval": 750,
"chartType": "momentPoints",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"id": "fccY356",
"shareKeys": [
"Root Group/Vegetation/Fractional Cover/Calendar Year Fractional Cover observations"
],
"dateFormat": "'Year: 'yyyy"
}
],
"shareKeys": ["Root Group/Vegetation/Fractional Cover"]
Expand All @@ -2901,9 +2938,9 @@
"name": "DEA Mangroves (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "mangrove_cover_v2_0_2",
"layers": "ga_ls_mangrove_cover_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "mangrove_cover_v2_0_2",
"linkedWcsCoverage": "ga_ls_mangrove_cover_cyear_3",
"chartColor": "white",
"leafletUpdateInterval": 750,
"chartType": "momentPoints",
Expand Down Expand Up @@ -3270,6 +3307,24 @@
"shareKeys": [
"Root Group/Surface Water/DEA Wetness Percentiles (Landsat)/Tasseled Cap Wetness Percentiles"
]
},
{
"type": "wms",
"name": "DEA Tasseled Cap Indices Percentiles Calendar Year (Landsat)",
"url": "https://ows.dea.ga.gov.au/",
"opacity": 1,
"layers": "ga_ls_tc_pc_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_ls_tc_pc_cyear_3",
"chartColor": "white",
"chartType": "momentPoints",
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"id": "hbmzp5",
"shareKeys": [
"Root Group/Surface Water/DEA Wetness Percentiles (Landsat)/Tasseled Cap Indices Percentiles"
]
}
],
"shareKeys": [
Expand Down

0 comments on commit ba31184

Please sign in to comment.