carlos-alberto-silva / rGEDI

rGEDI: An R Package for NASA's Global Ecosystem Dynamics Investigation (GEDI) Data Visualization and Processing.
164 stars 66 forks source link

getting started don't download the right files #21

Closed pobsteta closed 3 years ago

pobsteta commented 3 years ago

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 ?

caiohamamura commented 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.