| Zugehörige Institution(en) am KIT | Institut für Photogrammetrie und Fernerkundung (IPF) | ||||||||||
| Publikationstyp | Forschungsdaten | ||||||||||
| Publikationsdatum | 07.09.2026 | ||||||||||
| Erstellungsdatum | 31.08.2026 | ||||||||||
| Identifikator | DOI: 10.35097/90bz7h2avfuxb8nb KITopen-ID: 1000196784 |
||||||||||
| Embargofrist | Die Forschungsdaten sind ab dem 02.08.2027 frei zugänglich. | ||||||||||
| Lizenz | Creative Commons Namensnennung 4.0 International | ||||||||||
| Schlagwörter | urban heat hazard; deep learning; air temperature, tropical nights; hot day; probabilistic mapping | ||||||||||
| Liesmich | Software pipeline for the high-resolution estimation of air temperatures and probabilistic heat hazards in urban regionsThis is a deep-learning framework for spatially resolved air-temperature prediction. It combines a temporal meteorological sequence with local geospatial embedding patches to estimate daily minimum ($T{min}$) and maximum ($T{max}$) air temperature. The quantile-regression models produce a conditional predictive distribution rather than a single deterministic value, enabling uncertainty-aware maps and heat-event probabilities. The framework contains data preparation, spatial and temporal model components, training and fine-tuning scripts, evaluation utilities, and practical spatial inference. Model settings are managed with Hydra, and experiment artefacts can be tracked with MLflow. This repository contains the accompanying codebase for the paper 'Multi-modal deep learning for generating high-resolution probabilistic maps of urban heat risk Model FrameworkThe two-branch architecture consists of:
For a set of quantile levels $q$, the model output is ordered as $$ The application workflow estimates tropical-night and hot-day probabilities from the interpolated quantile CDF: $$ where $\tau=20\,^{\circ}\mathrm{C}$ for tropical nights ($T{min}$) and $\tau=30\,^{\circ}\mathrm{C}$ for hot days ($T{max}$) by default. InstallationCreate the project environment from the supplied Conda specification:
The inference application requires Python, PyTorch, PyTorch Lightning, Hydra/OmegaConf, NumPy, GeoPandas, Rasterio, Rioxarray, and TQDM. The supplied environment file includes these dependencies. Applying A Trained Model
The repository includes a Karlsruhe embedding raster and Innenstadt region of interest:
Run the bundled application on CPU:
By default, the script selects the first checkpoint found under
Use a CUDA device when available:
Real Meteorological InputPass The expected feature-column order is:
Run the application with the bundled file:
Another RegionProvide a georeferenced embedding raster, ROI vector layer, and scaling statistics compatible with the trained model. The raster must have the channel count expected by the checkpoint and the same embedding semantics used during training.
Output ProductsAll outputs are GeoTIFFs in the specified output directory. Pixels outside the ROI and pixels without a complete spatial input patch are encoded as
Use CitationIf you use this framework in academic work, cite the associated publication 'Multi-modal deep learning for generating high-resolution probabilistic maps of urban heat risk |
||||||||||
| Art der Forschungsdaten | Software |