You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten more frequent requests for help getting subdaily precip data. At one point I had found some references, but I don't remember anymore where that was (I assume it's somewhere in https://mikejohnson51.github.io/climateR/)
I remember needing to create an Earthdata account, using writeNetrc to store the username and password in the .netrc file. I authorized some applications on the Earthdata website, but I wonder if there are more specific instructions on what applications to authorize here?: https://urs.earthdata.nasa.gov/application_search
siteID<-'04087214'startDate<-"2023-09-29"endDate<-"2023-10-29"# Get basin with dataRetrievalbasin<-dataRetrieval::findNLDI(nwis=siteID, find="basin")[['basin']] |>
mutate(siteID=siteID)
Sys.setenv(CURLOPT_SSL_VERIFYPEER=FALSE)
pr<- getNLDAS(AOI=basin,
model="FORA0125_H.002",
varname="apcpsfc",
startDate=startDate, endDate=endDate)
Note:Caching=1Error:curlerror:SSLpeercertificateorSSHremotekeywasnotOKcurlerrordetails:Warning:oc_open:CouldnotreadurlErrorin open.nc(glue("{url}?{T_name}")) :NetCDF:I/Ofailure
I'm trying to work with my IT group to see if there's anything we can do, but I want to gather as much information as possible ahead of time. Thanks! There's clearly a ton of interest in using this package, we (USGS) just need to figure out how to get the data through to our government computers...
The text was updated successfully, but these errors were encountered:
I've gotten more frequent requests for help getting subdaily precip data. At one point I had found some references, but I don't remember anymore where that was (I assume it's somewhere in https://mikejohnson51.github.io/climateR/)
I remember needing to create an Earthdata account, using
writeNetrc
to store the username and password in the .netrc file. I authorized some applications on the Earthdata website, but I wonder if there are more specific instructions on what applications to authorize here?:https://urs.earthdata.nasa.gov/application_search
I also tried following the Readme workflow:
I'm trying to work with my IT group to see if there's anything we can do, but I want to gather as much information as possible ahead of time. Thanks! There's clearly a ton of interest in using this package, we (USGS) just need to figure out how to get the data through to our government computers...
The text was updated successfully, but these errors were encountered: