Skip to content

Commit 5b431da

Browse files
authored
Merge pull request #1419 from GeoscienceAustralia/coastal_ows_dev_update
Coastal ows dev update
2 parents 41ef4d2 + d434be4 commit 5b431da

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

dev/services/wms/ows_refactored/sea_ocean_coast/intertidal_c3/ows_intertidal_cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ows_refactored.ows_reslim_cfg import reslim_standard
1+
from ows_refactored.ows_reslim_cfg import reslim_wms_unlimited
22
from ows_refactored.sea_ocean_coast.intertidal_c3.style_intertidal_cfg import \
33
styles_intertidal_list
44

@@ -36,7 +36,7 @@
3636
"product_name": "ga_s2ls_intertidal_cyear_3",
3737
"bands": bands_intertidal,
3838
"time_resolution": "summary",
39-
"resource_limits": reslim_standard,
39+
"resource_limits": reslim_wms_unlimited,
4040
"native_crs": "EPSG:3577",
4141
"native_resolution": [10, -10],
4242
"image_processing": {

dev/services/wms/ows_refactored/sea_ocean_coast/tidal_composites_c3/ows_tidal_composites_cfg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from ows_refactored.ows_reslim_cfg import reslim_standard
1+
from ows_refactored.ows_reslim_cfg import reslim_wms_unlimited
22
from ows_refactored.sea_ocean_coast.tidal_composites_c3.style_tidal_composites_cfg import \
33
styles_tidal_composites_list
44

@@ -33,7 +33,7 @@
3333
"product_name": "ga_s2_tidal_composites_cyear_3",
3434
"bands": bands_tidal_composites,
3535
"time_resolution": "summary",
36-
"resource_limits": reslim_standard,
36+
"resource_limits": reslim_wms_unlimited,
3737
"native_crs": "EPSG:3577",
3838
"native_resolution": [10, -10],
3939
"image_processing": {

dev/terria/terria-cube-v8.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,9 +1196,9 @@
11961196
{
11971197
"type": "geojson",
11981198
"name": "DEA Intertidal 32 km tile grid",
1199-
"url": "https://data.dea.ga.gov.au/derivative/ga_s2ls_intertidal_cyear_3/ga_summary_grid_c3_32km_coastal.geojson",
1199+
"url": "https://data.dea.ga.gov.au/derivative/ga_s2ls_intertidal_cyear_3/ga_summary_grid_sentinel_c3_intertidal.geojson",
12001200
"featureInfoTemplate": {
1201-
"template": "<div style='width:350px'><h1 style='font-weight:normal'>Digital Earth Australia Intertidal 32 km tile grid</h1>This grid file was used to generate DEA Intertidal outputs. It contains unique 'region_code' IDs for each grid cell and access links to the data on Amazon S3.<h3 style='font-weight:normal'><b>Tile region code:</b> {{region_code}}</h3><h3 style='font-weight:normal'><a href='{{data_access}}'><b>Data access and download</b></a></h3><hr><br><small>For additional data access options, visit the <a href='https://knowledge.dea.ga.gov.au/data/product/dea-intertidal/'>DEA Intertidal product description.</a></small></div>"
1201+
"template": "<div style='width:350px'><h1 style='font-weight:normal'>Digital Earth Australia Intertidal 32 km tile grid</h1>This grid file was used to generate DEA Intertidal outputs. It contains unique 'region_code' IDs for each grid cell.<h3 style='font-weight:normal'><b>Tile region code:</b> {{region_code}}</h3><hr><br><small>For data access options, visit the <a href='https://knowledge.dea.ga.gov.au/data/product/dea-intertidal/'>DEA Intertidal product description.</a></small></div>"
12021202
},
12031203
"id": "gtBB45t"
12041204
}

0 commit comments

Comments
 (0)