dbekaert / RAiDER

Raytracing Atmospheric Delay Estimation for RADAR
Apache License 2.0
70 stars 39 forks source link

Add None checks to aws.get_s3_file #658

Closed garlic-os closed 2 months ago

garlic-os commented 3 months ago

Description

Adds a check to ensure the value returned from aws.get_s3_file is not None in every place that it is used. If the value is None, execution is halted with an error message that better explains what went wrong.

Motivation and Context

Fixes #648.

How Has This Been Tested?

Added regression tests to ensure the proper messages are shown when a GUNW file is not produced. (TO DO)

Type of change

Checklist: