oceanhackweek / ohw23_proj_sea_ice_oscillations

This repo is for the OHW23 marginal ice zone inertial oscillations project
1 stars 7 forks source link

Workflow 1) General protocol for accessing data #9

Open lauracrews opened 1 year ago

lauracrews commented 1 year ago

Goal: Read data from EarthDataSearch to the Jupyter Hub

What should our method do?

How do we do it?

What questions or issues remain?

colinsauze commented 1 year ago

I've been trying to combine code which looks for images with ice and low cloud (based on maskviewer.ipynb) with something that downloads the satellite images (based on DownloadData.ipynb, earthaccess.ipynd and create_image.ipynb). I ended up spending a lot of time trying to find which dataset is which, this page (https://lpdaac.usgs.gov/data/get-started-data/collection-overview/missions/s-npp-nasa-viirs-overview/) was quite useful, essentially M01-M05 are visible bands and these are found in the VNP02MOD dataset. I1-I6 are reflectance bands found in VNP02IMG, VNP03DNB is the day/night band and VNP27 contains the processed data with ice and clouds.

I've been trying to get satpy to show the visible bands together, but haven't got this to work yet. My attempts so far are in the satpy_visual branch in earthaccess_satpy.ipynb.