An open API service indexing awesome lists of open source software.

https://github.com/suizer98/rinexpos

A repo contains code to get time series satellite position from RINEX navigation and observation file
https://github.com/suizer98/rinexpos

geomatics gis gnss matlab python rinex satellite

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Rinex Pos

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

Tech stacks:

![Tech stacks](https://skillicons.dev/icons?i=python,anaconda,matlab,octave)

## 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 \
```