BASIN-3D / basin3d

The core BASIN-3D application that uses a generalized data synthesis model that applies across a variety of earth science observation types (hydrology, geochemistry, climate etc.). https://basin3d.readthedocs.io/
Other
12 stars 4 forks source link

Consider back up endpoint for EPA WQX geoserver wfs endpoint that is currently not working #192

Closed dschristianson closed 1 month ago

dschristianson commented 3 months ago

Describe the bug We use the EPA WQX endpoint to generate monitoring features for the EPA data source: https://www.waterqualitydata.us/ogcservices/wfs?request=GetFeature&service=wfs&version=2.0.0&typeNames=wqp_sites&SEARCHPARAMS=providers%3ASTORET&outputFormat=application%2Fjson (additional SEARCHPARAMS supported).

The service is having issues (on the WQX side): `

No feature types specified ` There are other EPA WQX endpoints that can provide the same data just in a csv format versus a json. Consider migrating plugin to use the other endpoint options if an error is returned from the ~/ogcservices/wfs one. Water Quality Portal: https://www.waterqualitydata.us/ (v2.2) and https://www.waterqualitydata.us/beta (v3.0) Webservice ref: https://www.waterqualitydata.us/webservices_documentation/ Geoserver docs: https://docs.geoserver.org/stable/en/user/services/wfs/reference.html#getfeature