Skip to content

Latest commit

 

History

History
53 lines (45 loc) · 1.17 KB

README.md

File metadata and controls

53 lines (45 loc) · 1.17 KB

RadMap

RadMap Dashboard A web panel in Python that displays real-time radiation levels in mainland Portugal, Azores and Madeira. The dashboard features an interactive map and historical graphs to track radiation data over time for each location.

Download Files

Clone the repository:

git clone https://github.com/vostpt/RadMap.git

Configuration

Copy the .env file:

cp .env.example .env

Update the .env and docker-compose.yml for yours credentials

Installation

In your folder run:

docker-compose up --build -d

Project Structure

.
├── app.py
├── assets
│   ├── favicon.ico
│   ├── RADNET_FONTE_LOGO.png
│   ├── style.css
│   └── VOSTPT_LOGO_2023_cores.svg
├── coordinates.py
├── data
│   └── dados.json
├── docker-compose.yml
├── Dockerfile
├── fetch.py
├── README.md
└── requirements.txt

Dashboard

To view the dashboard, access your browser and type the corresponding URL:

http://localhost:8050/

RadMap Dashboard

Credits