GitXplorerGitXplorer
C

WeatherCollector

public
71 stars
26 forks
1 issues

Commits

List of commits on branch master.
Verified
7ba733f040fd13d4e26107434dcc5cc8f51044f6

Update README.md

CCorentinJ committed 6 years ago
Verified
714bd12dc355d2770fc718c2c1cb44a62876fd06

Initial commit

CCorentinJ committed 6 years ago
Verified
6740170e58a36e532036ac6d09610b91e0b344f6

Initial commit

CCorentinJ committed 6 years ago

README

The README file for this repository.

Python 3.6.

This script collects weather data from the NOAA and outputs a single csv file containing the raw weather data for the location you selected.

Example

Example of resulting csv file

Note that you can parse back the csv file into a Python object using Record.read_from_csv(path).

A description of the variables can be found at ftp://ftp.ncdc.noaa.gov/pub/data/gsod/GSOD_DESC.txt