Skip to content

Commit

Permalink
Updated dswx_ni_sas_schema.yaml to match what is actually bundled wit…
Browse files Browse the repository at this point in the history
…h the current interface delivery
  • Loading branch information
Scott Collins committed May 2, 2024
1 parent 239b16a commit be94f24
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/opera/pge/dswx_ni/schema/dswx_ni_sas_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ runconfig:
# REQUIRED - list of RTC products (directory or files)
input_file_path: list(str(), min=1)
# Placeholder for historical GCOV data
input_file_path_historical: list(str(), min=1, required=False)
input_file_historical_path: list(str(), min=1, required=False)
# Specify the MGRS tile collection ID
input_mgrs_collection_id: str(required=False)

dynamic_ancillary_file_group:
# Digital elevation model
Expand Down Expand Up @@ -81,9 +83,6 @@ runconfig:

product_version: num(required=False)

# Specify the MGRS tile collection ID
output_mgrs_collection_id: str(required=False)

# DSWx-NI product format (default is 'COG')
output_imagery_format: enum('GTiff', 'COG', required=False)

Expand Down

0 comments on commit be94f24

Please sign in to comment.