A simple project to get time series satellite position from RINEX navigation and observation file
Tech stacks:
In the project directory, run:
conda activate rinex
python3 readnav.py
Install Anaconda on your pc, then in the project directory, run:
conda env create -f environment.yml
In the project directory, run:
octave --eval "rinexnav"
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 \