Match data for altimetry

pr_match_Altimetry(df, pr, res_spat = 1)

Arguments

df

dataframe containing Latitude, Longitude and Date

pr

products from GSLA, GSL, UCUR, UCUR, VCUR, UCUR_MEAN, VCUR_MEAN, single or as a list

res_spat

Number of spatial pixels to average over

Value

df with product output attached

Examples

df <- tail(pr_get_DataLocs("NRS"), 5)
altout <- pr_match_Altimetry(df, pr = "GSLA", res_spat = 10)