Skip to content

This program reads the longitude, latitude, temperatures and dates from two different CSV files (dataset) that are provided from the weather stations around the world and visualizes the locations and temperatures into an interactive map for 365 days.

Notifications You must be signed in to change notification settings

shkurti/Python-Data-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This program generates weather maps

This program reads the longitude, latitude, temperatures and dates from two different CSV files (dataset) that are provided from the weather stations around the world and visualizes the locations and temperatures into an interactive map for 365 days. Attributes from both datasets correlate by matching the unique station number and aggregating the data into a world map for each day of the year. The data set is called Global Surface Summary of the Day (GSOD). This dataset is basically records of the daily weather measurements (temperature, wind speed, humidity, pressure, and more) from 9000+ weather stations around the world.

NOTE: I'm unable to provide the dataset here in github because it is very large. If you want to download the dataset please visit this link https://console.cloud.google.com/marketplace/details/noaa-public/gsod. You have to create an account in order to be able to download the entire dataset.

Dataset Details

This public dataset was created by the National Oceanic and Atmospheric Administration (NOAA) and includes global data obtained from the USAF Climatology Center. This dataset covers GSOD data between 1929 and present, collected from over 9000 stations.

About

This program reads the longitude, latitude, temperatures and dates from two different CSV files (dataset) that are provided from the weather stations around the world and visualizes the locations and temperatures into an interactive map for 365 days.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages