PSU-CSAR / awdb-retrieve

Automation script to download station metadata records from the NRCS Air Water Database.
1 stars 1 forks source link

Removes call to USGS REST service #11

Closed lbross closed 8 months ago

lbross commented 8 months ago

This pull request removes a reference to the get_USGS_metadata() function which added and populated basinarea, USGS_Id, and USGSname from the USGS REST service. This pull request also contains some code for the new stations FCST ACTIVE webservice that is currently in development. All of this code is isolated in the create_forecast_point_ws(). References to this function are commented out since it is not ready for production.