Laura DeCicco

Results 55 comments of Laura DeCicco

Also work on a cross-walk of pcode to characteristicName: https://www.waterqualitydata.us/public_srsnames/

Might be easier to work with: https://www.waterqualitydata.us/Codes/public_srsnames/?mimeType=json

Let's verify with WQP developers what service would be best to use here.

OK, looks like the service we want is: https://www.waterqualitydata.us/Codes/characteristicname?text=Oxygen&pagesize=200&pagenumber=1&mimeType=json There's a blurb about it at the very bottom here: https://www.waterqualitydata.us/webservices_documentation/

1. Construct a URL to: https://www.waterqualitydata.us/Codes/characteristicname?text= [USERS Request!] &pagesize=200&pagenumber=1&mimeType=json Check constructNWISURL, constructWQPURL Create a whole new function constructWQP_validate_url. Something like..... ```r constructWQP_validate_url

I didn't figure it out, but I figured out a way to do it with the list stuff: ```r temp_string2

OK, my brain is absolutely breaking trying to taking this one layer deeper....being able to reference the "parent" (one level up) would help me a ton. Is it possible in...

Can you send me: 1. an eList that fails with the R update 2. an eList that did fail and now doesn't I think you can attach to these issues...

Truthfully, I don't think this would be do-able in the near future, but I'll leave it open because it does sound cool!