Skip to content

Commit

Permalink
Merge pull request #1241 from GeoscienceAustralia/terria_deaintertidal
Browse files Browse the repository at this point in the history
Add test DEA Intertidal Terriacube template
  • Loading branch information
vnewey authored Mar 18, 2024
2 parents 0a2824d + e4741e7 commit c2d6345
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion dev/terria/terria-cube-v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,26 @@
{
"id": "JHbau2",
"type": "group",
"name": "DEA Intertidal (ITEM, NIDEM)",
"name": "DEA Intertidal",
"members": [
{
"type": "wms",
"name": "DEA Intertidal (Sentinel-2, Landsat)",
"url": "https://ows.dev.dea.ga.gov.au/wms",
"opacity": 1,
"layers": "ga_s2ls_intertidal_cyear_3",
"linkedWcsUrl": "https://ows.dea.ga.gov.au/",
"linkedWcsCoverage": "ga_s2ls_intertidal_cyear_3",
"leafletUpdateInterval": 750,
"tileErrorHandlingOptions": {
"ignoreUnknownTileErrors": true
},
"shortReport": "<small>For more information and to download data, visit the <a href='https://docs.dea.ga.gov.au/data/product/dea-intertidal-elevation-landsat/'>DEA Intertidal product description</a></small>",
"featureInfoTemplate": {
"template": "<div style='width:510px'><h1 style='font-weight:normal'>Digital Earth Australia Intertidal</h1>This location had an elevation above modelled Mean Sea Level (MSL): <h1 style='font-weight:normal'><b>{{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.elevation}}{{/terria.formatNumber}} metres (± {{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.elevation_uncertainty}}{{/terria.formatNumber}})</b></h1>It was exposed from tidal inundation for: <h2 style='font-weight:normal'><b>{{data.0.bands.exposure}}%</b> of the <b>{{#terria.formatDateTime}}{format: \"yyyy\"}{{data.0.time}}{{/terria.formatDateTime}}</b> analysis period</h2><hr><br>At this location, satellite data included images of the coast at tide heights from <b>{{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.ta_lot}}{{/terria.formatNumber}}</b> to <b>+{{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.ta_hot}}{{/terria.formatNumber}}</b> metres above MSL, compared to the full astronomical tide range of <b>{{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.ta_lat}}{{/terria.formatNumber}}</b> to <b>+{{#terria.formatNumber}}{maximumFractionDigits:2}{{data.0.bands.ta_hat}}{{/terria.formatNumber}}</b> metres above MSL.<br><br>This resulted in satellite data observing <b>{{data.0.bands.ta_spread}}%</b> of the astronomical tide range, and failing to observe the lowest <b>{{data.0.bands.ta_offset_low}}%</b> and highest <b>{{data.0.bands.ta_offset_high}}%</b> of tides.<br><br><hr><br><small>For more information about intertidal mapping accuracy and limitations or to download data, visit the <a href='https://docs.dea.ga.gov.au/data/product/dea-intertidal-elevation-landsat/'>DEA Intertidal product description.</a></small><br/><br/></div>"
},
"id": "ab1264fr",
},
{
"type": "wms",
"name": "DEA Intertidal Elevation (Landsat)",
Expand Down

0 comments on commit c2d6345

Please sign in to comment.