This project processes GNSS (Global Navigation Satellite System) data files, performs calculations related to satellite positions and coordinates, and generates output files. It includes modules for managing ephemeris data, parsing GNSS log files, and processing GNSS data.
- Clone the repository:
git clone <https://github.com/bsharabi/GNSS-Raw-Mesurments-analysis.git>
- Navigate to the project directory
cd <GNSS-Raw-Mesurments-analysis>
- Install dependencies:
pip install -r requirements.txt
- Ensure that the GNSS log files are placed in the appropriate directories within the data/inputs folder.
- Run the controller.py script
python controller.py
- The script will process the GNSS data, generate output files, and save them in the data/outputs folder.
This project is licensed under the MIT License. See the LICENSE file for details.