Skip to main content

Westerly Creek (lower) Flood Hazard Area Delineation

Cómo ver esta página en español (utilizar Chrome)

Background

The Mile High Flood District (MHFD) has completed a Flood Hazard Area Delineation (FHAD) study in cooperation with the City and County of Denver and the City of Aurora. The original flood study for Westerly Creek was conducted in the 1990s. This new FHAD study offers an up-to-date understanding of flood risk based on current data and modern technology. The results of this study will allow residents and local authorities to make informed decisions to help protect people, property, and the environment. Flood awareness is important for the safety of all residents.

The new FHAD study includes:

  1. Updated ground elevation data
  2. Updated land use information
  3. Updated rainfall data
  4. Modern computer modeling and mapping methods

 

Project Area Map

A detailed satellite map showing a city layout with marked waterway and floodplain areas highlighted in blue and orange.

Interactive Map

Use the interactive map to see if your property is at risk of flooding. Look under the non-FEMA floodplains for the 100-year floodplain and the Floodway—these show the areas with the most risk for floods

Click here to view the full interactive map in a new window


Contact

Project Members

City & County of Denver

Kim Pirri or Jeremy Hamer at  floodplain@denvergov.org

City of Aurora

Richard Ommert at rommert@auroragov.org 

MHFD

Christin Shepherd at cshepherd@mhfd.org

document.addEventListener("DOMContentLoaded", function() { function limitTeaserItems() { const articles = document.querySelectorAll(".items article"); articles.forEach(article => { const header = article.querySelector("header h3 span"); if (header && header.textContent.trim() === "News") { //PUT THE NAME OF THE TEASER HERE const subteasers = article.querySelectorAll(".subteasers .subteaser"); if (subteasers.length > 6) { // IF SUBTEASERS EQUAL THIS NUMBER LONG for (let i = 6; i < subteasers.length; i++) { // LIMIT TO THIS NUMBER LONG subteasers[i].style.display = "none"; } } } }); } limitTeaserItems(); });