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
- Host: GitHub
- URL: https://github.com/suizer98/rinexpos
- Owner: Suizer98
- Created: 2024-06-11T09:43:41.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T08:58:40.000Z (11 months ago)
- Last Synced: 2024-11-10T12:28:16.392Z (6 months ago)
- Topics: geomatics, gis, gnss, matlab, python, rinex, satellite
- Language: MATLAB
- Homepage:
- Size: 45.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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:

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