-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
In modis_toolbox.py, the GA/QG data products of MODIS Terra have been depreciated and are now tranferred to new products.
#Depreciated MODIS/006/MOD09GQ -->"MODIS/061/MOD09GQ"
#Depreciated MODIS/006/MOD09GA --> "MODIS/061/MOD09GA"
def get_terra(roi, date_range): terra_gq = ee.ImageCollection("MODIS/061/MOD09GQ").filterDate(date_range)\ .filterBounds(roi) terra_ga = ee.ImageCollection("MODIS/061/MOD09GA").filterDate(date_range)\ .filterBounds(roi) return ee.ImageCollection(join_collections(dfo_bands_gq(terra_gq), dfo_bands_ga(terra_ga)))
Thanks for providing this methodology! 💯😄
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels