-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DSWx-HLS SAS Beta Integration #87
Conversation
PGE now expects output file name info to be contained by the SAS portion of the config
…e not properly filtered out
…t tif files, and include it with the file-naming conventions.
…beta DSWx SAS delivery
@@ -187,7 +187,7 @@ def __getattribute__(self, item): | |||
except KeyError as error: | |||
# TODO: create exceptions package with more intuitive exception class names | |||
raise RuntimeError( | |||
f'Expected field "{str(error)}" is missing from RunConfig ' | |||
f'Expected field {str(error)} is missing from RunConfig ' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opinion: Having the keyword error in quotes highlights the error. Sometimes messages and blend into the text and take a second look to read clearly.
@@ -338,15 +333,19 @@ def get_input_filenames(self): | |||
|
|||
input_files = [] | |||
|
|||
def __is_input_file(filename): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason to use '__' rather than '_' to identify the method as internal? Just wondering for future use?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minimal comments. Looks good. Nice job Scott. |
This PR adds the necessary changes for the current DSWx-HLS PGE code to accommodate the new SAS beta delivery image. Changes include: