Jordan S Read

Results 57 comments of Jordan S Read

ahh, that is a good solution. works for a list too, thanks

agreed. My thoughts are that you need maybe a bit too much insider knowledge to use the WQP service calls right now. without calls getting out of hand.

This this currently a WIP, or is there a branch that has this functionality on it?

I'm looking at the above and trying to use for the funky monIDs that exist (Like Sam's example of `COE/ISU_WQX-17630001`) The example does this: ```r things

How common is this issue? ```r wqp_sites % dplyr::select(OrganizationIdentifier, OrganizationFormalName, MonitoringLocationIdentifier) %>% group_by(OrganizationIdentifier, OrganizationFormalName) %>% summarize(bad_mon_ID_cnt = sum(stringr::str_extract(MonitoringLocationIdentifier, "/") == '/', na.rm = TRUE)) %>% filter(bad_mon_ID_cnt > 0) %>% arrange(desc(bad_mon_ID_cnt))...

We could catch and expand all dots at the beginning of `geoknife` and send the appropriate matches over to the methods for stencil, fabric, and/or knife? All non-matches end up...

``` r geoknife(stencil, fabric, knife, times=c(1,2), fabric.url='something', stencil.url='something.else.com', values='Wisconsin', wait=TRUE) ```

Anyone else have thoughts or needs for this kind of thing in their workflow? If so, :+1: this issue.

Is a public data release needed for this? Otherwise, no, looks good. Thanks for doing this.