2021 Cloud Hackathon
Final Project Presentations Project 1
Tom Farrar, Kyla Drushka, Bia Villas Boas., Matthew Archer, Kathleen Dohan, Severine Fournier, Eli Hunter, John Wilkin
Helpers: Jinbo Wang, Jack McNelis, Ed Armstrong
Project Goals
Project 1
Extract and visualize multiple data sets that can be used to give context to field campaigns or other regional events (e.g., the "Warm Blob" or the recent atmospheric river event on the West Coast). For example, choose a target region and time period, cycle through all available high-resolution sea surface temperature data, identify clear images, catalog them. Extract wind, wave, sea surface height, salinity data.
Project Use Case/Workflow outline
Example Project: Find clear scenes in high-resolution SST
Goal: Choose a target region and time period, cycle through all available high-resolution sea surface temperature data, identify clear images, catalog them
PO DAAC Catalog exploration using the CMR AP
L3 VIIRS SST "VIIRS_NPP-OSPO-L3U-v2.61"
['2021-10-01T10:00:00Z','2021-11-01T00:00:00Z']
in S-MODE region
Method:
Plot all SST images available during the S-MODE windows and pick good days
Load in the data with xarray.open_mfdataset(). Use list comprehension to modify the list of granule URLs into a list of open s3 files before passing to xr.open_mfdataset().
Make a metric to select times with clear skies in region of interest: Choose the box defining the region of interest and use quality flag or NaN mask to count bad/good pixels
Choose the times with “good” data. Plot to visually check.
Methods or services used
Demo of notebook created for project (optional - if desired/if time allows; alternatively, can walk through project goals, workflow and tools used while showing a notebook - just some suggestions)
Finding Level-2 SST imagery
Finding Level-2 SST imagery
Pain points / Lessons Learned / Meeting Hackathon Goals