Skip to content

umr-lops/metrics-wv-swh-bench

Repository files navigation

metrics-wv-swh-bench

Several scientific teams are providing signficant wave height (Hs or SWH) predicted from SAR WV Sentinel-1 satellite mission. In 2019 ESA project Climate Change Initiative (CCI) sea-state, developed a work-bench to give a score to the SWH predictions. This python library aims at providing the methods to compute the score defined in the CCI sea-state document: https://climate.esa.int/media/documents/Sea_State_cci_PVASR_v1.1-signed.pdf

usage

import mwsb
score_ndbc,score_cmems,total_score,inc_scores = mwsb.metrics.compute_metrics(df_wv_ndbc=df1,ds_wv_cmems=df2)

example of input

input dataset is expected to be pd.DataFrame with columns: lon,lat,swh,incidence-angle.

Example Figure

example of output

score computed look like this:

out Example Figure

About

Python benchmark library for Sentinel-1 WV SWH prediction to compute metrics.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages