10000 GitHub - james-wukong/python-weather
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

james-wukong/python-weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is trying to collect and analyze weather data

The main purpose is to have some practical exercise with python programming, hadoop, hive, and spark.

Data Source:

  1. Meteorological Service of Canada (MSC) Datamart
  2. VisualCrossing

Installation

# export requirements.txt
pip freeze > requirements.txt
# import requirements.txt
pip install -r requirements.txt

Work Flow

This project plans to:

  • fetch data from weather api provided by VisualCrossing
  • save it in mysql or csv/json files in hdfs
  • load data sources in hive
  • load data with pyspark
  • data pre-preparation: clean pipeline
  • make prediction
  • create visualization with tableau

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0