Input for WaterML

421
1
07-18-2019 02:06 PM
AndrewMilanes
Occasional Contributor II

Does anyone have any suggestions on how to ingest WaterML formatted data?  I would like to use USGS REST services for real-time stream gauge data:

https://waterservices.usgs.gov/rest/IV-Test-Tool.html

This is the URL that I generated that I want to use as input:

https://waterservices.usgs.gov/nwis/iv/?format=waterml,2.0&stateCd=la&parameterCd=00065&siteStatus=a...

I've tried numerous options for ingesting the XML feed with no luck.

Thanks in advance!

0 Kudos
1 Reply
SeanRedar
New Contributor III

I know this is a bit old.  Install the multi-cardinal field splitter and have the USGS feed respond with JSON.  You can break down the JSON structure using the mc field splitter in a few steps.  Seems like ESRI would have a methods to work with waterml but typically ESRI they don't, at least I haven't seen anything.  Probably better, use the Notebook server and python, way more robust.

0 Kudos