environmental-modeling-workflows / watershed-workflow

Python workflows for data-rich, hyper-resolution simulations of hydrologic models on watersheds.
Other
66 stars 29 forks source link

MODIS LAI data #61

Closed lijingwang closed 10 months ago

lijingwang commented 1 year ago

Hi ww team,

I recently encountered an issue that I can not download the MODIS data using watershed workflow. I can do that in mid June and it doesn't work now. So I guess that could be because of a new update from the AppEEARS.

I checked on the AppEEARS website:

MODIS Version 6.0 data products have been decommissioned and removed from AppEEARS as of Monday, July 31, 2023 with the exception of the Land Water Mask (MOD44W). Users are encouraged to use MODIS Version 6.1 data products.

If you don't have the same issue, please let me know as well. Thanks!

Best, Lijing.

lijingwang commented 1 year ago

Should update the manager_modis_appeears.py with the new product.

_PRODUCTS = {
    'LAI': {
        "layer": "Lai_500m",
        "product": "MCD15A3H.061" #MCD15A3H.006
    },
    'LULC': {
        "layer": "LC_Type1",
        "product": "MCD12Q1.061" #MCD12Q1.006
    },
} 
pinshuai commented 11 months ago

I notice the same change in AppEEARS portal. Could you start a PR on this?

lijingwang commented 11 months ago

Hi Pin,

I think they have updated the MODIS part for the new version of ww.