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
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.
Goal: Read data from EarthDataSearch to the Jupyter Hub
What should our method do?
How do we do it?
What questions or issues remain?
The text was updated successfully, but these errors were encountered: