Laura DeCicco

Results 55 comments of Laura DeCicco

@dblodgett-usgs @mikejohnson51 I'm hoping to do an update to dataRetrieval in the next couple of weeks. Should we switch this to a list of 1 element so that the user...

Since there was no response to the last query, I'm going to tag this issue as on "hold". If work resumes, we can update the tags as necessary.

AWESOME, thanks! Here's what I added on in case anyone else is trying to do the same thing: ```r library(AOI) library(terra) library(climateR) library(dataRetrieval) library(sf) library(nhdplusTools) library(tidyverse) nldi_nwis

Is there a favorite sub-daily precip source? I can put together a quick example of sub-daily if that would be helpful (and if such precip data exists which I assume...

I created an Earthdata account and ran the `writeNetrc` function. When I then ran: ```r pr

I've tried both on and off our VPN with no luck. I added: ```r Sys.setenv(CURLOPT_SSL_VERIFYPEER = FALSE, CURLOPT_SSL_VERIFYHOST = FALSE, CURLOPT_SSL_VERIFYSTATUS = FALSE, CURLOPT_VERBOSE = TRUE) pr2

Shifted this to making a sub function of importWQP. This allows much easier loops, which then allow much easier benchmarking: ```r wi_phos mutate(Lat = as.numeric(MonitoringLocationLatitude), Lon = as.numeric(MonitoringLocationLongitude)) |> group_by(Site,...

(Copying this from #270 ): You'll have to setup the R client to use the proxy. It should hopefully be somewhat straight forward. I don't have a proxy to test...

So what exactly (OK, not exactly... don't paste in a password) do you have written in your .Renviorn? Is it: ```r library(httr) set_config(use_proxy(url="o365proxy.pa.gov", port=8080, username="user:pw")) ``` (above it sounded like...