urbanopt / urbanopt-cli

URBANopt command line interface
https://docs.urbanopt.net/
Other
6 stars 2 forks source link

error handling for non-US weatherfiles #443

Closed vtnate closed 1 year ago

vtnate commented 1 year ago

Resolves #438

Pull Request Description

Raise an informative error if the weatherfile is not able to match to a known climate zone. This happens if a user tries to use a non-US weather file, and may also catch other errors in the weather file.

Checklist (Delete lines that don't apply)

~- [ ] Unit tests have been added or updated~