JesJehle / earthEngineGrabR

Simplify the acquisition of remote sensing data
https://jesjehle.github.io/earthEngineGrabR/
53 stars 5 forks source link

"NOAA/CFSR" returning Error: With the given product argument no valid data could be requested. #10

Open arupakaa opened 4 years ago

arupakaa commented 4 years ago

Tried this data set both with and without bands selected. It works in GEE, so there data is there. It is a massive collection of data and the identifier seems kind of truncated, so I'm wondering... Does it require a more specific name? Or does google block transfers/requests beyond a certain size?

Would be awesome if you can debug. This is a majorly useful datagrab.

Otherwise, keep up the awesome work!

Thanks!

JesJehle commented 4 years ago

Hi, just tested the data on on the ee code editor and found that there are no images available after 2017. So the filter give back an empty image collection which causes an error.

arupakaa commented 4 years ago

Hi, just tested the data on on the ee code editor and found that there are no images available after 2017. So the filter give back an empty image collection which causes an error.

Thanks for looking into this! Appreciate your continued developement of this. Any thoughts on impementing time series?