The map uses logistic regression to estimate how likely a landslide is to occur at any location in Santa Barbara County. The model was trained on 926 confirmed landslide locations and ~4,600 comparison points, placed at least 200 meters away from any known landslide location. It uses eight terrain, climate, and land condition factors to score each pixel across the county, then groups those scores into five classes, from Very Low to Very High, based on where they fall in the county-wide distribution.
Model FactorsFactor — Data Source — LR Influence
Cross-validation AUC: 0.719 (1.0 = perfect, 0.5 = random). The wide variation across
spatial blocks (±0.256) reflects the fact that most landslides are clustered in the
Santa Ynez Mountains, making performance uneven across the county.
A random 20% of training points were held out for testing: 49.7% fell in the High or
Very High class (n = 185).
For independent validation, 8,323 landslide points from the January 2023 Santa Ynez atmospheric
river storm (not used in training) were compared, where 92.8% fell in High or Very High.
This is a broad screening tool, not a prediction of specific landslide events. Most training points are concentrated in the Santa Ynez Mountains because that is where landslide mapping has been done — not because other areas are definitively safe. The model reflects long-term terrain conditions and does not update in real time with rainfall, soil moisture, or new fire activity. Do not use this map as a substitute for on-the-ground engineering assessment.
To view the code for this project, visit the GitHub Repository.
© Ryan Green, 2026
This tool models landslide susceptibility across Santa Barbara County using logistic regression trained on recorded landslide locations and eight geospatial factors. Click the Info button for methods and data sources.