Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.03 KB

File metadata and controls

37 lines (25 loc) · 1.03 KB

Collect Air Data Python


Table of Contents


Introduction

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 program
  • dowloadFile.py: The file that contains the class that downloads the data from the API and automatically change the format of the data
  • api_Data.py: The file that contains the class that retrieves the data from the API

Installation

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