Skip to content

A repo contains code to get time series satellite position from RINEX navigation and observation file

Notifications You must be signed in to change notification settings

Suizer98/rinexpos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 \

About

A repo contains code to get time series satellite position from RINEX navigation and observation file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published