An open API service indexing awesome lists of open source software.

https://github.com/corentinj/weathercollector

A python script to collect daily weather data from anywhere in the world within any time range
https://github.com/corentinj/weathercollector

Last synced: 3 months ago
JSON representation

A python script to collect daily weather data from anywhere in the world within any time range

Awesome Lists containing this project

README

          

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](https://i.imgur.com/W6SHASW.png)

[Example of resulting csv file](https://puu.sh/AVf4j.csv)

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