An open API service indexing awesome lists of open source software.

https://github.com/fbarffmann/sqlalchemy-challenge

Built a Flask API with SQLAlchemy to analyze and visualize Hawaii climate data. Automated data extraction and developed database queries for temperature and precipitation insights.
https://github.com/fbarffmann/sqlalchemy-challenge

api climate-data data-analysis data-visualization flask orm python sql sqlalchemy sqlite

Last synced: 1 day ago
JSON representation

Built a Flask API with SQLAlchemy to analyze and visualize Hawaii climate data. Automated data extraction and developed database queries for temperature and precipitation insights.

Awesome Lists containing this project

README

        

# SQLAlchemy Climate Data Analysis

Built a Flask API to explore climate data from Hawaii using SQLAlchemy and SQLite. Automated data extraction, performed database queries, and visualized temperature and precipitation trends to support environmental insights.

## Tools & Technologies Used

- Python
- SQLAlchemy (ORM)
- SQLite
- Flask (API Development)
- Pandas
- Matplotlib

## File Structure

```text
Surfsup/
├── app.py - Flask API with SQLAlchemy queries
├── climate.ipynb - Data analysis and visualization
├── Resources/
│ ├── hawaii.sqlite - SQLite database
│ ├── hawaii_measurements.csv - Measurement data
│ └── hawaii_stations.csv - Station data
```

## Skills Demonstrated

- Building RESTful APIs using Flask
- Querying databases with SQLAlchemy ORM
- Visualizing trends in climate data
- Transforming raw data into business-relevant insights