Eurasia-fixed GNSS-derived velocity field for Turkey
收藏NIAID Data Ecosystem2026-05-01 收录
下载链接:
https://zenodo.org/records/7916022
下载链接
链接失效反馈官方服务:
资源简介:
The dataset and the analysis is described in the paper and presented here. The data fields are: longitude, latitude, E velocity, N velocity, sigma E, sigma N, rho, U velocity, sigma U, station. You can use the following code snippet to load your data to python:
fields = ['longitude', 'latitude', 've', 'vn', 'se', 'sn', 'rho', 'vu', 'su', 'station']
df = pd.read_csv('Kurt_etal_2023.csv', header=None, names=fields)
创建时间:
2023-05-10



