GNSS water vapor obtained from Valenzuela et al (2025) GRL
收藏官方服务:
资源简介:
Pickle file with results from Valenzuela et al (2025): https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2025GL119095 Data is organized as a dictionary with one key per GNSS station. Each value is a Pandas dictionary. Columns include: ztd, wv1 (column water vapor derived with method explained in the paper), doy, year, month. How to read it: import pickle wv_file = "results_ztd_wv_all_stations.pickle" with open(wv_file, "rb") as file: ztd_wv_data = pickle.load(file) # it loads a Dictionary (keys) with Pandas Dataframes (values)
提供机构:
Zenodo创建时间:
2026-03-14



