Skip to content

EarthScope/es_sfgtools

Repository files navigation

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 .

About

EarthScope Seafloor Geodesy Tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages