Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 696 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 696 Bytes

Climate-Monitoring

Category : Web Scrapping - Python - Subject : In this project I'm gonna design a program which extract data about the climate situation in a determined city, so I'm gonna work with 2 data sources with different ways to access, programming in Python

Project Description

In this project I wanted to implement an aplication to extract data about the climate. these data are stored in 2 different types of files, XML and JSON. so I designed 2 programs to extract the data, one per each type.

  • For XML, I used xml.etree.ElementTree library of python.
  • For JSON, I used the json library of python.

Project structure:

You can find the source files in src directory.