- 
                Notifications
    
You must be signed in to change notification settings  - Fork 42
 
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
- Use 
earthaccessto search and access datasets.
a. Use separate calls toearthaccessrather 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 
xarrayandrioxarrayto open and transform MOD10A1 granule, also ASO granule. This also allowsxarray'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-pyto subset MODIS 
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request