To help with a trip planning of a long holiday vacation in Honolulu, Hawaii. This is a climate analysis about the area.
First, there is an analysis on the climate_starter file.
This analysis includes precipitation analysis and station analysis for the last 12 months worth of data.
Second, the repo offers a Climate App.
This Climate App has the following end-points:
/api/v1.0/precipitation_orm
/api/v1.0/precipitation_sql
/api/v1.0/stations_orm
/api/v1.0/stations_sql
/api/v1.0/tobs_orm
/api/v1.0/tobs_sql
/api/v1.0/temp_orm/<start_date>
/api/v1.0/temp_sql/<start_date>
/api/v1.0/temp_orm/<start_date>/<end_date>
/api/v1.0/temp_sql/<start_date>/<end_date>