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
- Host: GitHub
- URL: https://github.com/corentinj/weathercollector
- Owner: CorentinJ
- License: mit
- Created: 2018-07-12T17:23:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T17:36:11.000Z (about 7 years ago)
- Last Synced: 2025-04-20T12:53:26.847Z (about 1 year ago)
- Language: Python
- Size: 16.6 KB
- Stars: 74
- Watchers: 4
- Forks: 29
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 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