ber2 / meteobeguda

Data extraction and streamlit data app for meteobeguda.cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeteoBeguda

This project provides a Streamlit data app that fetches real-time meteorological data from meteobeguda.cat and deploys it at https://share.streamlit.io/ber2/meteobeguda.

Environment setup

You should set up a virtual environment using python 3.9. A pyproject.toml file has been provided with the necessary dependencies. In order to install dependencies, for instance, you may use poetry. Assuming a virtual environment has been created and activated, run:

poetry install

Check for a successful setup by running the unit tests:

pytest

Running the streamlit data app

Run:

streamlit run streamlit_app.py

The data app will open on a browser tab.

About

Data extraction and streamlit data app for meteobeguda.cat

License:MIT License


Languages

Language:Python 100.0%