This repository has for goal to collect air data from several sources. At the moment, the program is able to collect data from 2 sources:
It's composed of three main files:
program.py
: The main file that runs the programdowloadFile.py
: The file that contains the class that downloads the data from the API and automatically change the format of the dataapi_Data.py
: The file that contains the class that retrieves the data from the API
This project has been conceived in python 3.11
.
To run it, you need to dowload theses libraries:
pandas
pyarrow
fastparquet
request
You can do this by running the following command:
pip install -r requirements.txt