Skip to content

Commit

Permalink
Merge pull request #1009 from GeoscienceAustralia/fix_WO_error
Browse files Browse the repository at this point in the history
Fix wo error
  • Loading branch information
erin-telfer authored Jan 18, 2022
2 parents 4733432 + 40a94b6 commit 7b8c7d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
c3_wofs_layer = {
"title": "DEA Water Observations Multi Year (Landsat)",
"name": "ga_ls_wo_fq_myear_3",
"abstract": """Geoscience Australia Landsat Water Observations Frequency Multi Year Collection 3
"abstract": """Geoscience Australia Landsat Water Observations Frequency Multi-Year Collection 3.
For service status information, see https://status.dea.ga.gov.au
""",
"product_name": "ga_ls_wo_fq_myear_3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"resource_limits": reslim_wms_min_zoom_15_cache_rules,
"native_crs": "EPSG:3577",
"native_resolution": [30, -30],
"time_resolution": "year",
"time_resolution": "month",
"flags": [
{
"band": "land",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"resource_limits": reslim_wms_min_zoom_15_cache_rules,
"native_crs": "EPSG:3577",
"native_resolution": [30, -30],
"time_resolution": "year",
"time_resolution": "month",
"flags": [
{
"band": "land",
Expand Down

0 comments on commit 7b8c7d8

Please sign in to comment.