A map application based on Leaflet.js that displays real-time monitoring data from flood sensors across Taiwan.
| Color | Description | Depth Range |
|---|---|---|
| ⚪ | Gray | No data |
| 🔵 | Blue | < 1 cm |
| 🟢 | Green | < 10 cm |
| 🟡 | Yellow | 10–30 cm |
| 🟠 | Orange | 30–50 cm |
| 🔴 | Red | > 50 cm |
This project uses real-time data provided by the Public IoT SensorThings API:
-
Sensors built by the Water Resources Agency
- API:
https://sta.ci.taiwan.gov.tw/STA_WaterResource_v2/v1.0/Datastreams - Filter:
authority_type eq '水利署'
- API:
-
Sensors co-built by the Water Resources Agency and local governments
- API:
https://sta.ci.taiwan.gov.tw/STA_WaterResource_v2/v1.0/Datastreams - Filter:
authority_type eq '水利署(與縣市政府合建)'
- API:
This project is licensed under the Apache License 2.0.
If you have any questions or suggestions, feel free to open an Issue or Pull Request.