Closed pobsteta closed 3 years ago
They are different, the examples use a tiny clipped sample which are available here https://github.com/carlos-alberto-silva/rGEDI/releases/download/datasets/examples.zip. The reason is because of automated tests that run in CRAN, they would not allow us to download the full GEDI data and it would take insanely long time to validate our package if it needed to download a full GEDI data just to run the examples.
Hi,
When i use : `# 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")
Get path to GEDI data
gLevel1B<-gedifinder(product="GEDI01_B",ul_lat, ul_lon, lr_lat, lr_lon,version="001",daterange=daterange) gLevel2A<-gedifinder(product="GEDI02_A",ul_lat, ul_lon, lr_lat, lr_lon,version="001",daterange=daterange) gLevel2B<-gedifinder(product="GEDI02_B",ul_lat, ul_lon, lr_lat, lr_lon,version="001",daterange=daterange)`
the result are not the right files in example ?