Closed RussellGrayxd closed 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.
For example, in case you would like to try:
--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.
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.
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.
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)