Skip to content

Commit

Permalink
Updated dswx_hls_sas_schema.yaml to comply with CalVal v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Feb 2, 2023
1 parent f7f3a29 commit 5767bde
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions src/opera/pge/dswx_hls/schema/dswx_hls_sas_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 5767bde

Please sign in to comment.