Sign inSign up

alvarosg/sari

By alvarosg

•Updated about 2 months ago

SARI is an R/Shiny app to visualize and analyze GNSS time series data interactively.

Image
Data science
0

10K+

alvarosg/sari repository overview

SARI allows you to visualize discrete time series data, analyze them individually, fit unidimensional models interactively and save the results using a web interface.

It has been developed in the R programming language, under the interactive framework of the Shiny R package. Currently tested in R version 4.1.0.

More details on the SARI Official Website⁠

SARI can be run on your web browser from the ShinyApps server at this link:
alvarosg.shinyapps.io/sari

or from a local server after installing R and all the dependencies.

The SARI Docker Image allows you to run SARI from a local server in your machine and benefit from both increased resources (CPU and memory) and unlimited running time without the burden of installing a specific R environment.

Command to pull & run the latest SARI image:
docker run --rm --name sari -p 3838:3838 -v /home/SARI alvarosg/sari:latest

Alternatively, on the Docker Desktop, run the pulled image with the following settings:
Container name: sari
Host port: 3838:3838
Host path: /home/SARI

After creating a container, SARI can be accessed on the web browser at:
localhost:3838

Further details and some examples can be found in:
Santamaría-Gómez, A. (2019) SARI: interactive GNSS position time series analysis software. GPS solutions, 23:52. 10.1007/s10291-019-0846-y⁠

A video tutorial is also available here: https://youtu.be/Zt61jzehhoc⁠
This video tutorial was made with a previous version of SARI and does not include the latest additions, but it is still valid to learn the general usage of the app.

Tag summary

Content type

Image

Digest

sha256:7219fc6ff…

Size

1.3 GB

Last updated

about 2 months ago

docker pull alvarosg/sari