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

Date range doesn't work for any dates except example #20

Closed RussellGrayxd closed 4 years ago

RussellGrayxd commented 4 years ago

I've tried dozens of combinations at this point between the example dates "2019-07-01" and "2020-05-22" for the gedifinder() function. None of them work. Every other combination of date ranges returns: Error in gedifinder(product = "GEDI01_B", ul_lat, ul_lon, lr_lat, lr_lon, : There are not GEDI data avalaible between "date1" and "date2"

Note that I added "date1" and "date2" to substitute the dozens of dates I've used so far.

Here is some example code that doesn't work:

Specifying the date range

daterange=c("2020-01-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)

caiohamamura commented 4 years ago

What are the lat and lon you are using? Do you know if there are GEDI data available for these date range and lat lon? Maybe the message is accurately telling what is actually happening.

RussellGrayxd commented 4 years ago

For example, in case you would like to try:

Study area boundary box coordinatesul_lat<- 11.35488lr_lat<- 11.59069ul_lon<- 107.05699lr_lon<- 107.51460

Specifying the date rangedaterange=c("2020-01-01","2020-05-22")

Get path to GEDI datagLevel1B<-gedifinder(product="GEDI01_B",ul_lat, ul_lon, lr_lat, lr_lon,version="001",daterange=daterange)

--Russell J. Gray Wildlife Ecology & Conservation Consultant 0934581341   rgrayherpetology@gmail.com

https://www.rjgrayecology.com/ | | 705 alligator ranch rd. New Smyrna Beach, FL, USA. 32168 |

On Monday, August 3, 2020, 11:38:11 p.m. GMT+7, Russell Gray <russell_graypt@yahoo.com> wrote:  
My lat long range is over a large biosphere area in Vietnam... When I use the example date range the functions work fine, but the resulting data return is 7314 MB. I don't need that much data.  --Russell J. Gray Wildlife Ecology & Conservation Consultant 0934581341   rgrayherpetology@gmail.com

https://www.rjgrayecology.com/ | | 705 alligator ranch rd. New Smyrna Beach, FL, USA. 32168 |

On Monday, August 3, 2020, 11:17:23 p.m. GMT+7, Caio Hamamura <notifications@github.com> wrote:  

What are the lat and lon you are using? Do you know if there are GEDI data available for these date range and lat lon? Maybe the message is accurately telling what is actually happening.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

RussellGrayxd commented 4 years ago
My lat long range is over a large biosphere area in Vietnam... When I use the example date range the functions work fine, but the resulting data return is 7314 MB. I don't need that much data.  --Russell J. Gray Wildlife Ecology & Conservation Consultant 0934581341   rgrayherpetology@gmail.com

https://www.rjgrayecology.com/ | | 705 alligator ranch rd. New Smyrna Beach, FL, USA. 32168 |

On Monday, August 3, 2020, 11:17:23 p.m. GMT+7, Caio Hamamura <notifications@github.com> wrote:  

What are the lat and lon you are using? Do you know if there are GEDI data available for these date range and lat lon? Maybe the message is accurately telling what is actually happening.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

caiohamamura commented 4 years ago

There are no data available for 2020 in the bbox you provided. Please, if no data returns search in the NASA earthdata portal before posting issues.