For this project there are 2 steps:
a. You can view the source code at climate_starter.ipynb
b. For graphs
Precipitation Analysis
Predicated Temperature Analysis
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