Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Ping: curtvprice -- RE: USGS waterservices xml

$
0
0
Curt or anyone else that has experience with the USGS waterservices webservice,

We have developed some Geoprocessing tools that are integrating the Instantaneous Values Web Service (http://waterservices.usgs.gov/rest/IV-Service.html) and using the return xml to create hydrographs, dynamic maps (.mxd's) that add these hydrographs as attachments to a FGDB, and some limited efforts to publish these to our internal ArcGIS Online portal. These are mostly tools for status reporting and supplemental materials in larger reports. All is working great but we'd like to expand them a bit...

Without getting too far into the details of the geoprocessing tools and the outputs, we are also interested in accessing some of the other more detailed statistics that are available from the groundwaterwatch page(s) that generate the percentile ranking statistics over the period of record for individual wells for each month.

What is not clear is that the DV Webservice (http://waterservices.usgs.gov/rest/DV-Test-Tool.html) inidcates that a statistic "statCd" parameter can be included in the url string. And looking at the list of Statistics Codes (http://help.waterdata.usgs.gov/stat_code), it appears that these percentile values are available. However, when ever I include this parameter into the url string, nothing is returned. For example,

http://waterservices.usgs.gov/nwis/d...1&statCd=01900


Any tips? Is the chart in the site statistic section from this page http://groundwaterwatch.usgs.gov/AWL...080233501&ncd= available from one of the webservices? Can it generate an XML construct?

Thanks!
james

Viewing all articles
Browse latest Browse all 2485