noaa-oar-arl / monetio

The Model and ObservatioN Evaluation Tool I/O package
https://monetio.readthedocs.io
MIT License
17 stars 30 forks source link

Fix ISH for empty sites #109

Closed zmoon closed 1 year ago

zmoon commented 1 year ago

Discovered some bugs related to empty sites while setting up ISH support for MM.

zmoon commented 1 year ago

Note EPA AQS link check was briefly failing is failing intermittently

( index: line 73) broken https://www.epa.gov/aqs/ - HTTPSConnectionPool(host='origin-awswest-www.epa.gov', port=443): Max retries exceeded with url: /aqs (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f04b087e880>: Failed to establish a new connection: [Errno 110] Connection timed out'))

usually it succeeds if I just run it a second time though, weird