From 5767bdec5a8659a40337e0a30388a2b14a69f03f Mon Sep 17 00:00:00 2001 From: Scott Collins Date: Thu, 2 Feb 2023 11:38:18 -0800 Subject: [PATCH] Updated dswx_hls_sas_schema.yaml to comply with CalVal v3.3 --- .../dswx_hls/schema/dswx_hls_sas_schema.yaml | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/opera/pge/dswx_hls/schema/dswx_hls_sas_schema.yaml b/src/opera/pge/dswx_hls/schema/dswx_hls_sas_schema.yaml index 5e4fe911..7d5a1094 100644 --- a/src/opera/pge/dswx_hls/schema/dswx_hls_sas_schema.yaml +++ b/src/opera/pge/dswx_hls/schema/dswx_hls_sas_schema.yaml @@ -15,22 +15,32 @@ runconfig: dynamic_ancillary_file_group: # Digital elevation model file + # (REQUIRED if check_ancillary_inputs_coverage is True) dem_file: str(required=False) # Digital elevation model description - dem_description: str(required=False) + dem_file_description: str(required=False) # Copernicus Global Land Service (CGLS) Land Cover Layer file + # (REQUIRED if check_ancillary_inputs_coverage is True) landcover_file: str(required=False) # Copernicus Global Land Service (CGLS) Land Cover Layer description - landcover_description: str(required=False) + landcover_file_description: str(required=False) # ESA WorldCover map file + # (REQUIRED if check_ancillary_inputs_coverage is True) worldcover_file: str(required=False) # ESA WorldCover map description - worldcover_description: str(required=False) + worldcover_file_description: str(required=False) + + # NOAA GSHHS shapefile + # (REQUIRED if check_ancillary_inputs_coverage is True) + shoreline_shapefile: str(required=False) + + # NOAA GSHHS shapefile description + shoreline_shapefile_description: str(required=False) primary_executable: product_type: enum('DSWX_HLS') @@ -76,6 +86,9 @@ runconfig: # Copernicus CGLS Land Cover 100m forest classes copernicus_forest_classes: list(int(), min=0, required=False) + # Ocean masking distance from shoreline in km + ocean_masking_shoreline_distance_km: num(required=False) + # Layer 1 - WTR save_wtr: bool(required=False) @@ -122,10 +135,10 @@ runconfig: # of 3660 pixels x 3660 pixels for the PNG browse image. # If these fields are left empty, 1024 x 1024 will be used. - # Height in pixels + # Height in pixels for the PNG browse image browse_image_height: int(min=1, required=False) - # Width in pixels + # Width in pixels for the PNG browse image browse_image_width: int(min=1, required=False) # Flag to exclude the Partial Surface Water Aggressive (PSW-Agg)