WSWUP / pymetric

Python implementation of the METRIC model
Apache License 2.0
32 stars 16 forks source link

Limit "years" parameter/argument in CDL download tool to 2008 and later #58

Closed cgmorton closed 5 years ago

cgmorton commented 5 years ago

This could be added as a "choices" parameter in the argparse call, but should probably also be added in the main function. The script currently returns a zipfile.BadZipFile error if you select 2007 or earlier, which isn't very helpful to the user.