1 of 22

Data Quality Evaluation for ICESat-2 Significant Wave Height across the Great Lakes Region

Linfeng Li, Mengfan Yu

EAS 644

School of Environment and Sustainability

2 of 22

Objective of the study

  • Examine the data quality of significant wave height measured by satellite ICESat-2 within the Great Lakes by using buoys observations

How much it can be consistent with data from buoys?

  • Fill the gap of winter wave measurements

No buoy data during winter

3 of 22

Satellite ICESat-2

  • Main mission

ICESat-2 measures the height of a changing Earth surface.

Height of glaciers, sea ice, forests, lakes and more.

  • ATL13

Inland water surface height, one of ICESat-2 products, consists of along-track water surface height, slope and so forth, including significant wave height.

4 of 22

Download data

5 of 22

Extract data

HDF5 file

HDF5 file

HDF5 file

HDF5 file

HDF5 file

.

.

.

.

.

dataframe

dataframe

dataframe

dataframe

dataframe

.

.

.

.

.

csv file

Concatenate

one dataframe

Export

Extract

Extract

Extract

Extract

Extract

dataframe

dataframe

dataframe

dataframe

dataframe

.

.

.

.

.

Filter

Filter

Filter

Filter

Filter

Hierarchical Data Format

6 of 22

Extraction

This function is used to get the file path of all the HDF5 datasets within a specified folder where they are stored.

Up to 604 HDF5 datasets in total ( 4/1/2021 - 5/31/2022 )

7 of 22

Extraction

Longitude

Latitude

Time

Significant wave height

8 of 22

Filter out data points outside of the Great Lakes region

9 of 22

Filter

convex polygon

concave polygon

10 of 22

Filter

11 of 22

Monthly Plots

12 of 22

The Amount of Data�

  • Temporal Distribution

Less data during winter

More data during summer

13 of 22

Data Pairing

Buoy Distribution

  • National Data Buoy Center
  • Seagull - Great Lakes Observing System

14 of 22

Data Pairing

15 of 22

Data Pairing

This function searches the satellite data point which is the closest to a buoy, and record the minimum distance.

A series of data points from satellite

A buoy

the buoy

The closest satellite data point

16 of 22

Data Pairing

This function calculates the great-circle distance between two points on a sphere based on their latitudes and longitudes.

17 of 22

Fill in the Buoy SWH Data

This part of code involves parsing text on buoy dataset websites.

https://www.ndbc.noaa.gov/view_text_file.php?filename=45007h2021.txt.gz&dir=data/historical/stdmet/

18 of 22

Spatial Plots

556 data pairs for comparison

19 of 22

Statistical Results

20 of 22

Key Takeaways

  • It is necessary to examine the usability of the satellite data.
  • HDFView is a helpful tool for viewing the file structure and metadata.
  • Python is used to extract data, filter data and make plots .
  • How much data is available depends on seasons.
  • Data of significant wave height is available from ICESat-2 during winter but constrained to unfrozen area.
  • We compared the data from the satellite and buoys by high wave events.

21 of 22

Next Steps

The significant wave height data gained from ICESat-2 will be applied to examine the accuracy of WAVEWATCH III model predictions.

22 of 22

Source: www.nasa.gov

Thank you!�Any Questions?