Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 777 Bytes

readme.md

File metadata and controls

44 lines (29 loc) · 777 Bytes

Rinex Pos

A simple project to get time series satellite position from RINEX navigation and observation file

Tech stacks:

Tech stacks

Python

In the project directory, run:

conda activate rinex
python3 readnav.py

Installation

Install Anaconda on your pc, then in the project directory, run:

conda env create -f environment.yml

Matlab

In the project directory, run:

octave --eval "rinexnav"

Installation

Install octave on your linux environment:

    apt-get update -y --no-install-recommends \
    apt-get install -y --no-install-recommends \
        octave \
        octave-netcdf \
        libnetcdf-dev \