Skip to content
/ RadMap Public

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.

Notifications You must be signed in to change notification settings

vostpt/RadMap

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published