Skip to content

Commit

Permalink
Merge pull request #1050 from GeoscienceAustralia/decommission-c2
Browse files Browse the repository at this point in the history
remove c2 product ows layers and catalog
  • Loading branch information
pindge authored Apr 8, 2022
2 parents 7afb22c + 025d540 commit c9a5b48
Show file tree
Hide file tree
Showing 28 changed files with 60 additions and 3,917 deletions.
2 changes: 1 addition & 1 deletion check-code.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
set -eu
set -x

find . -name "*.py" | xargs -n1 pylint -j 2 --reports no --disable=W,C,R
find . -path '**/coverage_test' -prune -false -o -name '*.py' | xargs -n1 pylint -j 2 --reports no --disable=W,C,R

set +x
342 changes: 1 addition & 341 deletions dev/services/wms/inventory.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"total_layers_count": 99,
"total_layers_count": 71,
"layers": [
{
"layer": "ga_ls_ard_3",
Expand Down Expand Up @@ -83,108 +83,6 @@
"fmask"
]
},
{
"layer": "ls8_nbart_geomedian_annual",
"product": [
"ls8_nbart_geomedian_annual"
],
"styles_count": 11,
"styles_list": [
"simple_rgb",
"infrared_green",
"ndvi",
"ndwi",
"mndwi",
"blue",
"green",
"red",
"nir",
"swir1",
"swir2"
]
},
{
"layer": "ls7_nbart_geomedian_annual",
"product": [
"ls7_nbart_geomedian_annual"
],
"styles_count": 11,
"styles_list": [
"simple_rgb",
"infrared_green",
"ndvi",
"ndwi",
"mndwi",
"blue",
"green",
"red",
"nir",
"swir1",
"swir2"
]
},
{
"layer": "ls5_nbart_geomedian_annual",
"product": [
"ls5_nbart_geomedian_annual"
],
"styles_count": 11,
"styles_list": [
"simple_rgb",
"infrared_green",
"ndvi",
"ndwi",
"mndwi",
"blue",
"green",
"red",
"nir",
"swir1",
"swir2"
]
},
{
"layer": "ls8_nbart_tmad_annual",
"product": [
"ls8_nbart_tmad_annual"
],
"styles_count": 5,
"styles_list": [
"arcsec_sdev",
"log_edev",
"log_bcdev",
"tmad_rgb_std",
"tmad_rgb_sens"
]
},
{
"layer": "ls7_nbart_tmad_annual",
"product": [
"ls7_nbart_tmad_annual"
],
"styles_count": 5,
"styles_list": [
"arcsec_sdev",
"log_edev",
"log_bcdev",
"tmad_rgb_std",
"tmad_rgb_sens"
]
},
{
"layer": "ls5_nbart_tmad_annual",
"product": [
"ls5_nbart_tmad_annual"
],
"styles_count": 5,
"styles_list": [
"arcsec_sdev",
"log_edev",
"log_bcdev",
"tmad_rgb_std",
"tmad_rgb_sens"
]
},
{
"layer": "ga_ls8c_nbart_gm_cyear_3",
"product": [
Expand Down Expand Up @@ -641,140 +539,6 @@
"non_green_veg_c3_unmasked"
]
},
{
"layer": "fcp_rgb",
"product": [
"fc_percentile_albers_annual"
],
"styles_count": 1,
"styles_list": [
"fc_rgb"
]
},
{
"layer": "fcp_seasonal_rgb",
"product": [
"fc_percentile_albers_seasonal"
],
"styles_count": 1,
"styles_list": [
"simple_rgb"
]
},
{
"layer": "fcp_green_veg",
"product": [
"fc_percentile_albers_annual"
],
"styles_count": 3,
"styles_list": [
"green_veg_10",
"green_veg_50",
"green_veg_90"
]
},
{
"layer": "fcp_non_green_veg",
"product": [
"fc_percentile_albers_annual"
],
"styles_count": 3,
"styles_list": [
"non_green_veg_10",
"non_green_veg_50",
"non_green_veg_90"
]
},
{
"layer": "fcp_bare_ground",
"product": [
"fc_percentile_albers_annual"
],
"styles_count": 3,
"styles_list": [
"bare_ground_10",
"bare_ground_50",
"bare_ground_90"
]
},
{
"layer": "fcp_seasonal_green_veg",
"product": [
"fc_percentile_albers_seasonal"
],
"styles_count": 3,
"styles_list": [
"green_veg_10",
"green_veg_50",
"green_veg_90"
]
},
{
"layer": "fcp_seasonal_non_green_veg",
"product": [
"fc_percentile_albers_seasonal"
],
"styles_count": 3,
"styles_list": [
"non_green_veg_10",
"non_green_veg_50",
"non_green_veg_90"
]
},
{
"layer": "fcp_seasonal_bare_ground",
"product": [
"fc_percentile_albers_seasonal"
],
"styles_count": 3,
"styles_list": [
"bare_ground_10",
"bare_ground_50",
"bare_ground_90"
]
},
{
"layer": "ls5_fc_albers",
"product": [
"ls5_fc_albers"
],
"styles_count": 1,
"styles_list": [
"simple_fc"
]
},
{
"layer": "ls7_fc_albers",
"product": [
"ls7_fc_albers"
],
"styles_count": 1,
"styles_list": [
"simple_fc"
]
},
{
"layer": "ls8_fc_albers",
"product": [
"ls8_fc_albers"
],
"styles_count": 1,
"styles_list": [
"simple_fc"
]
},
{
"layer": "fc_albers_combined",
"product": [
"ls5_fc_albers",
"ls7_fc_albers",
"ls8_fc_albers"
],
"styles_count": 1,
"styles_list": [
"simple_fc"
]
},
{
"layer": "mangrove_cover_v2_0_2",
"product": [
Expand Down Expand Up @@ -869,39 +633,6 @@
"wet"
]
},
{
"layer": "wofs_apr_oct_summary_statistics",
"product": [
"wofs_apr_oct_summary"
],
"styles_count": 2,
"styles_list": [
"seasonal_WOfS_frequency",
"seasonal_WOfS_frequency_blues_transparent"
]
},
{
"layer": "wofs_nov_mar_summary_statistics",
"product": [
"wofs_nov_mar_summary"
],
"styles_count": 2,
"styles_list": [
"seasonal_WOfS_frequency",
"seasonal_WOfS_frequency_blues_transparent"
]
},
{
"layer": "wofs_annual_summary_statistics",
"product": [
"wofs_annual_summary"
],
"styles_count": 2,
"styles_list": [
"annual_WOfS_frequency",
"annual_WOfS_frequency_blues_transparent"
]
},
{
"layer": "wofs_filtered_summary",
"product": [
Expand All @@ -913,66 +644,6 @@
"WOfS_filtered_frequency_blues_transparent"
]
},
{
"layer": "wofs_apr_oct_summary_wet",
"product": [
"wofs_apr_oct_summary"
],
"styles_count": 1,
"styles_list": [
"seasonal_water_observations"
]
},
{
"layer": "wofs_apr_oct_summary_clear",
"product": [
"wofs_apr_oct_summary"
],
"styles_count": 1,
"styles_list": [
"seasonal_clear_observations"
]
},
{
"layer": "wofs_nov_mar_summary_wet",
"product": [
"wofs_nov_mar_summary"
],
"styles_count": 1,
"styles_list": [
"seasonal_water_observations"
]
},
{
"layer": "wofs_nov_mar_summary_clear",
"product": [
"wofs_nov_mar_summary"
],
"styles_count": 1,
"styles_list": [
"seasonal_clear_observations"
]
},
{
"layer": "wofs_annual_summary_wet",
"product": [
"wofs_annual_summary"
],
"styles_count": 1,
"styles_list": [
"annual_water_observations"
]
},
{
"layer": "wofs_annual_summary_clear",
"product": [
"wofs_annual_summary"
],
"styles_count": 1,
"styles_list": [
"annual_clear_observations"
]
},
{
"layer": "wofs_summary_wet",
"product": [
Expand Down Expand Up @@ -1014,17 +685,6 @@
"wofs_confidence"
]
},
{
"layer": "wofs_albers",
"product": [
"wofs_albers"
],
"styles_count": 2,
"styles_list": [
"observations",
"wet"
]
},
{
"layer": "ga_s2_wo_3",
"product": [
Expand Down
Loading

0 comments on commit c9a5b48

Please sign in to comment.