Search found 5 matches
- Tue Mar 04, 2025 1:11 pm America/New_York
- Forum: Home
- Question: Best practices for avoiding NLDAS server timeouts
- Replies: 1
Best practices for avoiding NLDAS server timeouts
Hi, I've developed some R code that accesses the hourly NLDAS data rods (ASCII) via url by generating links specifying the time frame and NLDAS cells needed for various data elements. I query these URLs in parallel to speed up the process, as it can be quite lengthy over a large time frame. One thin...
- Mon Feb 10, 2025 4:40 pm America/New_York
- Forum: Home
- Question: 401 Error Code, Using R and GET()
- Replies: 2
Re: 401 Error Code, Using R and GET()
Hi,
I mistakenly posted to the forum twice, with more detail in the second post. Didn't figure out how to delete the original as I'm a new forum user, so feel free to delete if necessary! Thanks!
I mistakenly posted to the forum twice, with more detail in the second post. Didn't figure out how to delete the original as I'm a new forum user, so feel free to delete if necessary! Thanks!
- Tue Feb 04, 2025 11:51 am America/New_York
- Forum: Home
- Question: 401 Authentication Issue, Connecting to NLDAS with R's GET
- Replies: 3
Re: 401 Authentication Issue, Connecting to NLDAS with R's GET
Hi, Thanks for the reply - I actually ended up resolving this issue by following the instructions here to associate my .netrc file with the query (https://urs.earthdata.nasa.gov/documentation/for_users/data_access/r) and my queries are working now. I'm not sure how or why they were working previousl...
- Thu Jan 30, 2025 1:28 pm America/New_York
- Forum: Home
- Question: 401 Authentication Issue, Connecting to NLDAS with R's GET
- Replies: 3
401 Authentication Issue, Connecting to NLDAS with R's GET
Hi, I'm attempting to connect to the NLDAS Forcing dataset via GrADS server ASCII calls, generated in R and called through R's GET() function via the HTTR package. I've generated a series of URLs that seem to work when pasted into my browser (with username/password authentication via prompt), howeve...
- Thu Jan 30, 2025 12:33 pm America/New_York
- Forum: Home
- Question: 401 Error Code, Using R and GET()
- Replies: 2
401 Error Code, Using R and GET()
Hello, I am trying to access NLDAS data via GDS as ASCII text. I've generated a series or URLs to call within R's httr::GET() function (see example below). I've confirmed the urls return data in browser, and was able to authenticate via my browser to view the data, however when I try to automate acc...