Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (18 loc) · 1.04 KB

EarthScope Seafloor Geodesy Tools

This repo contains a python library es_sfgtools designed to enable users to preprocess raw GNSS-A data from SV2 and SV3 wavegliders, as well as run GNSS-A processing using GARPOS

Due to a dependency of GARPOS, the library currently is only installable via conda.

Conda Install Instructions

clone the library and enter the repo

git clone https://github.com/EarthScope/es_sfgtools.git

cd es_sfgtools

create and activate conda environment

conda env create -f environment.yml

conda activate seafloor_geodesy

In development... ReadTheDocs

Deprecated install, doesn't work due to scikit-sparse dependency

The plan is to make this library will be published on PyPi, and installable as follows

pip install es_sfgtools

For now, you need to clone the repo and install in your python environment from the repo base directory using

pip install .

or in editable mode for development work using

pip install -e .