An open-source tool for converting radar images to map tiles.
Provides a simple API to serve radar images as map tiles, making it easy to integrate with mapping libraries like Maplibre or OpenLayers and Thailand map providers such as Longdo Map, sphere Map.
{
"version": "1.0",
"generated": 1758806914,
"host": "http://localhost:8000",
"radar": {
"past": [
{
"time": 1758801000,
"path": "/radar/1758801000"
}
]
}
}<BASE_URL>/radar/<PATH>/{z}/{x}/{y}.png
Added a heatmap feature to enhance the visual representation of radar data. The heatmap makes patterns and intensity levels more apparent, resulting in a more attractive and informative display.
Implemented a forecasting feature that predicts future radar images based on historical data. This allows users to visualize potential weather developments and plan accordingly.
This project is licensed under the MIT License.