You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the code lai = hyd.Parameter(session, "earthengine-public", 'MODIS/061/MOD15A2H', bands=['Lai_500m']) basinLai = lai.getModelDomain(model, scaleFactor=10)
there is a KeyError: 'properties'.
The original code is as follows lai = hyd.Parameter(session, "earthengine-legacy", "users/kelmarkert/public/lai_climatology_2002_2019")
Is there a way to work directly with the MODIS dataset in Earth Engine for Leaf Area Index and Albedo instead of accessing your repository?
The text was updated successfully, but these errors were encountered:
When I use the code
lai = hyd.Parameter(session, "earthengine-public", 'MODIS/061/MOD15A2H', bands=['Lai_500m']) basinLai = lai.getModelDomain(model, scaleFactor=10)
there is a KeyError: 'properties'.
The original code is as follows
lai = hyd.Parameter(session, "earthengine-legacy", "users/kelmarkert/public/lai_climatology_2002_2019")
Is there a way to work directly with the MODIS dataset in Earth Engine for Leaf Area Index and Albedo instead of accessing your repository?
The text was updated successfully, but these errors were encountered: