遇见数据集

Optical satellite-derived waterline time series at 8 beaches using various indexes and thresholding methods

收藏
Zenodo2026-01-20 更新2026-05-26 收录
官方服务:

资源简介:

Satellite-derived waterlines, each file is associated to a site and a thresholding method and contains the waterline time series derived from 5 different indexes (refer to the associated paper) Example of code : import pickle import matplotlib.pyplot as plt index = 'NDWI' #NDWI can be switched to SCoWI, MNDWI, AWEIsh, AWEIns indexes. data = pickle.load(open('path/to/file.p','rb')) key = 'TRANSECT NAME' #data.keys() to see transects names waterline_dict = data[key][index]['raw'] #raw refers to raw waterline, IQR refers to raw data without outliers, and tcorr the tide corrected data. t,X = waterline_dict['sat_dates'], waterline_dict['SDW_'+index] plt.plot(t,X) plt.ylabel('Cross-shore waterline position [m]') plt.xlabel('Time')

提供机构:
Zenodo
创建时间:
2025-09-12
二维码
社区交流群
二维码
科研交流群
商业服务