DOI-BOR / PyForecast

PyForecast is a statistical modeling tool used by Reclamation water managers and reservoir operators to train and build predictive models for seasonal inflows and streamflows. PyForecast allows users to make current water-year forecasts using models developed with the program.
Other
28 stars 12 forks source link

NRCS SOAP Service Error #42

Closed tjrocha closed 4 years ago

tjrocha commented 4 years ago

Instantiating a connection to the NRCS service via NRCS = Client('https://www.wcc.nrcs.usda.gov/awdbWebService/services?WSDL') now fails. Error shown below. E-mailed NRCS to inquire about the error. This impacts both existing PyForecast installations and NextFlow -- something probably changed on the NRCS side...

Files: ..\PyForecast\Resources\DataLoaders\Default\NRCS_WCC.py ..\NextFlow\resources\DataLoaders\NRCS_WCC.py

Error: HTTPSConnectionPool(host='wcc.sc.egov.usda.gov', port=443): Max retries exceeded with url: /awdbWebService/services?WSDL (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x3681E0D0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it',))

tjrocha commented 4 years ago

This is an NRCS issue. Closing.