Skip to content

Used Python and SQLAlchemy to do basic climate analysis and data exploration on the climate database. The analysis uses SQLAlchemy ORM queries, Pandas, and Matplotlib.

Notifications You must be signed in to change notification settings

karikashah/climate_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

climate_starter

For this project there are 2 steps:

  1. Climate Analysis & Exploration

a. You can view the source code at climate_starter.ipynb
b. For graphs
Precipitation Analysis
Precipitation Analysis


Station Analysis
Station Analysis


Temperature Analysis
Temperature Analysis


Predicated Temperature Analysis
Predicated Temperature Analysis


  1. Climate app

Use of Flask & SQLAlchemy to create different routes for the above generated graphs.
a. Following routes were created:
/
/api/v1.0/precipitation
/api/v1.0/stations
/api/v1.0/tobs
/api/v1.0/<start>
/api/v1.0/<start>/<end>
b. You can view the source code at climate_app.py

About

Used Python and SQLAlchemy to do basic climate analysis and data exploration on the climate database. The analysis uses SQLAlchemy ORM queries, Pandas, and Matplotlib.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published