Skip to content

MODIS Terra depreciated : New Links #6

@MathildeBossut

Description

@MathildeBossut

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! 💯😄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions