Skip to content

Matth2A/Collect_Air_Data_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages