Closed Leprechault closed 1 year ago
it is not the login problem. Looks like you are not getting any records from gedifinder().
Thanks @Rapsodia86, but I have the same error output if I try the package example in GitHub start page.
Can you just try this:
library(rGEDI)
# Study area boundary box coordinates
ul_lat<- -44.0654
lr_lat<- -44.17246
ul_lon<- -13.76913
lr_lon<- -13.67646
# Specifying the date range
daterange=c("2019-07-01","2020-05-22")
outdir=getwd()
# Get path to GEDI data
gLevel1B<-gedifinder(product="GEDI01_B",ul_lat, ul_lon, lr_lat, lr_lon,version="002",daterange=daterange)
then print:
length(gLevel1B)
?
And try to download data without creating netrc file just providing username and password on pop ups?
gediDownload(filepath=gLevel1B,outdir=outdir)
length(gLevel1B)
[1] 7
gediDownload(filepath=gLevel1B,outdir=outdir)
------------------------------
Downloading file 1/7: GEDI01_B_2019226215413_O03805_04_T02285_02_005_01_V002.h5
------------------------------
Connecting...
Connected successfully, downloading...
Thanks @Rapsodia86, problem solved!!
I´d like to download some files, but the login doesn't work in W11.
I try to:
Please, any help with it?