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
These changes will address the move of data and decommissioning of ECS, as well as bring the notebook up to date to use modern tools and approaches.
Use earthaccess to search and access datasets.
a. Use separate calls to earthaccess rather than looping through a dictionary. If we use a dictionary, we have to explain dictionaries and loops.
Use Geopandas to find temporally and spatially coincident data granules.
Use xarray and rioxarray to open and transform MOD10A1 granule, also ASO granule. This also allows xarray's interpolation/resampling functions to be used.
Define ROI polygon in notebook rather than using JSON. There is a missing step of how to generate the GeoJSON or how to define the polygon.
Use harmony-py to subset MODIS
The text was updated successfully, but these errors were encountered:
After reviewing Snow Depth and Snow Cover Data Exploration notebook, I'm suggesting the following updates and changes.
These changes will address the move of data and decommissioning of ECS, as well as bring the notebook up to date to use modern tools and approaches.
earthaccess
to search and access datasets.a. Use separate calls to
earthaccess
rather than looping through a dictionary. If we use a dictionary, we have to explain dictionaries and loops.xarray
andrioxarray
to open and transform MOD10A1 granule, also ASO granule. This also allowsxarray
's interpolation/resampling functions to be used.harmony-py
to subset MODISThe text was updated successfully, but these errors were encountered: