NREL / rex

REsource eXtraction Tool (rex)
https://nrel.github.io/rex
BSD 3-Clause "New" or "Revised" License
19 stars 10 forks source link

Add reasonable error message when NREL HSDS server is overloaded #161

Closed grantbuster closed 1 year ago

grantbuster commented 1 year ago

Why this feature is necessary: We get constant confusion over the error Error retrieving data: None which is typical when the NREL API/server is overloaded or when the data request is too big. We should intercept this error and point users to this example: https://nrel.github.io/rex/misc/examples.hsds.html

grantbuster commented 1 year ago

Fixed in #165