Skip to content

Latest commit

 

History

History
 
 

GNSS_Data

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

GNSS Data

Accessing GNSS Data in R

The R notebooks will demonstrate some simple ways to use the GeoNet FITS API in R.

Tutorial Name Description Output
Introduction to GNSS Time Series- R This Notebook demostrates how to access and retrieve GNSS time series from GeoNet Network in R programming language.
Access multiple GNSS sites - R In this notebook we will make a map of GNSS stations in an set area, then get the data from the stations in this area.
Triming and equipment changes In this notebook we learn how to identify equipment changes or events in GNSS time series for an specific station.

Accessing GNSS Data in Python

The Python notebooks will demonstrate some simple ways to use the GeoNet FITS API in Python. Please note these examples use Python 3, so the syntax may differ slightly to Python 2.7. We recommend you use Python 3 as it has some important bug fixes.

File Name Description Output
Introduction to GNSS Time Series- Python Demonstrates how to access and retrieve GNSS time series from GeoNet Network in Python programming language.