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

Wb update #1214

Merged
merged 4 commits into from
Nov 15, 2023
Merged
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
21 changes: 21 additions & 0 deletions dev/terria/terria-cube-v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,27 @@
"type": "group",
"name": "DEA Waterbodies",
"members": [
{
"type": "wms",
"name": "DEA Waterbodies (version 3.0)",
"url": "https://nonprod.geoserver.dea.ga.gov.au/geoserver/dea/wms",
"chartDisclaimer": "Digital Earth Australia Waterbodies 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 <a href='https://www.dea.ga.gov.au/products/dea-waterbodies'>https://www.dea.ga.gov.au/products/dea-waterbodies</a>",
"layers": "dea:DigitalEarthAustraliaWaterbodies_v3",
"featureInfoTemplate": {
"template": "<div style='width:600px'><h3>Waterbody Identifier: {{uid}}<br /> Percentage of surface area (not volume) observed as wet</h3><br/><chart id='{{uid}}' title='Waterbody {{uid}}' chart-type='lineAndPoint' preview-x-label='Date' sources='{{#terria.urlEncode}}{{timeseries}}{{/terria.urlEncode}}' column-names='Time,Percentage of total surface area (not volume) observed as wet,Wet Pixel Count' column-units='Date of satellite observation,%,#'></chart>{{>disclaimer}}{{>information}}</div>",
"partials": {
"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",
"information": "<br><br>Waterbody {{uid}} was last observed as wet at {{#terria.formatDateTime}}{format: \"UTC:dd-mm-yyyy HH:MM:ss\"}{{dt_wetobs}}{{/terria.formatDateTime}} (UTC) and last observed by a satellite on {{#terria.formatDateTime}}{format: \"UTC:dd-mm-yyyy HH:MM:ss\"}{{dt_satpass}}{{/terria.formatDateTime}} (UTC). At last observation, estimated open water surface area of the waterbody was {{wet_sa_m2}} square metres. Data was last updated {{#terria.formatDateTime}}{format: \"UTC:dd-mm-yyyy HH:MM:ss\"}{{dt_updated }}{{/terria.formatDateTime}} (UTC).<br><br>We estimate that the error per polygon is roughly 2700m2. Therefore larger waterbodies are easier to detect and smaller or narrower waterbodies are harder to detect by Landsat. Any area estimates should be compared to additional data for verification.<br><br>The update from version 2 to version 3.0 of the DEA Waterbodies product and service was created through a collaboration between Geoscience Australia, the National Aerial Firefighting Centre, Natural Hazards Research Australia, and FrontierSI to make the product more useful in hazard applications.<br><br> Geoscience Australia, the National Aerial Firefighting Centre, Natural Hazards Research Australia, and FrontierSI advise that the information published by this service comprises general statements based on scientific research. The reader is advised and needs to be aware that such information may be incomplete or unable to be used in any specific situation. No reliance or actions must therefore be made on that information without seeking prior expert professional, scientific and technical advice. To the extent permitted by law, FrontierSI, Geoscience Australia, the National Aerial Firefighting Centre and Natural Hazards Research Australia (including its employees and consultants) exclude all liability to any person for any consequences, including but not limited to all losses, damages, costs, expenses and any other compensation, arising directly or indirectly from using this publication (in part or in whole) and any information or material contained in it."
}
},
"legends": [
{
"url": "https://dea-public-data.s3.ap-southeast-2.amazonaws.com/derivative/dea_waterbodies/waterbodies_legend_full.png",
"imageScaling": 0.5
}
],
"id": "AS145r"
},
{
"type": "wms",
"name": "DEA Waterbodies (version 2)",
Expand Down