paul-florentin-charles / bcn-rainfall-models

A project aiming at delevering tools for visualisation and analysis of Barcelona rainfall data. Data is retrieved from there: https://opendata-ajuntament.barcelona.cat/data/en/dataset/precipitacio-hist-bcn.
MIT License
0 stars 0 forks source link
barcelona rainfall-data rainfall-prediction

bcn-rainfall-models

License: MIT coverage badge Ruff MyPy

🚧 Work In Progress 🚧

Requirements

Get started

  1. Clone repository
  2. Install dependencies
  3. Run Flask server
  4. Open Swagger UI

Linux

git clone https://github.com/paul-florentin-charles/bcn-rainfall-models.git
cd bcn-rainfall-models
pip install -r requirements.txt
python3 app.py

Windows

git clone https://github.com/paul-florentin-charles/bcn-rainfall-models.git
cd bcn-rainfall-models
python3 -m pip install -r requirements.txt
python3 app.py