feat([2fd88f42]): initial setup of heatmap tool

This commit is contained in:
2026-02-04 11:30:47 +00:00
parent 9983df54aa
commit 3a85514820
24 changed files with 4433 additions and 920 deletions

16
heatmap-tool/README.md Normal file
View File

@@ -0,0 +1,16 @@
# Heatmap Tool
This directory contains a standalone web application for visualizing data from XLSX files as a heatmap on a map of Germany.
## Description
The application allows users to upload an XLSX file containing German postal codes (PLZ). It then aggregates the data by postal code and displays it as a heatmap, where the color and size of the markers represent the density of records. The tool automatically detects other columns in the file and creates dynamic filters, allowing users to slice the data and visualize different segments.
## Getting Started
To run the application, navigate to the `heatmap-tool` directory and follow the instructions in its `README.md` file.
```bash
cd heatmap-tool
```
Then follow the instructions in `heatmap-tool/README.md`.