https://github.com/zenitheesc/flight-data-analysis
Contains code responsible for analysing the flight data collected from the RS-41 probes sent in Zenith's launches.
https://github.com/zenitheesc/flight-data-analysis
Last synced: 11 months ago
JSON representation
Contains code responsible for analysing the flight data collected from the RS-41 probes sent in Zenith's launches.
- Host: GitHub
- URL: https://github.com/zenitheesc/flight-data-analysis
- Owner: zenitheesc
- License: mit
- Created: 2024-05-18T11:30:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:23:52.000Z (over 1 year ago)
- Last Synced: 2024-10-29T17:33:49.528Z (over 1 year ago)
- Language: Python
- Size: 28.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Flight Data Analysis
Tools for flight data analysis, from .json files generated by the RS-41 used in Zenith's launches and stored in SondeHub
Environment and Tools •
Steps to run and debug
## Environment and tools
Made using `Python 3` with the `json`, `pandas` and `os` packages.
## Steps to run and debug
On linux, run the command `python3 Tabler.py` in the same directory as the json files given by sondehub.
---