ensaio.v1.fetch_alps_gps

ensaio.v1.fetch_alps_gps()[source]

Alpine 3-component GPS velocity dataset

This is a compilation of 3D GPS velocities for the Alps. The horizontal velocities are reference to the Eurasian frame. All velocity components and even the position have error estimates, which is very useful and rare to find in a lot of datasets.

There 186 stations in total. The data available are: station ID, longitude, latitude (geodetic), height (geometric), ground velocity in the East, North, and upward directions, and the estimated uncertainties in each of these.

Format: CSV with xz (lzma) compression.

Load with: pandas.read_csv

Datum: WGS84

Original source: Sánchez et al. (2018)

Original license: CC-BY

Returns

fname (pathlib.Path) – Path to the downloaded file on disk.

Examples using ensaio.v1.fetch_alps_gps