
This dataset provides national-scale, high-resolution geospatial raster layers developed to support flood susceptibility modelling and related geospatial analyses in Pakistan. The collection accompanies the peer-reviewed study:
The dataset contains 13 raster layers at a nominal spatial resolution of 30 metres. Ten layers represent the final flood conditioning features used to train the Light Gradient Boosting Machine (LightGBM) and eXtreme Gradient Boosting (XGBoost) models reported in the associated publication. Three additional layers are included to support methodological transparency, sensitivity analysis, and further research applications.
These ten variables correspond to the final flood conditioning features documented in the associated article.
The dataset also includes:
The supplementary layers were not all included as predictors in the final published machine-learning models and should therefore be distinguished from the ten principal flood conditioning features when reproducing the study.
uint16)65535To improve storage efficiency and web-based access, continuous raster values were linearly scaled to the range 0–65534, with 65535 reserved for NoData. The original values can be reconstructed using:
Original value = SCALE_SRC_MIN +
(Stored value / 65534) ×
(SCALE_SRC_MAX − SCALE_SRC_MIN)
The values of SCALE_SRC_MIN and SCALE_SRC_MAX are stored as metadata tags within each GeoTIFF. Categorical rasters, including the water-presence layer, retain their original categorical values and were not linearly scaled.
A Python notebook, reconstruct_original.ipynb, is included to assist users in converting the scaled rasters back to their original value ranges.
aspect.tifcurvature.tifdistdrainage.tifdistriver.tifdistroads.tifelevation.tifndvi.tifrfreq_10_201022.tifrfreq_50_201022.tifrmax.tifslope.tiftwi.tifwaterosm.tifREADME.mdreconstruct_original.ipynbThe dataset may support:
Users seeking to reproduce the published results should use the ten principal conditioning features and follow the preprocessing, sampling, normalization, and machine-learning procedures described in the associated article and project repository.
Associated article:
Waleed, M., & Sajjad, M. (2025). High-resolution flood susceptibility mapping and exposure assessment in Pakistan: An integrated artificial intelligence, machine learning and geospatial framework. International Journal of Disaster Risk Reduction, 121, 105442. DOI: 10.1016/j.ijdrr.2025.105442
Published flood susceptibility maps:
Waleed, M., & Sajjad, M. (2025). High-Resolution (30 m) Flood Susceptibility Mapping Data of Pakistan. Zenodo. DOI: 10.5281/zenodo.18513602
Source code, notebooks, and supporting materials:
GitHub repository: waleedgeo/fsm-pk