<!doctype html>
<html lang="en">
  <head>
    <title>What Eleven Inches of Rain Did Last Week in Houston, Texas | HubPages</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<meta name="description" content="Photos of the damage done by this surprise rainstorm in Houston.  Related videos."/>
<meta name="format-detection" content="telephone=no"/>
<meta property="og:site_name" content="HubPages"/>
<meta property="og:description" content="Photos of the damage done by this surprise rainstorm in Houston.  Related videos."/>
<meta property="og:title" content="What Eleven Inches of Rain Did Last Week in Houston, Texas"/>
<meta property="og:image" content="https://usercontent1.hubstatic.com/1076868_f1024.jpg"/>
<meta property="og:url" content="https://hubpages.com/travel/What-eleven-inches-of-rain-did-last-week-in-Houston"/>
<meta property="og:type" content="article"/>
<meta name="referrer" content="always">

<link rel="canonical"  href="https://hubpages.com/travel/What-eleven-inches-of-rain-did-last-week-in-Houston"/>

<script>var hpstdata = {
hp_tracking_type: 'a',
hp_tracking_id: 540628,
tracking: ''
};
var hubpagesSiteTracking = {
	gotAHit: function (whattype, id, referer) {
		var xmlhttp;
		var options;

	 	if (window.XMLHttpRequest)
	  	{
	  		// code for IE7+, Firefox, Chrome, Opera, Safari
	  		xmlhttp=new XMLHttpRequest();
	  	}
		else if (window.ActiveXObject)
	  	{
	  		// code for IE6, IE5
	  		xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
	  	}
		else
	  	{
	  		//alert("Your browser does not support XMLHTTP!");
	  		return;
	 	}
	 	xmlhttp.onreadystatechange=function() {
	     	if(xmlhttp.readyState==4) {
				//alert( xmlhttp.status );
		  		if( xmlhttp.status == 200 ) {
					// call user supplied function, if there is one
					if (options != undefined && options.cb != undefined) {
						options.cb(xmlhttp.responseXML);
					}
					//alert("gotAHit: " + whattype + "|" + referer);
	    		}
			}
		}
	  	var theURL = '/c/' + whattype + id + '.gif' + referer;
		var sep = (referer.length > 0 && referer.charAt(0) == '?')? "&":"?";
	   	xmlhttp.open("GET",theURL,true);
	   	xmlhttp.send(null);
	}
};

if (typeof(hpstdata) != "undefined") {
	var h = hpstdata, s = hubpagesSiteTracking;
	s.gotAHit(h.hp_tracking_type,
			h.hp_tracking_id,
			h.tracking);
}
</script><script>/*! LAB.js (LABjs :: Loading And Blocking JavaScript) [Error Handling Fork]
    Error Handling Fork https://github.com/jasonhinkle/LABjs-eh
    v2.0.3 (c) Kyle Simpson
    MIT License
*/
(function(global){var _$LAB=global.$LAB,_UseLocalXHR="UseLocalXHR",_AlwaysPreserveOrder="AlwaysPreserveOrder",_AllowDuplicates="AllowDuplicates",_CacheBust="CacheBust",_Debug="Debug",_BasePath="BasePath",_ErrorHandler="ErrorHandler",root_page=/^[^?#]*\//.exec(location.href)[0],root_domain=/^\w+\:\/\/\/?[^\/]+/.exec(root_page)[0],append_to=document.head||document.getElementsByTagName("head"),opera_or_gecko=(global.opera&&Object.prototype.toString.call(global.opera)=="[object Opera]")||("MozAppearance"in document.documentElement.style),log_msg=function(){},log_error=log_msg,test_script_elem=document.createElement("script"),explicit_preloading=typeof test_script_elem.preload=="boolean",real_preloading=explicit_preloading||(test_script_elem.readyState&&test_script_elem.readyState=="uninitialized"),script_ordered_async=!real_preloading&&test_script_elem.async===true,xhr_or_cache_preloading=!real_preloading&&!script_ordered_async&&!opera_or_gecko;if(global.console&&global.console.log){if(!global.console.error)global.console.error=global.console.log;log_msg=function(msg){global.console.log(msg)};log_error=function(msg,err){global.console.error(msg,err)}}function is_func(func){return Object.prototype.toString.call(func)=="[object Function]"}function is_array(arr){return Object.prototype.toString.call(arr)=="[object Array]"}function canonical_uri(src,base_path){var absolute_regex=/^\w+\:\/\//;if(/^\/\/\/?/.test(src)){src=location.protocol+src}else if(!absolute_regex.test(src)&&src.charAt(0)!="/"){src=(base_path||"")+src}return absolute_regex.test(src)?src:((src.charAt(0)=="/"?root_domain:root_page)+src)}function merge_objs(source,target){for(var k in source){if(source.hasOwnProperty(k)){target[k]=source[k]}}return target}function check_chain_group_scripts_ready(chain_group){var any_scripts_ready=false;for(var i=0;i<chain_group.scripts.length;i++){if(chain_group.scripts[i].ready&&chain_group.scripts[i].exec_trigger){any_scripts_ready=true;chain_group.scripts[i].exec_trigger();chain_group.scripts[i].exec_trigger=null}}return any_scripts_ready}function create_script_load_listener(elem,registry_item,flag,onload){elem.onload=elem.onreadystatechange=function(){if((elem.readyState&&elem.readyState!="complete"&&elem.readyState!="loaded")||registry_item[flag])return;elem.onload=elem.onreadystatechange=null;onload()}}function script_executed(registry_item){registry_item.ready=registry_item.finished=true;for(var i=0;i<registry_item.finished_listeners.length;i++){registry_item.finished_listeners[i]()}registry_item.ready_listeners=[];registry_item.finished_listeners=[]}function request_script(chain_opts,script_obj,registry_item,onload,preload_this_script){setTimeout(function(){var script,src=script_obj.real_src,xhr;if("item"in append_to){if(!append_to[0]){setTimeout(arguments.callee,25);return}append_to=append_to[0]}script=document.createElement("script");if(script_obj.type)script.type=script_obj.type;if(script_obj.charset)script.charset=script_obj.charset;if(preload_this_script){if(real_preloading){if(chain_opts[_Debug])log_msg("start script preload: "+src);registry_item.elem=script;if(explicit_preloading){script.preload=true;script.onpreload=onload}else{script.onreadystatechange=function(){if(script.readyState=="loaded")onload()}}script.src=src}else if(preload_this_script&&src.indexOf(root_domain)==0&&chain_opts[_UseLocalXHR]){xhr=new XMLHttpRequest();if(chain_opts[_Debug])log_msg("start script preload (xhr): "+src);xhr.onreadystatechange=function(){if(xhr.readyState==4){xhr.onreadystatechange=function(){};registry_item.text=xhr.responseText+"\n//@ sourceURL="+src;onload()}};xhr.open("GET",src);xhr.send()}else{if(chain_opts[_Debug])log_msg("start script preload (cache): "+src);script.type="text/cache-script";create_script_load_listener(script,registry_item,"ready",function(){append_to.removeChild(script);onload()});script.src=src;append_to.insertBefore(script,append_to.firstChild)}}else if(script_ordered_async){if(chain_opts[_Debug])log_msg("start script load (ordered async): "+src);script.async=false;create_script_load_listener(script,registry_item,"finished",onload);script.src=src;append_to.insertBefore(script,append_to.firstChild)}else{if(chain_opts[_Debug])log_msg("start script load: "+src);create_script_load_listener(script,registry_item,"finished",onload);script.src=src;append_to.insertBefore(script,append_to.firstChild)}},0)}function create_sandbox(){var global_defaults={},can_use_preloading=real_preloading||xhr_or_cache_preloading,queue=[],registry={},instanceAPI;global_defaults[_UseLocalXHR]=true;global_defaults[_AlwaysPreserveOrder]=false;global_defaults[_AllowDuplicates]=false;global_defaults[_CacheBust]=false;global_defaults[_Debug]=false;global_defaults[_BasePath]="";global_defaults[_ErrorHandler]=function(err){};function execute_preloaded_script(chain_opts,script_obj,registry_item){var script;function preload_execute_finished(){if(script!=null){script=null;script_executed(registry_item)}}if(registry[script_obj.src].finished)return;if(!chain_opts[_AllowDuplicates])registry[script_obj.src].finished=true;script=registry_item.elem||document.createElement("script");if(script_obj.type)script.type=script_obj.type;if(script_obj.charset)script.charset=script_obj.charset;create_script_load_listener(script,registry_item,"finished",preload_execute_finished);if(registry_item.elem){registry_item.elem=null}else if(registry_item.text){script.onload=script.onreadystatechange=null;script.text=registry_item.text}else{script.src=script_obj.real_src}append_to.insertBefore(script,append_to.firstChild);if(registry_item.text){preload_execute_finished()}}function do_script(chain_opts,script_obj,chain_group,preload_this_script){var registry_item,registry_items,ready_cb=function(){script_obj.ready_cb(script_obj,function(){execute_preloaded_script(chain_opts,script_obj,registry_item)})},finished_cb=function(){script_obj.finished_cb(script_obj,chain_group)};script_obj.src=canonical_uri(script_obj.src,chain_opts[_BasePath]);script_obj.real_src=script_obj.src+(chain_opts[_CacheBust]?((/\?.*$/.test(script_obj.src)?"&_":"?_")+~~(Math.random()*1E9)+"="):"");if(!registry[script_obj.src])registry[script_obj.src]={items:[],finished:false};registry_items=registry[script_obj.src].items;if(chain_opts[_AllowDuplicates]||registry_items.length==0){registry_item=registry_items[registry_items.length]={ready:false,finished:false,ready_listeners:[ready_cb],finished_listeners:[finished_cb]};request_script(chain_opts,script_obj,registry_item,((preload_this_script)?function(){registry_item.ready=true;for(var i=0;i<registry_item.ready_listeners.length;i++){registry_item.ready_listeners[i]()}registry_item.ready_listeners=[]}:function(){script_executed(registry_item)}),preload_this_script)}else{registry_item=registry_items[0];if(registry_item.finished){finished_cb()}else{registry_item.finished_listeners.push(finished_cb)}}}function create_chain(){var chainedAPI,chain_opts=merge_objs(global_defaults,{}),chain=[],exec_cursor=0,scripts_currently_loading=false,group;function chain_script_ready(script_obj,exec_trigger){if(chain_opts[_Debug])log_msg("script preload finished: "+script_obj.real_src);script_obj.ready=true;script_obj.exec_trigger=exec_trigger;advance_exec_cursor()}function chain_script_executed(script_obj,chain_group){if(chain_opts[_Debug])log_msg("script execution finished: "+script_obj.real_src);script_obj.ready=script_obj.finished=true;script_obj.exec_trigger=null;for(var i=0;i<chain_group.scripts.length;i++){if(!chain_group.scripts[i].finished)return}chain_group.finished=true;advance_exec_cursor()}function advance_exec_cursor(){while(exec_cursor<chain.length){if(is_func(chain[exec_cursor])){if(chain_opts[_Debug])log_msg("$LAB.wait() executing: "+chain[exec_cursor]);try{chain[exec_cursor++]()}catch(err){chain_opts[_ErrorHandler](err);if(chain_opts[_Debug])log_error("$LAB.wait() error caught: ",err)}continue}else if(!chain[exec_cursor].finished){if(check_chain_group_scripts_ready(chain[exec_cursor]))continue;break}exec_cursor++}if(exec_cursor==chain.length){scripts_currently_loading=false;group=false}}function init_script_chain_group(){if(!group||!group.scripts){chain.push(group={scripts:[],finished:true})}}chainedAPI={script:function(){for(var i=0;i<arguments.length;i++){(function(script_obj,script_list){var splice_args;if(!is_array(script_obj)){script_list=[script_obj]}for(var j=0;j<script_list.length;j++){init_script_chain_group();script_obj=script_list[j];if(is_func(script_obj))script_obj=script_obj();if(!script_obj)continue;if(is_array(script_obj)){splice_args=[].slice.call(script_obj);splice_args.unshift(j,1);[].splice.apply(script_list,splice_args);j--;continue}if(typeof script_obj=="string")script_obj={src:script_obj};script_obj=merge_objs(script_obj,{ready:false,ready_cb:chain_script_ready,finished:false,finished_cb:chain_script_executed});group.finished=false;group.scripts.push(script_obj);do_script(chain_opts,script_obj,group,(can_use_preloading&&scripts_currently_loading));scripts_currently_loading=true;if(chain_opts[_AlwaysPreserveOrder])chainedAPI.wait()}})(arguments[i],arguments[i])}return chainedAPI},wait:function(){if(arguments.length>0){for(var i=0;i<arguments.length;i++){chain.push(arguments[i])}group=chain[chain.length-1]}else group=false;advance_exec_cursor();return chainedAPI}};return{script:chainedAPI.script,wait:chainedAPI.wait,setOptions:function(opts){merge_objs(opts,chain_opts);return chainedAPI}}}instanceAPI={setGlobalDefaults:function(opts){merge_objs(opts,global_defaults);return instanceAPI},setOptions:function(){return create_chain().setOptions.apply(null,arguments)},script:function(){return create_chain().script.apply(null,arguments)},wait:function(){return create_chain().wait.apply(null,arguments)},queueScript:function(){queue[queue.length]={type:"script",args:[].slice.call(arguments)};return instanceAPI},queueWait:function(){queue[queue.length]={type:"wait",args:[].slice.call(arguments)};return instanceAPI},runQueue:function(){var $L=instanceAPI,len=queue.length,i=len,val;for(;--i>=0;){val=queue.shift();$L=$L[val.type].apply(null,val.args)}return $L},noConflict:function(){global.$LAB=_$LAB;return instanceAPI},sandbox:function(){return create_sandbox()}};return instanceAPI}global.$LAB=create_sandbox();(function(addEvent,domLoaded,handler){if(document.readyState==null&&document[addEvent]){document.readyState="loading";document[addEvent](domLoaded,handler=function(){document.removeEventListener(domLoaded,handler,false);document.readyState="complete"},false)}})("addEventListener","DOMContentLoaded")})(this);
</script><script>$LAB.setGlobalDefaults({'ErrorHandler': function(err) { console.log(err); throw err; }});  var LABqueue = $LAB.script('https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js').wait(function() { jq = $.noConflict(); })
.wait(function() { window.google_analytics_uacct = "UA-20993364-1"; })
.script('https://assets.hubstatic.com/s/js232926939.js')
.script('//maps.google.com/maps/api/js')
;
</script><script src="https://ap.lijit.com/www/sovrn_beacon_standalone/sovrn_standalone_beacon.js?iid=13404631"  async=""></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
 })(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create', 'UA-286186-1', 'hubpages.com');
ga('send', 'pageview');
gaSiteTracker = '';
ga('create', 'UA-20993364-1', 'auto', {'name': 'authorTracker'});
ga('authorTracker.send', 'pageview');
</script>

<link rel="stylesheet" type="text/css" href="https://assets.hubstatic.com/s/site-bases96429983.css"/>
<link rel="stylesheet" type="text/css" href="https://assets.hubstatic.com/s/site-hubs85822319.css"/>

<style>
.svglogo.hubpages-logo32 { width: 130px; height: 32px;}
.svglogo.hubpages-logo30 { width: 122px; height: 30px;}
</style>
    <script type='text/javascript'>
//<![CDATA[
window.expectedAdSystems = {'indexExchange': true,'amazon': true};

function fetchScript(a, b) {
    var c = document.createElement('script'), d = "https:" == document.location.protocol, e = false;
    c.async = true;
    c.src = (a.indexOf('//') == 0) ? ((d ? "https:" : "http:") + a) : a;
    c.onload = c.onreadystatechange = function() {
        if (!e && (!this.readyState || this.readyState == 'loaded' || this.readyState == 'complete')) {
            e = true;
            if (typeof b === 'function')
                b.call(this);
            c.onload = c.onreadystatechange = null;
        }
        ;
    }
    ;
    var f = document.getElementsByTagName("script")[0];
    f.parentNode.insertBefore(c, f);
}

function fetchScripts(list, b)
{
	var scriptsLoaded = 0;
	for (var i = 0; i < list.length; i++) {
		fetchScript(list[i], function() {
			scriptsLoaded++;
			if (scriptsLoaded == list.length) {
				b.call(this);
			}
		});
	}
}

window.adScriptsLoaded = false;
if (typeof(window.googletag) == 'undefined') {
	window.googletag = {};
}
googletag.cmd = googletag.cmd || [];
//First load index exchange
window.adScriptsLoadedPromise = new Promise(function(resolve, reject) {
	fetchScripts(["\/\/js-sec.indexww.com\/ht\/htw-hpages-hubpages.js","https:\/\/c.amazon-adsystem.com\/aax2\/apstag.js"], function() {
		fetchScript('//www.googletagservices.com/tag/js/gpt.js', function() { console.log('gpt loaded'); resolve(true); });
	});
}).then(function(resolve, reject) {

googletag.cmd.push(function() {googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.pubads().disableInitialLoad();
googletag.pubads().setTargeting('hp_legacycategory', 'travel');
googletag.pubads().setTargeting('hp_user', 'peggy-w');
googletag.pubads().setTargeting('hp_site', 'hubpages');

googletag.pubads().addEventListener('slotRenderEnded', function(event) {
  jq('.grid').masonry('layout');
});
});
  window.adScriptsLoaded = true;
	function checkIX() {
		if (window.adSystem) { window.adSystem.setSystemLoaded('indexExchange'); window.adSystem.initAmazonBidding(); clearInterval(ixInterval); }
	}
	ixInterval = setInterval(checkIX, 50);});
//]]>
</script>
  </head>
<body class="hubpages fully-responsive article hub hubpage mobile fullwidth turbo-ads" data-articleId="540628"  data-siteId="0"  style="" >

<!-- symbols (9711 bytes) -->
<svg id="svg-definitions">
<symbol id="solidbubble" viewBox="0 0 16 16"><path d="M14.5 1c0.825 0 1.5 0.675 1.5 1.5v8c0 0.825-0.675 1.5-1.5 1.5h-5.7l-4.8 4v-4h-2.5c-0.825 0-1.5-0.675-1.5-1.5v-8c0-0.825 0.675-1.5 1.5-1.5h13z"></path></symbol>
<symbol id="banner" viewBox="0 0 16 16"><path d="M 14,13.5 14,8 14,4.746 14,0 0.01911904,0.00937684 0,13.5 7,11 z"/></symbol>
<symbol id="info" viewBox="0 0 16 16"><path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM7 3.75c0-0.413 0.338-0.75 0.75-0.75h0.5c0.412 0 0.75 0.337 0.75 0.75v0.5c0 0.412-0.338 0.75-0.75 0.75h-0.5c-0.412 0-0.75-0.338-0.75-0.75v-0.5zM10 13h-4v-1h1v-4h-1v-1h3v5h1v1z"></path></symbol>
<symbol id="close" viewBox="0 0 16 16"><path d="M8 0C3.582 0 0 3.582 0 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zm4 10.5L10.5 12 8 9.5 5.5 12 4 10.5 6.5 8 4 5.5 5.5 4 8 6.5 10.5 4 12 5.5 9.5 8l2.5 2.5z" id="path4" /><path style="fill:#ffffff;fill-opacity:1;stroke:none" d="M 4.7416778,11.256982 4.0139787,10.52702 5.2680239,9.2743493 6.5220689,8.0216785 5.2675619,6.7658667 4.0130548,5.5100549 4.7593047,4.7661189 5.5055547,4.0221829 6.759557,5.274811 8.0135593,6.5274391 9.2679433,5.2744298 10.522327,4.0214206 11.250454,4.7495467 11.97858,5.4776729 10.72557,6.7320567 9.4725609,7.9864407 10.725579,9.2408334 11.978597,10.495226 11.232834,11.240988 10.487072,11.986751 9.234036,10.732341 7.9810005,9.4779311 6.7251887,10.732438 5.4693769,11.986945 4.7416778,11.256982 z" id="path3015"/></symbol>
<symbol id="flag" viewBox="0 0 16 16"><path d="M0 0h2v16h-2v-16z"></path><path d="M3 1v8h12.5l-4-4 4-4z"></path></symbol>
<symbol id="hubpages-h" viewBox="0 0 16 16"><path d="M13.757 6.636c-.448.448-.96.832-1.44 1.152V.11c0-.352-2.078.224-2.205.544v8.253c-1.343.48-2.814.704-4.35.672V1.933c0-.352-2.078.223-2.206.543V9.42c-.575-.065-1.183-.193-1.79-.32-.416-.097-.544 1.375 0 1.503.64.128 1.215.256 1.79.32v4.542c0 .384 2.207-.256 2.207-.576v-3.743c1.663.032 3.1-.192 4.35-.576v5.31c0 .385 2.205-.255 2.205-.575v-5.79c.8-.544 1.503-1.184 2.046-1.92.192-.287-.35-1.215-.607-.96z"></path></symbol>
<symbol id="quotes-left" viewBox="0 0 16 16"><path d="M3.516 7c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5l-0.016-0.5c0-3.866 3.134-7 7-7v2c-1.336 0-2.591 0.52-3.536 1.464-0.182 0.182-0.348 0.375-0.497 0.578 0.179-0.028 0.362-0.043 0.548-0.043zM12.516 7c1.933 0 3.5 1.567 3.5 3.5s-1.567 3.5-3.5 3.5-3.5-1.567-3.5-3.5l-0.016-0.5c0-3.866 3.134-7 7-7v2c-1.336 0-2.591 0.52-3.536 1.464-0.182 0.182-0.348 0.375-0.497 0.578 0.179-0.028 0.362-0.043 0.549-0.043z"></path></symbol>
<symbol id="new-tab" viewBox="0 0 16 16"><path d="M11 13h-8v-8h4.5l2-2h-8.5v12h12v-8.5l-2 2v4.5z"></path><path d="M16 0h-6.5l2.5 2.5-7.5 7.5 1.5 1.5 7.5-7.5 2.5 2.5v-6.5z"></path></symbol>
<symbol id="hubpages-logo" viewBox="0 0 260 64"><path d="M252.8 10.2c-.1-.1-.3-.2-.5-.3.5 0 .9-.2 1.2-.5.3-.3.5-.7.5-1.1 0-.3-.1-.6-.3-.9-.2-.3-.4-.5-.7-.6-.3-.1-.8-.2-1.5-.2h-2v5.9h.9V10h.6c.3 0 .6.1.8.2.2.2.6.6 1 1.4l.5.9h1.2l-.7-1.2c-.5-.5-.8-.9-1-1.1zm-1.3-1h-1.1V7.4h1.1c.5 0 .8 0 1 .1.2.1.3.2.4.3.1.1.1.3.1.5 0 .3-.1.5-.3.6-.3.2-.6.3-1.2.3z"/><path d="M256.5 6.7c-.5-.9-1.2-1.5-2-2-.9-.5-1.8-.7-2.7-.7-.9 0-1.8.2-2.7.7-.9.5-1.6 1.1-2 2-.5.9-.7 1.8-.7 2.7 0 .9.2 1.8.7 2.7.5.9 1.2 1.5 2 2 .9.5 1.8.7 2.7.7.9 0 1.8-.2 2.7-.7.9-.5 1.5-1.2 2-2 .5-.9.7-1.8.7-2.7.1-.9-.2-1.8-.7-2.7zm-.7 5c-.4.7-1 1.3-1.7 1.7-.7.4-1.5.6-2.3.6-.8 0-1.5-.2-2.3-.6-.7-.4-1.3-1-1.7-1.7-.4-.7-.6-1.5-.6-2.3 0-.8.2-1.6.6-2.3.4-.7 1-1.3 1.7-1.7.7-.4 1.5-.6 2.2-.6.8 0 1.5.2 2.2.6.7.4 1.3 1 1.7 1.7.4.7.6 1.5.6 2.3.2.9 0 1.6-.4 2.3zM93.4 19.4c-3.9 0-8.1 3.1-10.8 5.9v-.5c0-11.7 1-19.8 1-24.4 0-1.1-6.8.6-6.9 1.8 0 1.2-.7 9.3-.7 16.6 0 8.2.3 14.7 1 19.6 0 3.1-3.4 7.9-7.1 7.9 0 0-1.6-10.5-1.1-26.6 0-1.1-6.9.8-6.9 1.8 0 .6.1 4.9.2 8.8 0 9.8-3.9 17-7.5 17-2.2 0-4.5-2.9-4.5-9.8 0-8.7 2.5-13.9 2.5-16.2 0-.9-1.5-1.6-5.9-1.6-.3 0-.7.3-1 1v.1c-2.5 4.5-5.8 7.6-9.6 9.7V5c0-1.1-6.4.7-6.8 1.7v26.4c-4.3 1.1-8.8 1.4-13.3 1.2V10.7c0-1.1-6.4.7-6.8 1.7v21.3c-1.9-.3-3.7-.6-5.5-1-1.2-.3-1.7 4.2 0 4.6 1.8.5 3.7.9 5.5 1.2v13.7c0 1.1 6.8-.8 6.8-1.8V39.3c4.6.3 9.2 0 13.3-1v15c0 1.1 6.8-.8 6.8-1.8V35.8c2.9-1.5 5.4-3.5 7.4-6.1-.2 2.2-.4 4.8-.4 7.8 0 7.8 4.6 15.3 10.1 15.3 3.9 0 7.5-3.6 9.7-8.7 1.5 6.9 4.7 8 7.2 8 3.9 0 6.6-3.6 8.1-7.3 1.8 5.1 4.9 7.3 10 7.3 10.8 0 14.9-9.8 14.9-18.5.4-8.9-4.2-14.2-9.7-14.2zm-4.8 26.9c-1.4 0-4.9-.6-5.8-15.2.9-.9 5.4-6 10-6 1.1 0 4.2 1.5 4.3 8.4 0 9.5-3.1 12.8-8.5 12.8zm147-27.8c-4.3 17.8-11.3 27.6-19 27.6-2.5 0-5.4-1.2-7.1-3.7 7.6-3.7 15.6-8.2 15.6-14.3 0-3.2-4-8.8-10.5-8.8-3.6 0-13.2 4.8-13.2 17.2 0 1.3.2 2.5.4 3.6-2.3 1.3-4.5 2.6-6.3 4 0-.1 0-.1-.1-.1-.6-6.8-.3-8.1.7-18.7v-.4c0-.2 0-.5.1-.7.1-.8.1-1.6.2-2.5.1-1.1-6.5-.9-6.5 1.1V24c-2.1-2.7-5.1-4.5-8.1-4.5-4.1 0-12.3 5.1-12.3 17.4 0 4.7-4.1 10.1-6.3 10.1 0 0-.5-6.2.6-25.2.1-1.1-6.5-.9-6.5 1.1v.6c-2.1-2.4-4.9-4-7.7-4-4.1 0-12.3 5.1-12.3 17.4 0 7.8 4.6 15.3 10.1 15.3 3.7 0 7.5-3.3 10-8 .1 5.9 2.8 8.2 5.7 8.2 2.9 0 5.9-3.6 7.9-7.5 1.8 4.3 5 7.4 8.5 7.4 3.7 0 7.4-3.2 9.9-7.8 0 1.7.1 3.5.2 5.5-2.1 2.7-3.9 5.8-3.9 8.2 0 4.1 1.3 6.2 4.7 6.2 3 0 5.7-3.4 5.4-13.1.6-2 3.9-3.9 8-5.9 2.9 4.3 7.7 6.8 12.6 6.8 4.1 0 7.7-1.5 11-4.6 2.1 2.3 5.4 4.6 9.8 4.6 5.5 0 12.8-3.2 12.8-11.7s-9.6-16.5-9.6-20.7l-4.8-1.3zm-86.8 28c-2.2 0-4.5-2.9-4.5-9.8 0-8.8 3.5-11.7 7.3-11.7 2 0 5.2 3 5.8 3.6v2.1c-.6 8.9-5.3 15.8-8.6 15.8zm32.1 0c-2.2 0-4.5-2.9-4.5-9.8 0-8.8 3.5-11.7 7.3-11.7 2.2 0 5.9 3.7 5.9 3.7 0 9.8-5.1 17.8-8.7 17.8zm26.9-10.2c0-7.2 3.7-11.4 6.9-11.4 2.8 0 4.4 1.9 4.4 3.9 0 2.4-5.3 5-11.2 8-.1-.1-.1-.3-.1-.5zm29.5 10.4c-2.9 0-5.3-1.1-7-2.4 3-4 5.6-9.6 7.7-16.9 2.5 4.1 5.9 7.6 5.9 12.4 0 4.5-4.1 6.9-6.6 6.9zm-117.1-42c-12.7 0-19.2 12.4-19.4 13.6 0 0 1.9 2.5 3.2 2.2.7-.1 2.1-2.5 4.5-4.9l.1 36c0 1.1 6.6-.8 6.6-1.7V39.2c1.8 1.2 4.2 2.4 6.8 2.4 9.6 0 14.9-9.1 14.9-17.9-.1-13.6-8.4-19-16.7-19zm1.7 31.2c-2.4 0-4.9-.8-6.8-1.6V11.2c1.4-.5 2.9-.8 4.6-.8 5.6 0 10.8 4 10.8 14.5 0 6.3-3.2 11-8.6 11z"/></symbol>
<symbol id="search-magnify" viewBox="0 0 36 36"><path d="M35.525 31.228l-8.88-8.882c1.444-2.238 2.298-4.895 2.298-7.752C28.943 6.684 22.505.25 14.597.25 6.687.25.254 6.686.254 14.595c0 7.91 6.433 14.344 14.343 14.344 2.856 0 5.513-.85 7.752-2.294l8.88 8.88c.294.297.78.297 1.075 0l3.22-3.22c.3-.296.3-.78 0-1.076zM4.81 14.593c0-5.396 4.39-9.788 9.788-9.788 5.398 0 9.787 4.392 9.787 9.788 0 5.398-4.39 9.79-9.787 9.79-5.398 0-9.788-4.392-9.788-9.79z"/></symbol>
<symbol id="bell" viewBox="0 0 16 16"><path d="M16 13c-1.657 0-3-1.343-3-3v-4.455c0-2.199-1.718-4.033-4-4.454v-1.091h-2v1.091c-2.282 0.421-4 2.255-4 4.454v4.455c0 1.657-1.343 3-3 3v1h6.712c-0.081 0.178-0.127 0.377-0.127 0.586 0 0.781 0.633 1.414 1.414 1.414s1.414-0.633 1.414-1.414c0-0.209-0.045-0.407-0.127-0.586h6.713v-1z"></path></symbol>
<symbol id="question" viewBox="0 0 16 16"><path d="M9 12c0 0.552-0.448 1-1 1s-1-0.448-1-1 0.448-1 1-1 1 0.448 1 1z"></path><path d="M8 0c-4.418 0-8 3.582-8 8s3.582 8 8 8 8-3.582 8-8-3.582-8-8-8zM8 14.5c-3.59 0-6.5-2.91-6.5-6.5s2.91-6.5 6.5-6.5 6.5 2.91 6.5 6.5-2.91 6.5-6.5 6.5z"></path><path d="M8 10.004c-0.414 0-0.75-0.336-0.75-0.75v-0.5c0-0.525 0.203-0.998 0.602-1.404 0.295-0.3 0.653-0.525 0.999-0.742 0.712-0.447 1.024-0.687 1.024-1.107 0-0.457-0.264-0.762-0.485-0.938-0.355-0.282-0.849-0.437-1.39-0.437-0.821 0-1.559 0.548-1.796 1.333-0.12 0.397-0.538 0.621-0.934 0.502s-0.621-0.538-0.502-0.934c0.205-0.68 0.631-1.291 1.2-1.721 0.589-0.445 1.292-0.68 2.031-0.68 0.878 0 1.703 0.271 2.322 0.762 0.679 0.539 1.053 1.289 1.053 2.113 0 1.293-0.998 1.92-1.726 2.377-0.611 0.384-0.899 0.596-0.899 0.876v0.5c0 0.414-0.336 0.75-0.75 0.75z"></path></symbol>
<symbol id="facebook" viewBox="0 0 16 16"><path d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"></path></symbol>
<symbol id="pinterest" viewBox="0 0 16 16"><path d="M8 1.069c-3.828 0-6.931 3.103-6.931 6.931 0 2.938 1.828 5.444 4.406 6.453-0.059-0.547-0.116-1.391 0.025-1.988 0.125-0.541 0.813-3.444 0.813-3.444s-0.206-0.416-0.206-1.028c0-0.963 0.559-1.684 1.253-1.684 0.591 0 0.878 0.444 0.878 0.975 0 0.594-0.378 1.484-0.575 2.306-0.166 0.691 0.344 1.253 1.025 1.253 1.231 0 2.178-1.3 2.178-3.175 0-1.659-1.194-2.819-2.894-2.819-1.972 0-3.128 1.478-3.128 3.009 0 0.597 0.228 1.234 0.516 1.581 0.056 0.069 0.066 0.128 0.047 0.2-0.053 0.219-0.169 0.691-0.194 0.787-0.031 0.128-0.1 0.153-0.231 0.094-0.866-0.403-1.406-1.669-1.406-2.684 0-2.188 1.587-4.194 4.578-4.194 2.403 0 4.272 1.712 4.272 4.003 0 2.388-1.506 4.313-3.597 4.313-0.703 0-1.362-0.366-1.588-0.797 0 0-0.347 1.322-0.431 1.647-0.156 0.603-0.578 1.356-0.862 1.816 0.65 0.2 1.337 0.309 2.053 0.309 3.828 0 6.931-3.103 6.931-6.931 0-3.831-3.103-6.934-6.931-6.934z"></path></symbol>
<symbol id="envelop" viewBox="0 0 16 16"><path d="M15 2h-14c-0.55 0-1 0.45-1 1v10c0 0.55 0.45 1 1 1h14c0.55 0 1-0.45 1-1v-10c0-0.55-0.45-1-1-1zM5.831 9.773l-3 2.182c-0.1 0.073-0.216 0.108-0.33 0.108-0.174 0-0.345-0.080-0.455-0.232-0.183-0.251-0.127-0.603 0.124-0.786l3-2.182c0.251-0.183 0.603-0.127 0.786 0.124s0.127 0.603-0.124 0.786zM13.955 11.831c-0.11 0.151-0.282 0.232-0.455 0.232-0.115 0-0.23-0.035-0.33-0.108l-3-2.182c-0.251-0.183-0.307-0.534-0.124-0.786s0.535-0.307 0.786-0.124l3 2.182c0.251 0.183 0.307 0.535 0.124 0.786zM13.831 4.955l-5.5 4c-0.099 0.072-0.215 0.108-0.331 0.108s-0.232-0.036-0.331-0.108l-5.5-4c-0.251-0.183-0.307-0.534-0.124-0.786s0.535-0.307 0.786-0.124l5.169 3.759 5.169-3.759c0.251-0.183 0.603-0.127 0.786 0.124s0.127 0.603-0.124 0.786z"></path></symbol>
<symbol id="bubble-lines" viewBox="0 0 16 16"><path d="M14.5 1h-13c-0.825 0-1.5 0.675-1.5 1.5v8c0 0.825 0.675 1.5 1.5 1.5h2.5v4l4.8-4h5.7c0.825 0 1.5-0.675 1.5-1.5v-8c0-0.825-0.675-1.5-1.5-1.5zM7 9h-4v-1h4v1zM11 7h-8v-1h8v1zM13 5h-10v-1h10v1z"></path></symbol>
</svg>

<div id="header_placeholder"><div id="header_wrap"><header id="header"><div class="desktop_hamburger"><div class="menu_bar"><hr/><hr/><hr/></div><div class="menu_bar more">MORE</div></div><div id="hamburger_close" class="close_icon header_icon" style="display: none"><hr class="bar1"/><hr class="bar2"/><hr class="bar3"/></div><div id="site_title" ><a tabindex="-1" href="http://hubpages.com/" title="HubPages"><svg class="svglogo hubpages-logo hubpages-logo32"><title>HubPages</title><use xlink:href="#hubpages-logo"></use></svg></a></div><div id="mobile_menu_bar" class="menu_bar"><hr><hr><hr></div><div id="header_search"><div id="header_search_container"><form action="/search/" name="search_form_mobile" id="search_form"><input id="search_input" name="s" type="text" value="" placeholder="Search" autofocus="autofocus"/><div id="search_button"><svg class="moon tiny icon search-magnify"><use xlink:href="#search-magnify"></use></svg></div></form></div><span id="search_icon" class="header_icon"><svg class="moon smallish icon search-magnify"><use xlink:href="#search-magnify"></use></svg></span><div id="close_icon" class="close_icon header_icon" style="display: none"><hr id="bar1" /><hr id="bar2" /><hr id="bar3" /></div></div><div id="header_right"><a id="signin_span" tabindex="-1" href="https://hubpages.com/signin/">Sign In</a><a tabindex="-1" href="https://hubpages.com/user/new/" class="call_to_action">Join</a></div></header></div></div><div id="category_box"><a href="https://hubpages.com/art" class="cat_name full_width">Arts</a><a href="https://hubpages.com/autos" class="cat_name full_width">Autos</a><a href="https://hubpages.com/literature" class="cat_name full_width">Books</a><a href="https://hubpages.com/business" class="cat_name full_width">Business</a><a href="https://hubpages.com/education" class="cat_name full_width">Education</a><a href="https://hubpages.com/entertainment" class="cat_name full_width">Entertainment</a><a href="https://hubpages.com/family" class="cat_name full_width">Family</a><a href="https://hubpages.com/style" class="cat_name full_width">Fashion</a><a href="https://hubpages.com/food" class="cat_name full_width">Food</a><a href="https://hubpages.com/games-hobbies" class="cat_name full_width">Games</a><a href="https://hubpages.com/relationships" class="cat_name full_width">Gender</a><a href="https://hubpages.com/health" class="cat_name full_width">Health</a><a href="https://hubpages.com/holidays" class="cat_name full_width">Holidays</a><a href="https://hubpages.com/living" class="cat_name full_width">Home</a><a href="https://hubpages.com/community" class="cat_name full_width">HubPages</a><a href="https://hubpages.com/money" class="cat_name full_width">Personal Finance</a><a href="https://hubpages.com/animals" class="cat_name full_width">Pets</a><a href="https://hubpages.com/politics" class="cat_name full_width">Politics</a><a href="https://hubpages.com/religion-philosophy" class="cat_name full_width">Religion</a><a href="https://hubpages.com/sports" class="cat_name full_width">Sports</a><a href="https://hubpages.com/technology" class="cat_name full_width">Technology</a><a href="https://hubpages.com/travel" class="cat_name full_width">Travel</a></div><div id="container">

<div id="social_share_wrapper"><div id="social_share_widget"><a class="facebook" href="#" title="Facebook" onclick="window.open('https://www.facebook.com/dialog/feed?app_id=86382555399&amp;display=popup&amp;link=https%3A%2F%2Fhubpages.com%2Ftravel%2FWhat-eleven-inches-of-rain-did-last-week-in-Houston&amp;description=What+Eleven+Inches+of+Rain+Did+Last+Week+in+Houston%2C+Texas&amp;redirect_uri=https%3A%2F%2Fhubpages.com%2Ftravel%2FWhat-eleven-inches-of-rain-did-last-week-in-Houston&amp;picture=https%3A%2F%2Fusercontent1.hubstatic.com%2F1076868.jpg','','width=600,height=400'); return false;"><svg class="moon small facebook"><use xlink:href="#facebook"></use></svg></a><a class="pinterest" href="#" title="Pinterest" onclick="window.open('https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fhubpages.com%2Ftravel%2FWhat-eleven-inches-of-rain-did-last-week-in-Houston&amp;media=https%3A%2F%2Fusercontent1.hubstatic.com%2F1076868.jpg&amp;description=What+Eleven+Inches+of+Rain+Did+Last+Week+in+Houston%2C+Texas','','width=800,height=500'); return false;"><svg class="moon small pinterest"><use xlink:href="#pinterest"></use></svg></a><a class="email" title="Email" href="mailto:?subject=What%20Eleven%20Inches%20of%20Rain%20Did%20Last%20Week%20in%20Houston%2C%20Texas&body=I%20thought%20you%20might%20enjoy%20this%20article%3A%0D%0A%0D%0Ahttps://hubpages.com/travel/What-eleven-inches-of-rain-did-last-week-in-Houston"><svg class="moon small envelop"><use xlink:href="#envelop"></use></svg></a><hr/><span class="hubcomment_count_wrap"><a href="#" onclick="ssToId('mod_3056964'); return false;"><svg class="moon small bubble-lines"><use xlink:href="#bubble-lines"></use></svg></a><a href="#" id="hubcomment_counter" onclick="ssToId('mod_3056964'); return false;">55</a></span></div></div><article><div id="hub_resp_main"><div class="full module moduleBreadcrumbs" id="mod_new6"><div id="crumbs" class="">
<div class="arrow-left"></div>
<ul id="crumbslist">
<li itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb" ><a href="http://hubpages.com/" itemprop="url"><span class="crumbspan" itemprop="title">HubPages</span></a><em>&raquo;</em></li><li itemscope="itemscope" >Travel and Places<em>&raquo;</em></li><li itemscope="itemscope" >Visiting North America<em>&raquo;</em></li><li itemscope="itemscope" >United States<em>&raquo;</em></li><li class="final" itemscope="itemscope" >Texas</li>
</ul>
</div>
</div>
<div class="full module moduleTitle" id="mod_new4"><h1>What Eleven Inches of Rain Did Last Week in Houston, Texas</h1><div id="author_byline" class="updated">Updated on August 25, 2017</div>
</div>
<div class="full module moduleAuthorBio flipboard-remove" id="mod_new2"><div class="authorbio "><a href="#" class="close_btn"><svg class="moon small close"><use xlink:href="#close"></use></svg></a><div class="photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="name"><a class="more" href="#"><span class="author_primary_name">Peggy Woods</span> <div class="more_arr"><span class="arrow-right arrow small"> </span> more</div></a></div><p class="about_author_bio">I live in Houston, and I have worked as a nurse. My interests include traveling, reading, gardening, cooking, and our wonderful pets.</p><div class="contact_author"><a href="#">Contact Author</a></div></div>
</div>
<div class="full module moduleImage" id="mod_3056959"><figure><div id="slide_img_839771_1076868" data-image-id="1076868" data-mdi-id="839771" class="image_wrapper bordered" data-lightbox-image="https://usercontent1.hubstatic.com/1076868_f1024.jpg"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/1076868_f496.jpg" data-ratio="0.75" alt="Curbside debris after flooding in Houston" title="Curbside debris after flooding in Houston" class="lazy"/><noscript><img src="https://usercontent1.hubstatic.com/1076868_f496.jpg" data-ratio="0.75" alt="Curbside debris after flooding in Houston" title="Curbside debris after flooding in Houston"/></noscript></div><figcaption class="caption" id="img_desc_1076868"><span class="caption_text">Curbside debris after flooding in Houston</span> | <span class="img_source span_link">Source</span></figcaption></figure>
</div>
<div class="full module moduleAdSpot mobileAd" id="mod_new55">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontent1hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_1_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleText" id="mod_5119545"><div style="" class="txtd" id="txtd_5119545"><h2>April Showers bring May Flowers</h2>
<p>Most often they are welcomed for what they do to replenish the ground with needed water so that the Spring flowers and other plants can flourish.</p>
<p>It also helps to supply our sources of drinking water whether gleaned from underground or surface areas.</p>
<p>It was not long ago that Houston was actually running behind in our normal rainfall for the year and we needed more. In fact much of the State of Texas still needs rain and west of here numerous areas are suffering from drought conditions.</p>
<p>The topography of Houston is very flat and we are not very much above sea level. In addition to man made drainage systems, we have a number of bayous that run through various sections of this city and serve to catch excess rainwater. All that water eventually drains into Galveston Bay and then the Gulf of Mexico.</p></div>
</div>
<div class="full module moduleImage" id="mod_22019317"><figure><div id="slide_img_5855335_13673558" data-image-id="13673558" data-mdi-id="5855335" class="image_wrapper" ><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/13673558.jpg" data-ratio="0.75" alt="In the part of Bear Creek where my mother used to live." title="In the part of Bear Creek where my mother used to live." class="lazy"/><noscript><img src="https://usercontent1.hubstatic.com/13673558.jpg" data-ratio="0.75" alt="In the part of Bear Creek where my mother used to live." title="In the part of Bear Creek where my mother used to live."/></noscript></div><figcaption class="caption" id="img_desc_13673558"><span class="caption_text">In the part of Bear Creek where my mother used to live.</span> | <span class="img_source span_link">Source</span></figcaption></figure>
</div>
<div class="full module moduleText" id="mod_22019305"><div style="" class="txtd" id="txtd_22019305"><h2>Rain Event</h2>
<p>Late last week we had a rain event which brought over eleven inches of rain crashing down from the sky in monumental proportions. It happened in a matter of a little over three hours. Many people were awakened during the night due to the thunderous noise.</p>
<p>The rain gutters could not handle the deluge and I was looking out of our back windows at 2:45am at the mess the pouring rain was making in my newly planted flowerbed. We keep our backyard lit with floodlights during the night, so it was easy to see the destruction that this flood from the skies was creating.</p>
<p>Little did I know that a mere three miles east of us, portions of our old subdivision were literally flooding. People were getting anywhere from soggy carpet conditions to two and three feet of water in their homes!</p></div>
</div>
<div class="full module moduleAdSpot mobileAd" id="mod_new57">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontent2hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_2_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleMap" id="mod_10504386"><h2 class="subtitle">Location of much of this devastation...</h2><div class="map_canvas" id="map_canvas_10504386"></div><div class="map_legend" id="map_legend_10504386"><div class="map_stopover" onmouseover="highlightMapMarker(event, 10504386, 0);" onmouseout="unhighlightMapMarker(event, 10504386, 0);"><img src="https://www.google.com/mapfiles/marker_greenA.png" alt="A marker" id="stopover_icon_10504386_0"/><strong>Bear Creek Subdivision</strong> - <div class="adr">Houston, TX 77084, USA</div> <small><a href="https://maps.google.com/maps?&daddr=Houston%2C+TX+77084%2C+USA">get directions</a><div class="arrow-right"></div></small><p></p></div><div id="map_legend_10504386_0"></div><div id="map_legend_10504386_warnings" class="map_warnings"></div><div id="map_legend_10504386_copyright" class="map_copyright"></div></div><div id="map_json_10504386" style="display:none;">{"lat":29.832083,"lng":-95.657799,"zoom":11,"mapType":"ROADMAP","markers":[{"id":7961,"lat":"29.829651","lng":"-95.666832","name":"Bear Creek Subdivision","address":"Houston, TX 77084, USA","description":""}]}</div>
</div>
<div class="full module moduleImage" id="mod_22019356"><figure><div id="slide_img_5855351_7718752" data-image-id="7718752" data-mdi-id="5855351" class="image_wrapper" ><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/7718752.jpg" data-ratio="0.75" alt="Next door to my mother's old house. You can see the water line on the brick." title="Next door to my mother's old house. You can see the water line on the brick." class="lazy"/><noscript><img src="https://usercontent1.hubstatic.com/7718752.jpg" data-ratio="0.75" alt="Next door to my mother's old house. You can see the water line on the brick." title="Next door to my mother's old house. You can see the water line on the brick."/></noscript></div><figcaption class="caption" id="img_desc_7718752"><span class="caption_text">Next door to my mother's old house. You can see the water line on the brick.</span> | <span class="img_source span_link">Source</span></figcaption></figure>
</div>
<div class="full module moduleAdSpot mobileAd" id="mod_new59">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontent3hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_3_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleText" id="mod_22019354"><div style="" class="txtd" id="txtd_22019354"><h2>Bear Creek Subdivision</h2>
<p>Had my mother still lived in her old home, she would have suffered the fate of having about a foot and a half of water in her home. The neighbors on either side of her and across the street had even more water in their homes!</p>
<p>My mother's home had never previously flooded.</p>
<p>Driving through the subdivision today we saw mounds of sheet rock, lumber and carpeting piled curbside. In addition were refrigerators, hot water heaters, sofas and chairs and possessions of every sort making mountains of trash in front of countless homes.</p>
<p>It was a sad sight indeed!</p></div>
</div>
<div class="full module moduleImage" id="mod_3056514"><figure><div id="slide_img_839644_1076827" data-image-id="1076827" data-mdi-id="839644" class="image_wrapper" data-lightbox-image="https://usercontent2.hubstatic.com/1076827_f1024.jpg"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/1076827_f520.jpg" data-ratio="0.75" alt="Parts of people's lives are next to every curb." title="Parts of people's lives are next to every curb." class="lazy"/><noscript><img src="https://usercontent2.hubstatic.com/1076827_f520.jpg" data-ratio="0.75" alt="Parts of people's lives are next to every curb." title="Parts of people's lives are next to every curb."/></noscript></div><figcaption class="caption" id="img_desc_1076827"><span class="caption_text">Parts of people's lives are next to every curb.</span> | <span class="img_source span_link">Source</span></figcaption></figure>
</div>
<div class="full module moduleText" id="mod_22019396"><div style="" class="txtd" id="txtd_22019396"><p>We had some friends over for supper last night who happen to live one street over from where my mother used to live. All the sheet rock has been torn out of their home from the floor going up to about two feet. Dehumidifying fans are humming in all parts of the house and the white dust from the cut sheet rock is everywhere.</p>
<p>All their appliances no longer work. Much of their overstuffed furniture will need replacing. Water got in the car and that will need servicing.</p>
<p>Contractors trucks can be seen everywhere.</p>
<p>Our friend carried flood insurance and all we can hope is that most of the rest of the homeowners also took out flood insurance. Mind you.......this is NOT in a designated flood zone where that insurance is mandatory.</p>
<p>But we have learned in living here that literally any part of Houston can flood when we get torrential rains that disgorge that much water in a limited time frame.</p></div>
</div>
<div class="full module moduleAdSpot mobileAd" id="mod_new61">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontent4hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_4_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleVideo" id="mod_16478697"><h2 class="subtitle">Protect your home from flooding (While this video comes from the UK, many of the same principles apply.)</h2><div id="video_650484"></div>
</div>
<div class="full module moduleText" id="mod_44491589"><div style="" class="txtd" id="txtd_44491589"><h2>Tropical Storms and Hurricanes</h2>
<p>A tropical storm named Allison flooded the Texas Medical Center several years ago where much damage was done. Basements flooded and equipment was destroyed costing millions of dollars to replace and/or repair. Many lost hours of research that could have potentially helped to save lives was also decimated by the flood waters.</p>
<p>Only people who have suffered the fate of what flood waters can do to a person's home and possessions can truly empathize with others suffering the same fate.</p>
<p>It happened to my parents when I was in my late teens. In the aftermath of Hurricane Beulah, my parents had about 2 1/2 feet of water in their home. They lost so much in the way of possessions. The worst part was losing irreplaceable family photos for us.</p>
<p>As long as lives are not lost, almost everything else can be replaced with time, money, effort, hard work and good insurance policies.</p>
<p>Back in the late 1960s my parents did not have flood insurance...so their losses were not covered by insurance. They had to take out a second loan on the house to be able to bring it back to a livable condition. Resources were stretched to the limit for quite some time.</p></div>
</div>
<div class="full module moduleImage" id="mod_44491590"><figure><div id="slide_img_11779414_13673562" data-image-id="13673562" data-mdi-id="11779414" class="image_wrapper" ><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/13673562.jpg" data-ratio="0.75" alt="Sheetrock and carpeting being torn out of houses after other trash was picked up after the massive flood." title="Sheetrock and carpeting being torn out of houses after other trash was picked up after the massive flood." class="lazy"/><noscript><img src="https://usercontent1.hubstatic.com/13673562.jpg" data-ratio="0.75" alt="Sheetrock and carpeting being torn out of houses after other trash was picked up after the massive flood." title="Sheetrock and carpeting being torn out of houses after other trash was picked up after the massive flood."/></noscript></div><figcaption class="caption" id="img_desc_13673562"><span class="caption_text">Sheetrock and carpeting being torn out of houses after other trash was picked up after the massive flood.</span> | <span class="img_source span_link">Source</span></figcaption></figure>
</div>
<div class="full module moduleAdSpot mobileAd" id="mod_new63">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontent5hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_5_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleText" id="mod_3056443"><div style="" class="txtd" id="txtd_3056443"><p>What strikes me about disasters is that it always creates not only havoc for the people withstanding the mess and losses...but it creates work and income for others. On the one hand, people lose and on the other, people gain.</p>
<p>Just think of all the building materials that are going to have to be acquired and utilized by contractors hired to rebuild those homes. Furniture companies will suddenly get more business. All types of supplies will have to be purchased to replace lost items. Everything from cleaning supplies to clothing to bedding to groceries will need replacing. New appliances will be ordered and delivered.</p>
<p>Cars will be salvaged or replaced. Rental car agencies are swamped with local business right now! In fact it is hard to find a car to lease.</p>
<p>We were so fortunate to have escaped Nature's wrath this time. It would have been very hard for my 83 year old mother to have dealt with this disaster had she still been living in her old home...especially having just lost her son (my brother) a week earlier. I am happy for her that she did not have to endure this hardship, but sad for those who are now suffering.</p>
<p>This is a good lesson! We should take each and every day and be grateful for what we have. One never knows when it might be snatched away. That goes for not only possessions, but more importantly the pets and especially the people in our lives.</p>
<p>Life can be smooth sailing but at other times rough and stormy seas are encountered.</p>
<p>Eleven inches of rain in parts of Houston changed people's lives drastically and very quickly in the dark hours of the night.</p></div>
</div>
<div class="full module moduleVideo" id="mod_16478775"><h2 class="subtitle">Floodshield Door Flood Protection Barrier</h2><div id="video_650491"></div>
</div>
<div class="full module moduleText" id="mod_41782221"><div style="" class="txtd" id="txtd_41782221"><h2>2016 Update<em><strong></strong></em></h2>
<p>Since first writing this post we have suffered more devastating floods in Houston. In fact just this year of 2016 we had the "Tax Day Flood" and the "Memorial Day Flood" where even more than 11 inches fell in many parts of our city!</p>
<p>We had 12 to 15 inches in our area in a matter of 4 to 5 hours! Major roads in and out of our particular locale were closed for weeks! That is because they go through the Addicks Reservoir which was built to retain flood waters keeping downtown Houston from flooding.</p>
<p>We had several friends of ours affected by the floods this year. Once again they are in the process of rebuilding their lives.</p>
<p>One friend is seriously considering getting some type of raft or other device which could enable her to escape should her area flood again. The rains came at night and by the time she discovered the problem she already had several feet of water in her home. Her car was ruined so that was no means for escape.</p>
<p>She had called 911 but they were too busy rescuing others. Crawl up in your attic was their advice if the water got too high. Believe it or not she was rescued by a friend who owned a jet ski. The water by that time was around 3 feet high in her home! Others on her street were rescued by people with boats.</p></div>
</div>
<div class="full module moduleAmazing" id="mod_41782551"><h2 class="subtitle">Inflatable Boat </h2><div class="single_product"><a href="https://www.amazon.com/Intex-Explorer-2-Person-Inflatable-French/dp/B000051ZHS?psc=1&amp;SubscriptionId=14H876SFAKFS0EHBYQ02&amp;tag=hubacct5363-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=B000051ZHS"><div class="product_image"><img src="https://images-na.ssl-images-amazon.com/images/I/41jfSL5n4IL._SL160_.jpg" alt="Intex Explorer 200, 2-Person Inflatable Boat Set with French Oars and Mini Air Pump"/></div><span class="product_title">Intex Explorer 200, 2-Person Inflatable Boat Set with French Oars and Mini Air Pump</span></a><div class="product_details"><div class="amazonDescription"><p class="">This is the type of craft our friend intends to purchase.</p></div><div class="buy_button_wrap"><a href="https://www.amazon.com/Intex-Explorer-2-Person-Inflatable-French/dp/B000051ZHS?psc=1&amp;SubscriptionId=14H876SFAKFS0EHBYQ02&amp;tag=hubacct5363-20&amp;linkCode=xm2&amp;camp=2025&amp;creative=165953&amp;creativeASIN=B000051ZHS" class="buy_button"><span>&nbsp;</span>Buy Now</a></div></div><div class="clear">&nbsp;</div><img src="https://www.assoc-amazon.com/e/ir?t=hubacct5363-20&amp;l=am2&amp;o=1&amp;a=B000051ZHS" width="1" height="1"  alt="" class="imp_tracker" style="border:none !important; margin:0px !important;" /></div>
</div>
<div class="full module moduleText" id="mod_41782684"><div style="" class="txtd" id="txtd_41782684"><p>Some homes that had never previously flooded did so this year! Obviously we cannot control Mother Nature but some things can be changed.</p>
<p>Our bayous need to be widened in areas and better drainage plans need to be executed. All of this will take time and money. As our large metropolitan area keeps growing some thought needs to be given to not covering it all with concrete. We need more green spaces where water can be absorbed.</p></div>
</div>
<div class="full module moduleVideo" id="mod_16478838"><div id="video_650494"></div>
</div>
<div class="full module moduleText" id="mod_44491591"><div style="" class="txtd" id="txtd_44491591"><h2>Hurricane Harvey Hitting Texas!</h2>
<p>This hurricane is going to be hitting the Texas Gulf coast later today, August 25, 2017. The winds and tides have already picked up. It is predicted to be a category 3 hurricane by the time it hits land around Corpus Christi.</p>
<p>As if that was not bad enough, a front will keep it stalled for many days in our part of the state. It may even dip back into the Gulf.</p>
<p>Here in Houston it is predicted to be a major flooding event with over 20 inches of rain predicted over the course of several days.</p>
<p>Many homes that have previously flooded will probably flood again. Others that have never been flooded may be water soaked this time. Please keep everyone in your prayers!</p></div>
</div>
<div class="full module modulePoll" id="mod_8715697"><div id="8715697_poll_results" class="modulePollResults"><h2 class="pollQuestion">Do you suffer from frequent flooding problems where you live?</h2><form id="8715697_vote_form" action="post"><ul><li><input id="r0_8715697" value="0" type="radio" name="8715697_vote" /> <label for="r0_8715697">Sometimes</label></li><li><input id="r1_8715697" value="1" type="radio" name="8715697_vote" /> <label for="r1_8715697">Always</label></li><li><input id="r2_8715697" value="2" type="radio" name="8715697_vote" /> <label for="r2_8715697">Have not so far</label></li></ul><input type="button" value="Vote" class="primary_action button" onclick="pmm.getById(74059).voteInPoll(); return false;" /><a class="results" onclick="pmm.getById(74059).seePollVotes();return false;" href="#" >See results</a><div class="arrow-right small"></div></form><input type="hidden" id="74059_pollVotes" name="74059_pollVotes" value="10"/></div>
</div>
<div class="full module moduleEndOfHub" id="mod_new14"><p class="muted"><small><b>Â© 2009 Peggy Woods</b></small></p>
</div>
<div class="full module moduleAdSpot desktopAd" id="mod_new26">
<div class="ad-wrapper"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins id="hub_responsive_desktop_below_content" class="adsbygoogle resp-ad author-adsense"  data-ad-format="rectangle" style="display:inline-block;width:520px;height:250px" data-ad-client="ca-pub-5613726174686050" data-ad-host="pub-6958755572607374"></ins>
<script>
</script>
</div>

</div>
<div class="full module moduleMoreByTheAuthor" id="mod_new12">
</div></div><div id="pastEndOfHub">
<div class="full module moduleAdSpot mobileAd" id="mod_new24">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilecontentlasthubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_mobile_content_last_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleAdSpot desktopAd" id="mod_new44">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivedesktopsidebar1hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_desktop_sidebar_1_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module moduleRelated" id="mod_new10"><div class="grid-item" style="clear:both"><div class="hublistbox"><div class="boxtitle_wrap"><h2 class="boxtitle">Related</h2></div><div class="hublist"><ul class="contentitem_listing"><li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/travel/Wow-Snow-in-Houston-Texas" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="Wow!  When Did it Last Snow in Houston, Texas?" style="height:75px;margin-left:-13px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/2222900_f120.jpg" data-ratio="1.3333333333333"/><noscript><img alt="Wow!  When Did it Last Snow in Houston, Texas?" style="height:75px;margin-left:-13px" src="https://usercontent1.hubstatic.com/2222900_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/travel/texas/5825">Texas</a></div><h3><a class="title" href="https://hubpages.com/travel/Wow-Snow-in-Houston-Texas">Wow!  When Did it Last Snow in Houston, Texas?</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Peggy Woods</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>118</span></p></li>
<li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/education/iIllegal-Drugs" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="Hurricane Harvey--6 Astounding Details And Facts About America's Most Devastating Natural Disaster" style="height:75px;margin-left:-23px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/13686033_f120.jpg" data-ratio="1.6182048040455"/><noscript><img alt="Hurricane Harvey--6 Astounding Details And Facts About America's Most Devastating Natural Disaster" style="height:75px;margin-left:-23px" src="https://usercontent2.hubstatic.com/13686033_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/education/geography-nature-and-weather/3609">Geography, Nature &amp; Weather</a></div><h3><a class="title" href="https://hubpages.com/education/iIllegal-Drugs">Hurricane Harvey--6 Astounding Details And Facts About America's Most Devastating Natural Disaster</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Tim Anderson</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>2</span></p></li>
<li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/living/Pictures-of-our-Greenbelt-in-March-with-the-Wildflowers" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="Pictures of Beautiful Wildflowers in our Houston, Texas Subdivision Greenbelt Area" style="height:75px;margin-left:-13px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/2843759_f120.jpg" data-ratio="1.3333333333333"/><noscript><img alt="Pictures of Beautiful Wildflowers in our Houston, Texas Subdivision Greenbelt Area" style="height:75px;margin-left:-13px" src="https://usercontent2.hubstatic.com/2843759_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/living/planting-flowers/3180">Planting Flowers</a></div><h3><a class="title" href="https://hubpages.com/living/Pictures-of-our-Greenbelt-in-March-with-the-Wildflowers">Pictures of Beautiful Wildflowers in our Houston, Texas Subdivision Greenbelt Area</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Peggy Woods</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>24</span></p></li>
<li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/travel/Biography-of-Sam-Houston" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="Why We Celebrate Sam Houston in Texas" style="width:75px;margin-top:-16px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/7251400_f120.jpg" data-ratio="0.7397504456328"/><noscript><img alt="Why We Celebrate Sam Houston in Texas" style="width:75px;margin-top:-16px" src="https://usercontent1.hubstatic.com/7251400_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/travel/texas/5825">Texas</a></div><h3><a class="title" href="https://hubpages.com/travel/Biography-of-Sam-Houston">Why We Celebrate Sam Houston in Texas</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Peggy Woods</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>72</span></p></li>
</ul></div></div></div>
</div>
<div class="full module moduleAdSpot desktopAd" id="mod_new51">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivedesktopsidebar2hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_desktop_sidebar_2_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>

</div>
<div class="full module modulePopular" id="mod_new8"><div class="grid-item" style="clear:both"><div class="hublistbox"><div class="boxtitle_wrap"><h2 class="boxtitle">Popular</h2></div><div class="hublist"><ul class="contentitem_listing"><li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/travel/Spanish-Missions-of-San-Antonio-Texas" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="The Spanish Missions of San Antonio, Texas" style="height:75px;margin-left:-19px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/5476699_f120.jpg" data-ratio="1.5"/><noscript><img alt="The Spanish Missions of San Antonio, Texas" style="height:75px;margin-left:-19px" src="https://usercontent2.hubstatic.com/5476699_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/travel/texas/5825">Texas</a></div><h3><a class="title" href="https://hubpages.com/travel/Spanish-Missions-of-San-Antonio-Texas">The Spanish Missions of San Antonio, Texas</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Wesman Todd Shaw</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>20</span></p></li>
<li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/travel/10-things-you-MUST-do-in-Austin-Texas" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="11 Great Things to see in Austin Texas while you're at SXSW" style="height:75px;margin-left:-13px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/6048156_f120.jpg" data-ratio="1.3350515463918"/><noscript><img alt="11 Great Things to see in Austin Texas while you're at SXSW" style="height:75px;margin-left:-13px" src="https://usercontent1.hubstatic.com/6048156_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/travel/texas/5825">Texas</a></div><h3><a class="title" href="https://hubpages.com/travel/10-things-you-MUST-do-in-Austin-Texas">11 Great Things to see in Austin Texas while you're at SXSW</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Marcy Goodfleisch</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>17</span></p></li>
<li style="min-height:75px"><div class="card"><a class="obj_image" href="https://hubpages.com/travel/cadillac-ranch" tabindex="-1"><div style="width:75px;height:75px" class="thumbphoto"><img alt="Cadillac Ranch in Amarillo, Texas" style="height:75px;margin-left:-13px" class="lazy" src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/12040478_f120.jpg" data-ratio="1.3327787021631"/><noscript><img alt="Cadillac Ranch in Amarillo, Texas" style="height:75px;margin-left:-13px" src="https://usercontent1.hubstatic.com/12040478_f120.jpg"/></noscript></div></a></div><div class="catlink"><a href="https://hubpages.com/travel/texas/5825">Texas</a></div><h3><a class="title" href="https://hubpages.com/travel/cadillac-ranch">Cadillac Ranch in Amarillo, Texas</a></h3><p class="meta"><span class="author">by <span class="author_primary_name">Lisa Vollrath</span></span><span class="comment_count"><svg class="moon tiny icon solidbubble"><use xlink:href="#solidbubble"></use></svg>7</span></p></li>
</ul></div></div></div>
</div>
<div class="full module moduleAdSpot desktopAd" id="mod_new53">
<div id="adScrollWrapper" class="adScrollWrapper"><div id="hubSidebarAd" class="scrollingAd"><div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivedesktopsidebarrefreshhubpagesmiddle' class="resp-ad"  data-refresh-interval="30000"  data-slot="hub_responsive_desktop_sidebar_refresh_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div></div></div>

</div></div><div id="hub_resp_end">
<div class="full module moduleComment" id="mod_3056964"><div class="grid-item"><div class="commentbox"><div id="writeComment" class="boxtitle_wrap"><h2 class="boxtitle">Comments are welcomed.</h2></div><div class="comment_comment"><form name="comment_3056964" id="comment_3056964" method="get" action="/xml/comment.php"><input type="hidden" name="mod_id" value="3056964" /><div id='formErrors_3056964' class='alert'><ul></ul></div><div class="alerts alert-block"></div><div class="login_msg"><p><a href="https://hubpages.com/signin/?referer_anchor=writeComment">Sign in</a> or <a href="https://hubpages.com/user/new/?utm_source=tocomment&utm_nooverride=1">sign up</a> and post using a HubPages Network account.</p></div><input type="text" id="name" class="text_input" name="name" value=""/><input type="hidden" name="design" value="responsive"/><div id="compose_comment569421" class="compose_comment"><textarea wrap="soft" onfocus="jq('#comText_3056964').select();" id="comText_3056964" name="comText_3056964" rows="6"></textarea></div><div class="post"><div class="comment_char_count" id="comCharDiv_3056964"><span id="comText_3056964_chars">0 of 8192 characters used</span></div><a href="#" id="comment_submit_3056964" class="button btn btn-primary btn-small btn-block primary_action">Post Comment</a><p class="comment_warning muted" style="display:none">No HTML is allowed in comments, but URLs will be hyperlinked. Comments are not for promoting your articles or other sites.</p><div id="spinner" style="text-align:center; display: none;"><div class="spinny-wrap"><div class="spinny-box"><div class="spinny"></div><div class="spinny-working">sending</div></div></div></div></div></form></div><br style="clear:both"/><ul class="contentitem_listing"><li class="comment authorComment" id="comment16855504"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>18 months ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Susie,</p><p class="">What you wrote is so true.  So sorry you had to experience flooding in Fargo, ND.  Not fun!</p></div></li>
<li class="comment" id="comment16855419"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/13242243_100.jpg" class="lazy"  alt="colorfulone profile image" title="colorfulone profile image"/><noscript><img src="https://usercontent2.hubstatic.com/13242243_100.jpg"   alt="colorfulone profile image" title="colorfulone profile image"/></noscript></div><p class="comment_meta"><strong>Susie Lehto&nbsp;</strong><span class='info'><span class='timestamp'>18 months ago</span> <span class="location">from Minnesota</span></span></p><div class="comment_body"><p class="">Flooding does so much damage to property. When it comes that fast there isn't much anyone can do but hang on for the ride, then roll up their sleeves and clean-up the mess.  I survived the flood of 1997 in Fargo, ND.</p></div></li>
<li class="comment authorComment" id="comment16850704"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>19 months ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Au fait,</p><p class="">Yes...Houston has had more than its fair share of flooding this year!  So many people affected including our friend who had her home flooded (again) from the time I first wrote this hub.  It will be many months before her home will be rebuilt again and be habitable.  She will be hoping to sell...but I wonder who will want to buy in that area with that history of flooding.  My heart goes out to her and all the others in that situation.</p><p class="">We are supposed to have a rainy week according to the forecast.  We now actually need the rain with these sizzling temperatures.</p><p class="">Thanks for the share.  Stay cool and safe where you live.</p></div></li>
<li class="comment" id="comment16850189"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/13468393_100.jpg" class="lazy"  alt="Au fait profile image" title="Au fait profile image"/><noscript><img src="https://usercontent2.hubstatic.com/13468393_100.jpg"   alt="Au fait profile image" title="Au fait profile image"/></noscript></div><p class="comment_meta"><strong>C E Clark&nbsp;</strong><span class='info'><span class='timestamp'>19 months ago</span> <span class="location">from North Texas</span></span></p><div class="comment_body"><p class="">We had some flooding here in North Texas this past spring and I believe some people died when they drove their vehicle into it.  The thing about Texas is that usually when it rains it doesn't mess around.  If you're in it, you could easily be soaked and dripping in the blink of an eye.</p><p class="">It gets really bad in the summer when the relentless sun bakes the ground for days and days, sometimes weeks and months, so that it becomes hard as a rock.  Then comes a downpour and everything is fooding because the ground is too hard to soak any of it up and because it comes down so fast, not in buckets, but more like vats.</p><p class="">I know Houston has suffered a lot of flooding this spring.  I hope you were spared.  Of course being on the coast where hurricanes come in every now and then makes it worse than just our usual pounding rains.  Studying weather at university, I learned that the biggest threat in a hurricane is flooding.  It affects more people than just the strong winds and can go inland a long way.</p><p class="">We're to have 3 days of rain beginning Monday, but often by the time the appointed day arrives rain has been removed from the forecast.</p><p class="">Sharing this interesting article.</p><p class="">Hope you are in a cool place.  Take care . . .</p></div></li>
<li class="comment authorComment" id="comment12756651"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>3 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Peg,</p><p class="">I was still living at home when one of my parent's homes got about 3 feet of water in it due to after effects of Hurricane Beulah many years ago.  So much was ruined including the house.  Not fun!  It seems you have had your share of disasters also.  Hope you get that needed rainfall in the Dallas area to make up for the deficit.</p></div></li>
<li class="comment authorComment" id="comment12754716"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>3 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Au fait,</p><p class="">Here in Houston it has also been terrible for several years regarding drought and many trees were lost all around this city.  Of course replanting has taken place but places like Memorial Park certainly have a different look these days.</p><p class="">We have finally caught up to about normal rainfall for now and the reservoirs and lakes that supply drinking water to Houston are now filled.</p><p class="">Hope you get the much needed rain in your area.  This rain event featured here took place several years ago.  Sounds like you had a bad time of it also with the one you related.  Too bad it is feast or famine!</p></div></li>
<li class="comment" id="comment12754339"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12796057_100.jpg" class="lazy"  alt="PegCole17 profile image" title="PegCole17 profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12796057_100.jpg"   alt="PegCole17 profile image" title="PegCole17 profile image"/></noscript></div><p class="comment_meta"><strong>Peg Cole&nbsp;</strong><span class='info'><span class='timestamp'>3 years ago</span> <span class="location">from Dallas, Texas</span></span></p><div class="comment_body"><p class="">With the Texas weather there's never a dull moment. This incredible amount of rain in such a short time is amazing and your photos tell the tale of the destruction to possessions and the lives of those affected. I've made it through a few natural disasters and thankfully, have lived to tell the tale.</p><p class="">Our area here is still in Stage 3 Drought despite recent rainfall. Years ago, we had the 100 year floods that left the nearby lake way above its normal point. These days, it's way below normal.</p></div></li>
<li class="comment moduleAdSpot anyAd">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsiveanycomment1hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_any_comment_1_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>
</li>
<li class="comment" id="comment12753746"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/13468393_100.jpg" class="lazy"  alt="Au fait profile image" title="Au fait profile image"/><noscript><img src="https://usercontent2.hubstatic.com/13468393_100.jpg"   alt="Au fait profile image" title="Au fait profile image"/></noscript></div><p class="comment_meta"><strong>C E Clark&nbsp;</strong><span class='info'><span class='timestamp'>3 years ago</span> <span class="location">from North Texas</span></span></p><div class="comment_body"><p class="">I remember how badly it flooded here where I live a few years ago -- before the awful drought we've gotten into since.  My daughter's apartment flooded and her cats had to take refuge on top of tall bookcases.  Some of the people who lived in the same apartment complex awoke to find their cars full of water up to the bottoms of the windows as well as their apartments flooded.</p><p class="">Daughter stayed with me that afternoon and night because I couldn't get her home, so many of the streets were flooded.  Good thing I didn't take her home too, I think.  Her cats managed.  It rained hard for nearly 2 full days that time.</p><p class="">Right now we desperately need rain and more rain, but I know if we get too much at a time it will flood and fail to benefit all the trees and other plants that need it.  We've hardly had any decent rain at all this year since last September.  When it does really rain, perhaps 2-3 times these last many months, it only lasts for 20 minutes to an hour and then it's gone again for weeks.  Mostly it sprinkles, mists, or drizzles, and even that is rare.</p><p class="">Voting this article up and interesting.  Another one I haven't seen before.  Pinned to Awesome Hubpages and sharing.</p></div></li>
<li class="comment authorComment" id="comment11517036"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>4 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello torrilynn,</p><p class="">Yes, for sure, rain...especially if it is extended over a short period of time...can do a lot of damage as is shown in these pictures.  Much depends upon the topography of the land, how much rain has happened in the near past, the type of soil which can either absorb so much moisture or not...etc.  Thanks for your interest and comment.</p></div></li>
<li class="comment authorComment" id="comment11514009"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>4 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi moonlake,</p><p class="">Yes, it really is amazing the power of flood waters and what can happen in such a small amount of time.  We carry flood insurance although we are also not in a designated flood plain...but since Houston is so flat...almost anyone could be effected if the storm and rain clouds linger over one spot for too long a time.  Thanks for your comment + the share.</p></div></li>
<li class="comment" id="comment11513322"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/13833661_100.jpg" class="lazy"  alt="torrilynn profile image" title="torrilynn profile image"/><noscript><img src="https://usercontent2.hubstatic.com/13833661_100.jpg"   alt="torrilynn profile image" title="torrilynn profile image"/></noscript></div><p class="comment_meta"><strong>torrilynn&nbsp;</strong><span class='info'><span class='timestamp'>4 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">PeggyW, wow I never knew that rain could do so much damage. very interesting and thorough hub. thanks. voted up.</p></div></li>
<li class="comment" id="comment11512476"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/266971_100.jpg" class="lazy"  alt="moonlake profile image" title="moonlake profile image"/><noscript><img src="https://usercontent2.hubstatic.com/266971_100.jpg"   alt="moonlake profile image" title="moonlake profile image"/></noscript></div><p class="comment_meta"><strong>moonlake&nbsp;</strong><span class='info'><span class='timestamp'>4 years ago</span> <span class="location">from America</span></span></p><div class="comment_body"><p class="">We've had some bad rains here but it has been years. It's terrible what water can do. Interesting hub voted up and shared.</p></div></li>
<li class="comment authorComment" id="comment6708648"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Don,</p><p class="">We had hail many years ago in the same subdivision shown in these pictures (where we used to live) and it was not nearly the size of baseballs...closer to nickle and quarter sized.  Most everyone got new roofs at that time also.</p><p class="">I wonder if those &quot;river rats&quot; know of the door flood protection items (as shown in the 2nd video) that are available?  They also have some that block off entire driveways, etc. that seem easy enough to install with a small amount of notice.</p><p class="">The problem with the rainstorm in Houston that happened causing all of this damage...it came in the night and no one would have been able to predict that amount of water coming down in so short a time.  It was not even related to a tropical storm!</p></div></li>
<li class="comment" id="comment6708511"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/5304970_100.jpg" class="lazy"  alt="dahoglund profile image" title="dahoglund profile image"/><noscript><img src="https://usercontent1.hubstatic.com/5304970_100.jpg"   alt="dahoglund profile image" title="dahoglund profile image"/></noscript></div><p class="comment_meta"><strong>Don A. Hoglund&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Wisconsin Rapids</span></span></p><div class="comment_body"><p class="">Hi Peggy,</p><p class="">Heavy rains and flooding can have many  problems, as you note. In Moline,IL there are a number of people who have homes on the shores of the Rock River which floods fairly often. Oddly they almost always clean up and stay. They call themselves river rats and refuse any other lifestyle.</p><p class="">a few years ago Wisconsin Rapids had a hailstorm with hail the size of baseballs. Just about every house in town needed new roofs and siding..</p></div></li>
<li class="comment moduleAdSpot anyAd">
<div class="ad-wrapper"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsiveanycomment2hubpagesmiddle' class="resp-ad"   data-slot="hub_responsive_any_comment_2_hubpages_middle"  data-width="300" data-height="250"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div>
</li>
<li class="comment authorComment" id="comment6703368"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello doodlebugs,</p><p class="">No...we are also parched.  Wrote this hub in 2009 after Houston got 11 inches of rain in just a few hours.  We still BADLY need rain and lots of it to catch up so that trees quit dying and the water level for drinking and otherwise is replenished.  Let's hope for rain in Texas...just a decent amount at a time.  :))</p></div></li>
<li class="comment authorComment" id="comment6703334"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Happyboomernurse,</p><p class="">Actually we had both sold our homes and lived together in our current one when it happened about half a year before she died.  So my mother did get to see all of the damage.  My brother died just shortly before this flooding happened.</p><p class="">I think that you are smart to have that flood insurance.  We do the same although we do not live in a flood zone.  The people in our former neighborhood also did not live in a flood zone!</p><p class="">Yes, we still need rain badly...just not so many inches at one time.  We have had a few days of intermittant rain in the last several weeks...but still so much is needed.  Thanks for the good thoughts.</p></div></li>
<li class="comment" id="comment6703267"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/958466_100.jpg" class="lazy"  alt="doodlebugs profile image" title="doodlebugs profile image"/><noscript><img src="https://usercontent1.hubstatic.com/958466_100.jpg"   alt="doodlebugs profile image" title="doodlebugs profile image"/></noscript></div><p class="comment_meta"><strong>doodlebugs&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Southwest</span></span></p><div class="comment_body"><p class="">Wow, I had no idea you had so much rain down there. We are still parched here in Austin.</p></div></li>
<li class="comment" id="comment6702911"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/3965149_100.jpg" class="lazy"  alt="Happyboomernurse profile image" title="Happyboomernurse profile image"/><noscript><img src="https://usercontent2.hubstatic.com/3965149_100.jpg"   alt="Happyboomernurse profile image" title="Happyboomernurse profile image"/></noscript></div><p class="comment_meta"><strong>Gail Sobotkin&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from South Carolina</span></span></p><div class="comment_body"><p class="">Hi Peggy,</p><p class="">Very sad hub. Am glad your Mom was spared seeing this but sad that both she and your brother are no longer alive. I can't imagine how she could have coped with a flood that came so soon after your brother's death.</p><p class="">As you know, we previously lived in a flood zone and experienced several floods even though it was a &quot;once in a hundred year zone.&quot; We now live in DE where the whole state is about sea level and when we moved to our home here I insisted that we still buy flood insurance as a tropical storm or hurricane could cause flooding. We were lucky that Hurricane Irene did no damage but as you say, one never knows.</p><p class="">Sorry to hear that the drought conditions are causing some many problems. Hope you get some rain soon.</p></div></li>
<li class="comment authorComment" id="comment6702570"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>6 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">This flooding happened in 2009.  We have almost the opposite problem in 2011...a severe drought that is causing plants to die, foundations to crack and wildfires destroying everything in their path.  Today we need rain badly...just not 11 inches in a few hours as happened when this hub was written.</p></div></li>
<li class="comment authorComment" id="comment4082104"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>7 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello nur,</p><p class="">You obviously have a big heart!  Hopefully you and people you know will never have to withstand the effects of 11 inches of rain and the devastation it caused in Houston or anywhere else on this planet.  Mother Nature sometimes smiles at us and at other times rages.  It serves to remind us that we are but small and temporary residents in the grand design of life on earth.</p></div></li>
<li class="comment" id="comment4081415"><div class="author_photo"><img src="https://assets.hubstatic.com/x/nobio_100.jpg" alt="profile image"></div><p class="comment_meta"><strong>nur&nbsp;</strong><span class='info'><span class='timestamp'>7 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">Im a grade 9 student and i just cried reading this...............</p></div></li>
<li class="comment authorComment" id="comment3508921"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>7 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi billyaustindillon,</p><p class="">At least we don't have to worry about water rationing like we do sometimes in the summer months.  Also enjoying the lower water bills since we have been getting so much rain lately.</p><p class="">Keeping sewers clean and unclogged should be everyone's concern.  Also when open land keeps being &quot;developed&quot; meaning more concrete poured...the government entities that keep approving this need to take into consideration where all that excess rain water will go.  We actually NEED some open land and areas to absorb excess water when it comes pouring down as it has a tendency to do at times in Houston.</p></div></li>
<li class="comment" id="comment3507677"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/2692689_100.jpg" class="lazy"  alt="billyaustindillon profile image" title="billyaustindillon profile image"/><noscript><img src="https://usercontent2.hubstatic.com/2692689_100.jpg"   alt="billyaustindillon profile image" title="billyaustindillon profile image"/></noscript></div><p class="comment_meta"><strong>billyaustindillon&nbsp;</strong><span class='info'><span class='timestamp'>7 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">Been crazy wet again the past few weeks in Houston - it is Storm season I guess. Ike was something else right under the eye. Which brings me back to Rita that was bizarre how there was no rain for days as the outer bands passed.  I digress. Great hub of what is always a sad time in some areas. The garden does love rain in Houston though.</p></div></li>
<li class="comment authorComment" id="comment1413206"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi again Jennifer,</p><p class="">People who might be envious have NO IDEA what it is like.  Like you, I would not want to go through it again.</p><p class="">The same thing happened to my parent's house in McAllen years ago when I was still living at home.  Post Hurricane Beulah.  The cause......clogged drains from people dumping grass clippings, etc. down sewage drains.  Only 3 houses flooded but we had about 2 1/2 feet of water in it.  And as you (sadly) know, water seeps up destroying additional things.</p><p class="">They had to rebuild the home adding much more to the cost.  No flood insurance...was never necessary where they had lived.</p><p class="">We all lost irreplaceable things like photos, etc.  That is almost the worst as furniture, etc. can be replaced.</p><p class="">As you also pointed out, this puts things in clear perspective as to what is really important in life.</p><p class="">When I see people putting leaves and grass clippings into what should be reserved for excess water drainage I cringe.  They have NO IDEA the damage that they might be causing!!!</p><p class="">My heart goes out to all of you suffering through this mess.  Hopefully the government entities that have jurisdiction will DO SOMETHING before another flood happens!</p><p class="">Yes, I also hope more people find this...the appropriate people who can do something about it.</p><p class="">Thinking of you with great empathy.</p></div></li>
<li class="comment" id="comment1413078"><div class="author_photo"><img src="https://assets.hubstatic.com/x/nobio_100.jpg" alt="profile image"></div><p class="comment_meta"><strong>Jennifer Bayles&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">Sorry I got so long-winded.  LOL!  Looks like several paragraphs got lost in cyber-space because I couldn't stop typing.  Ah well, such is life on the internet.</p><p class="">I guess the short-form is that any disaster continues even after the flood waters recede or the tornado disappears into the clouds or the flames are subdued.  Reconstruction is almost worse than the event itself, and psychological issues can plague us for years.  I know we aren't the only ones who cringe every time we hear a clap of thunder.</p><p class="">Another gripe I have is criticism from people who say we should install our own drainage systems privately - as if we are the ones to blame for the flood losses.  I do agree with that to some extent. My husband and I have improved the drainage swales, cut several inches off the bottoms of the side fences and installed sump pumps on the property.  For many years now it has rarely helped because the storm drains quickly become overwhelmed.  The water comes up from the street and in from the higher properties in the back.  There is no place for the water to go.</p><p class="">We've had people &quot;advise&quot; us to remove our interior doors and place them on sawhorses to raise household items.  Sorry, but these people obviously don't understand what a flash flood is.  There is simply no time to do much of anything than save important papers, pets and your own skins.  It's not like preparing for a tropical storm or hurricane.</p><p class="">It amazes me how many people are more than prepared to blame the victims.  Initially I blew those people off because I had bigger fish to fry.  In hindsight, I'd like to give several of them some black eyes.</p><p class="">Almost worse are the folks who are actually envious.  &quot;Oooh!  But you're going to have a brand new house when you're done!&quot;  I'd like to see what they'd say if they experienced a flood themselves.  Yeah, our lives have been turned upside down and we're supposed to be HAPPY because we &quot;get&quot; to rebuild our homes.  I'd rather have my outdated 1980 home than experience this kind of upheaval.  Since we will likely flood again before our drainage problems are fixed, having a &quot;new&quot; home doesn't exactly give me a warm fuzzy.  Do you think any of these same people would like to buy my newly-renovated house?  Not!</p><p class="">And thank YOU Peggy for starting this blog topic.  I hope more people find it.  Our flood was not as spectacular as Katrina or Allison, but the financial, physical and mental issues are exactly the same.</p></div></li>
<li class="comment authorComment" id="comment1412660"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Dear Jennifer,</p><p class="">As a former Bear Creek resident (we now only live about 3 miles west of there) you have given a comprehensive account of the aftermath of that flood and the politics of the situation.</p><p class="">I am horrified to know what you and so many others are still having to endure.</p><p class="">Hopefully those drainage issues will be resolved sooner rather than later!</p><p class="">Thank you for this account and may God bless you and everyone that still lives in that area.</p></div></li>
<li class="comment" id="comment1412315"><div class="author_photo"><img src="https://assets.hubstatic.com/x/nobio_100.jpg" alt="profile image"></div><p class="comment_meta"><strong>Jennifer Bayles&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">We who live in homes that flooded are also living in something of a state of suspended animation.  My husband and I were lucky enough to be well-insured, but that doesn't exempt us from the mental and physical stress of rebuilding.  A drive through Bear Creek may make one think that everything is back to normal; but it isn't.  While the visible debris has mostly been hauled off, contractors' vehicles clog the streets Monday through Friday.  There are plenty of on-site storage containers and even some travel trailers for those lucky enough to have them.  Living in a construction zone isn't exactly a healthy experience.</p><p class="">It's very odd to be a homeowner without a home.  In the early aftermath, some residents gave up and walked their mortgages.  Some paid for basic demolition and water mitigation and sold out cheap for whatever they could get.  Some are making do with what is left.  Those with flood insurance are wading through the painfully detailed paperwork and finally getting the money to begin rebuilding.  Some were able to qualify for low-interest Small Business Administration loans that became available after we received a gubernatorial disaster declaration.</p><p class="">The governor did not ask for a presidential decree which would have helped a great deal toward getting flooded neighborhoods repaired.  Had so many residents not called in their damage estimates, the county would have done nothing.  Many thanks go to Joyce Boudreaux at Harris County Office of Emergency Management.  As I was passed from one bureacratic office to another (ain't my job lady) Joyce took the lead in setting up a call center to field resident calls and gave her name and phone number as a contact.  Within a day of our flyers hitting the streets, Joyce was required to bring in extra staff to handle the call load.  Joyce also went the extra mile to keep us informed as to the status of our quest for the disaster declaration and activities at Judge Emmett's office.</p><p class="">Amidst the stress and headaches of any disaster, life goes on.  Petty criminals scavenging empty homes kept the constables busy and parents tried to restore some kind of normalcy to their children's lives while trying to hold on to their jobs and rebuild their lives.  The senseless traffic death of a very good neighbor only weeks after losing their home to the flood was one more blow to us all.  This family's pain is beyond my comprehension.  We've all learned that we can't put life on hold while we deal with death and disaster.  Somehow, we muddle through day after day.</p><p class="">There are so many lessons, good and bad, to be learned from a disaster.  We've learned who are our true friends and who are merely acquaintances.  In addition to family, biker friends and neighbors, our church family at Bear Creek United Methodist Church in particular rose to the challenge of helping many families remove flooded and contaminated furniture and carpet.  You know you have a truly selfless friend in a person who is willing to get his hands dirty and risk e-coli sickness to engage in such a filthy job.</p><p class="">All in all, the blessings have outnumbered the curses.  Total strangers came in and helped heave trash out to the street and make sure we stayed fed and hydrated.  Friends and family took time off work to help clean up and decontaminate what was left.  Once the initial shock of seeing destroyed memories leaving the house wore off, we didn't even bother questioning what we might salvage.  Just get it out.  Goodbye photos and treasured mementos.  We have precious people in our lives now that are worth far more than those things.  We have befriended new neighbors we may never have known without the great flood of 2009.</p><p class="">We have also learned that disasters can bring out the worst in some folks.  We have been called stupid (for living on former rice fields in a flood zone) and greedy (for asking for government assistance).  We didn't buy in a flood zone.  The flood zone came to us in 2007 after FEMA finally redrew the flood maps after Tropical Storm Allison.  Most residents had flood insurance.  Some did not.  Others were never informed of the change in flood zoning by their mortgage and insurance companies, and as a result lost the ability to buy coverage at the old rates.  One woman told me that it would now cost her $5,000 a year for the basic flood policy.  West Houston is not an area populated by people looking for a handout.  While the leftover FEMA trailers from Katrina would have been a godsend, we got on with it without them.  We got through our cleanup with various flood-related illnesses ranging from respiratory illness to weeks of diarrhea caused by e-coli in the sewage-contaminated water.  Nothing like a little PTSD on top of the physical issues to really cap off a disaster.  Just when you need to think clearly, that ability is stripped away.  Add little to no action on the part of our county and state officials, and the feeling of isolation and abandonment becomes overwhelming at times.</p><p class="">As to our worsening flood issues, there is a ton of information that come to light in the aftermath of April's event.  Yes, the rain we experienced was phenomenal, but similar rain events have occurred in the past without this kind of massive flood damage.  Our water district, Harris County UD #6, commissioned a drainage study in 2006.  A copy of the report and recommendations were given to the Bear Creek homeowners association (Hunters Park Community Association), Harris County Flood Control and the US Army Corps of Engineers.  The report disappeared down the drain of those governmental agencies and nothing happened.  The report is damning to say the least.  We have several problems in play that contribute to our chronic and worsening flooding that involve several governmental jurisdictions.  Because we are in unincorporated Harris County, we are at the mercy of the county commissioners.  Jerry Eversole appears to want to spend more time at Starbucks than doing his job of maintaining roads, bridges and drainage infrastructure; and Steve Radack isn't any better.  Mayor White and the City of Houston actually DO their jobs and send out inspectors after a disaster.  We residents outside the city limits must do that job ourselves, and we were completely unaware of that fact until we flooded.  Nothing happened until we made it happen.</p><p class="">According to the 2006 drainage study, many of our drains (built by the developer and accepted by Harris County for maintenance) actually run backward.  The same goes for some of the outfall pipes that go to Langham Creek and into Addicks Reservoir.  One of the major outfall pipes was never even connected to the subdivision's drainage system.</p><p class="">The way Flood Control works (or rather, doesn't work) is that no regular maintenance such as desilting and desnagging is performed.  They wait until the creeks and bayous are so full of silt, debris and vegetation that neighborhood flooding becomes a major problem.  Then they have to do a study on the situation to determine exactly what needs to be done.  Next, Flood Control has to obtain funding from either a federal grant or Commissioner's Court.   Enter the despicable and polluted world of county politics.</p><p class="">While west and northwest Harris County undergoes profound development, ever more rainwater runoff flows downstream to the subdivisions developed in the 1970's and 1980's.  While the system was adequate thirty years ago, they can no longer handle the additional runoff burden without significant improvements to the drainage infrastructure.</p><p class="">The County wants the tax revenues from the new developments, but is unwilling to spend the money on drainage improvements downstream.  As long as a resident pays flood insurance premiums, FEMA will keep rebuilding our endangered homes.  Buyouts are not done until a particular area (not just a handful of homes) has flooded many times.  Flood Control must apply to the federal government for grant money for a buyout program, and they must present a study showing that destroying those structures will improve flood control for the surrounding area.  It is not a philanthropic program for helping financially burdened</p></div></li>
<li class="comment authorComment" id="comment1303932"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello Alicia,  Happy to share this information.  Slowly things are getting back to normal for those people affected by the flood.  The contractors are still very evident and busy in that area!</p></div></li>
<li class="comment" id="comment1303583"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/8644872_100.jpg" class="lazy"  alt="Alicia Crowder profile image" title="Alicia Crowder profile image"/><noscript><img src="https://usercontent1.hubstatic.com/8644872_100.jpg"   alt="Alicia Crowder profile image" title="Alicia Crowder profile image"/></noscript></div><p class="comment_meta"><strong>Alicia Crowder&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Everywhere</span></span></p><div class="comment_body"><p class="">Thank you for publishing this informative article!</p></div></li>
<li class="comment authorComment" id="comment1082964"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello Jennifer,</p><p class="">Thank you so much for this most informative and useful update.  Hopefully everyone that needs this information will have access to it.  You are certainly doing your best!  I'll forward this hub again to people I know in the Bear Creek area and feel free to do the same.  With your added information, hopefully this will help the situation.</p><p class="">Better drainage and leaving more open green space is absolutely critical to prevent this from happening over and over again.</p></div></li>
<li class="comment" id="comment1082720"><div class="author_photo"><img src="https://assets.hubstatic.com/x/nobio_100.jpg" alt="profile image"></div><p class="comment_meta"><strong>Jennifer Bayles&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">I am in Bear Creek and we got 14&quot; of water contaminated with raw sewage and hydrocarbon products.  I've been pounding the pavement to get the word out to residents that Commissioners Eversole and Radack are not doing their jobs to get damage estimates to the governor so we can be declared a disaster area.  Without that declaration, there will be NO help from FEMA for the many, many homeowners with no flood insurance.  They are now getting sick from having to live in their contaminated homes.</p><p class="">Damage reports must be called in to the Harris County Office of Emergency Management.  Mark Sloan heads the department, and his assistant Joyce now has extra staff to handle the load of calls finally coming in.  The number is 713-881-3100; open from 8:00 am to 4:30 pm Monday thru Friday.</p><p class="">More information for Bear Creek residents is on our website at www.bearcreeknetwork.org.</p><p class="">Also hard hit are:</p><p class="">Savannah Estates, Hearthstone, Yorktown, Jamestown, Charlestown - pretty much anywhere that Langham, Bear Creek and Horsepen Creek flows through.  I am now getting flyers out to Bear Creek area businesses like the grocery stores, hardware and big box stores where flood victims will need to go to replace their belongings.  We just don't have enough manpower to go door-to-door throughout the entire area.</p><p class="">Two days ago the number of damaged homes was at 716.  County Engineering told us yesterday they believe the total will be in the neighborhood of 2,000 homes and businesses or over.  Again, we residents must report the damage to OEM including home, possessions, and vehicle losses.  Make a point of mentioning the raw sewage and gasoline-contaminated water.</p></div></li>
<li class="comment authorComment" id="comment1082606"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello JamaGene,  I agree with you wholeheartedly.  City and county planners should also be more responsible and not keep issuing building permits to cover every bit of land.  We need our green spaces for more reasons than just asthetics.  Thanks for the comment.  Hope your friends did not lose and valuable items in their basements. </p></div></li>
<li class="comment" id="comment1082110"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/796499_100.jpg" class="lazy"  alt="JamaGenee profile image" title="JamaGenee profile image"/><noscript><img src="https://usercontent2.hubstatic.com/796499_100.jpg"   alt="JamaGenee profile image" title="JamaGenee profile image"/></noscript></div><p class="comment_meta"><strong>Joanna McKenna&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Central Oklahoma</span></span></p><div class="comment_body"><p class="">It's in the best interest of insurance companies to push for whatever measures are needed to prevent flooding that causes so many to lose so much. Where were they when green space was being covered with concrete?</p><p class="">btw, we got a lot of that rain here last week.&nbsp; Only about 5 inches, but that was enough in a very short period to flood basements that don't normally flood. One friend's basement is still a soggy mess of gawdknowswhat.</p></div></li>
<li class="comment authorComment" id="comment1076258"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello Curious Traveller,</p><p class="">Sorry to hear about the similar problems in the UK.  Things DO seem to be getting worse each year.</p><p class="">With the economy such as it is, most city governments are cutting budgets.  The mayor of Houston just said on television last night when addressing the city council that improved drainage will continue to be a high priority and that is one area that will be spared any budget cuts.  That is very GOOD NEWS for those of us living here!  Some of the economic stimulus money will be put towards that effort.  Maybe we will see the results of less flooding in the future???  It will take time and it is a monumental project considering the size of Houston.......4th largest city in the U.S.</p><p class="">Thanks for commenting.</p></div></li>
<li class="comment authorComment" id="comment1076243"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello kiran,</p><p class="">So very sad to hear that your government is of little help to the people.  That should be their reason for existence in the first place.  Private organizations like the Red Cross, Salvation Army and countless smaller groups including churches of all denominations are also of immense help to people when disasters occur over here as well as elsewhere around the world.  Thank heavens for their continuing help!</p></div></li>
<li class="comment" id="comment1075725"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/1011206_100.jpg" class="lazy"  alt="Curious Traveller profile image" title="Curious Traveller profile image"/><noscript><img src="https://usercontent1.hubstatic.com/1011206_100.jpg"   alt="Curious Traveller profile image" title="Curious Traveller profile image"/></noscript></div><p class="comment_meta"><strong>Curious Traveller&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from United Kingdom</span></span></p><div class="comment_body"><p class="">Wow, this looks and sounds horrific, Peggy. This is happening in several parts of the UK now as well with extremely worrying regularity. Although causes or contributions are a very contentious issue, I think it is definitely getting to the stage where no one can dispute the fact that extreme climatic changes are taking place on this planet and that severe weather occurences are becoming considerably more common.</p></div></li>
<li class="comment" id="comment1075147"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/993772_100.jpg" class="lazy"  alt="kiran8 profile image" title="kiran8 profile image"/><noscript><img src="https://usercontent1.hubstatic.com/993772_100.jpg"   alt="kiran8 profile image" title="kiran8 profile image"/></noscript></div><p class="comment_meta"><strong>kiran8&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Mangalore, India</span></span></p><div class="comment_body"><p class="">I am so soorry to see this, but to be frank with you, in my country ( India) this happens every year making thousands of people homeless and totally at the mercy of nature, with the corrupt government officials trying to gain mileage , in spite of doing percious little to help those people. It is mostly private organisations which reach out to these peole and offer them help...</p></div></li>
<li class="comment authorComment" id="comment1074792"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello Jason,</p><p class="">Flood insurance is a nationally offered program, and yes.....many people in our area take it out as a precaution.  Most insurance policies do not cover rising water, so this is the only way to protect one's home and possessions in the case of flooding.  In some areas of typical flooding, it is mandatory.  In other areas it is not mandated.  Thanks for your question. </p></div></li>
<li class="comment" id="comment1074389"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/947430_100.jpg" class="lazy"  alt="jasonstevens profile image" title="jasonstevens profile image"/><noscript><img src="https://usercontent1.hubstatic.com/947430_100.jpg"   alt="jasonstevens profile image" title="jasonstevens profile image"/></noscript></div><p class="comment_meta"><strong>jasonstevens&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from California, United States</span></span></p><div class="comment_body"><p class="">Is flood insurance common in your area?</p></div></li>
<li class="comment authorComment" id="comment1072576"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hello Erick,</p><p class="">That is terrible!  Amazing that no one was hurt.  In what part of the world do you live?  Sending best of wishes your way, and thanks for taking the time to comment.</p></div></li>
<li class="comment" id="comment1072032"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://assets.hubstatic.com/x/nobio_100.jpg" class="lazy"  alt="profile image" title="profile image"/><noscript><img src="https://assets.hubstatic.com/x/nobio_100.jpg"   alt="profile image" title="profile image"/></noscript></div><p class="comment_meta"><strong>Erick Smart&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">I can sympathize here. Over the past few days we have had 8 inches of rain. New sinkholes have opened up and a school roof collapsed last night with 100 parents, teachers, and kids inside. Luckily everyone was okay.</p></div></li>
<li class="comment authorComment" id="comment1069803"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Thanks Patty,  I agree that green spaces are not only useful for soaking up water, but also good for the spirits of people who live in cities.</p><p class="">An innovative way to use some of it is in some of our flood control areas which are parks (when not flooded) and some of the things in them include soccer fields, running and walking tracks, dog parks, baseball diamonds and even a mini zoo in Bear Creek Park.  That park is the largest county park in Texas and is nearby.  They also have picnic areas with a few covered pavillions and restroom facilities.  When the overflow of flood waters hits those areas they are simply closed to the public and the animals are moved to higher ground.</p><p class="">Years ago the Army Corps of Engineers built some earthen dams in our area which retain flood waters from various creeks and bayous and have effectively kept downtown Houston from flooding.  In the 30+ years that we have lived in this area only 3 times have two of the major roads crossing the flood control project have had to be closed due to water over the road.  The roads sit up high.  When opened, it looks like one is crossing a causeway with water on all sides until the ground gradually absorbs the water or it evaporates.</p><p class="">This latest deluge was the 3rd time the roads have closed since we live here!</p><p class="">We really DO like living here except for these occasional floods and hurricanes.  Guess no place is perfect!</p><p class="">Hopefully we'll have a quiet year with the hurricanes.  Our area has had its share of disasters for a while. </p></div></li>
<li class="comment" id="comment1069075"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/456363_100.jpg" class="lazy"  alt="Patty Inglish, MS profile image" title="Patty Inglish, MS profile image"/><noscript><img src="https://usercontent2.hubstatic.com/456363_100.jpg"   alt="Patty Inglish, MS profile image" title="Patty Inglish, MS profile image"/></noscript></div><p class="comment_meta"><strong>Patty Inglish&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from USA. Member of Asgardia, the first space nation, since October 2016</span></span></p><div class="comment_body"><p class="">Green space is a good answer for soaking and retaining water. And they are gorgeous.</p><p class="">Best wishes to you and your mom.</p></div></li>
<li class="comment authorComment" id="comment1069071"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Patty,</p><p class="">We escaped this latest flooding but not the case years ago.  Had my mother not moved along with us 2 1/2 years ago...she would have been in the middle of this latest flood.</p><p class="">Yes.....better sewage drains would help but with the topography of Houston as flat as it is, thought should be given to keeping some more open green space before continually covering more of the ground with concrete.</p><p class="">Impermeable home storage units.  Interesting thought.  The answer for most is to lift things and put them as high up on top of other things when floods occur.</p><p class="">Thanks for the comments.</p></div></li>
<li class="comment" id="comment1068987"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/456363_100.jpg" class="lazy"  alt="Patty Inglish, MS profile image" title="Patty Inglish, MS profile image"/><noscript><img src="https://usercontent2.hubstatic.com/456363_100.jpg"   alt="Patty Inglish, MS profile image" title="Patty Inglish, MS profile image"/></noscript></div><p class="comment_meta"><strong>Patty Inglish&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from USA. Member of Asgardia, the first space nation, since October 2016</span></span></p><div class="comment_body"><p class="">I am really sorry you had this happen - I've had lots of important files and papers destroyed in floods over the last 12 years and am discouraged by it every time I hear of high water. We had 6 inches quickly flood our streets for 3 miles a few days ago. Cars stalled and floated to the curb.</p><p class="">I will keep you in prayer. Perhaps Stimulus Package money chould go for anti-flood measures and impermeable home storage equipment in frequently flooded areas. </p></div></li>
<li class="comment authorComment" id="comment1068963"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi G-Ma,</p><p class="">Thank you so very much for your blessing.  Time will help heal the scars in neighborhoods as well as help to heal hearts.  Hugs back to you!</p></div></li>
<li class="comment" id="comment1068819"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/6061636_100.jpg" class="lazy"  alt="G-Ma Johnson profile image" title="G-Ma Johnson profile image"/><noscript><img src="https://usercontent1.hubstatic.com/6061636_100.jpg"   alt="G-Ma Johnson profile image" title="G-Ma Johnson profile image"/></noscript></div><p class="comment_meta"><strong>Merle Ann Johnson&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from NW in the land of the Free</span></span></p><div class="comment_body"><p class="">Yes Mother nature does have her savage moments and am sorry for all, but am also saddened to hear about your brother passing...God rest His soul and Bless your mom...things can be overwhelming at times can't they!!!G-Ma Hugs :O)</p></div></li>
<li class="comment authorComment" id="comment1068717"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi shamelabboush,</p><p class="">Yes, Nature can be as cruel as it is wonderful.  Depends upon the season and what happens to be in the mix of climate change as well as influences like tutonic plate shifting; solar flares, and so much more.  Thanks for reading and commenting.</p></div></li>
<li class="comment authorComment" id="comment1068698"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Melody,</p><p class="">So sorry to  hear about the typhoon in your area.  Were any of your friends or family affected?</p></div></li>
<li class="comment authorComment" id="comment1068687"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Thanks Teresa.  Gives a whole new meaning to the saying &quot;When it rains, it pours!&quot;</p></div></li>
<li class="comment authorComment" id="comment1068680"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/12957863_100.jpg" class="lazy"  alt="Peggy W profile image" title="Peggy W profile image"/><noscript><img src="https://usercontent2.hubstatic.com/12957863_100.jpg"   alt="Peggy W profile image" title="Peggy W profile image"/></noscript></div><div class="commenter_label">Author</div><p class="comment_meta"><strong>Peggy Woods&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Houston, Texas</span></span></p><div class="comment_body"><p class="">Hi Pete,</p><p class="">Bear Creek which is the western part of town located outside of the Houston city limits got the brunt of the storm, but we have heard about other areas being affected also...perhaps just not quite to this extent.  Thanks for commenting.</p></div></li>
<li class="comment" id="comment1068102"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent1.hubstatic.com/2003636_100.jpg" class="lazy"  alt="shamelabboush profile image" title="shamelabboush profile image"/><noscript><img src="https://usercontent1.hubstatic.com/2003636_100.jpg"   alt="shamelabboush profile image" title="shamelabboush profile image"/></noscript></div><p class="comment_meta"><strong>shamelabboush&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">This is terrible. Nature is so cruel sometimes, but I only blame us for the climate change bcz this is one of the results. God be with them.</p></div></li>
<li class="comment" id="comment1067997"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/974337_100.jpg" class="lazy"  alt="Melody Lagrimas profile image" title="Melody Lagrimas profile image"/><noscript><img src="https://usercontent2.hubstatic.com/974337_100.jpg"   alt="Melody Lagrimas profile image" title="Melody Lagrimas profile image"/></noscript></div><p class="comment_meta"><strong>Melody Lagrimas&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from Philippines</span></span></p><div class="comment_body"><p class="">The damage is indeed substantial. A region here too sustained great damage after a typhoon hit it this weekend.</p></div></li>
<li class="comment" id="comment1067932"><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/1216693_100.jpg" class="lazy"  alt="Teresa McGurk profile image" title="Teresa McGurk profile image"/><noscript><img src="https://usercontent2.hubstatic.com/1216693_100.jpg"   alt="Teresa McGurk profile image" title="Teresa McGurk profile image"/></noscript></div><p class="comment_meta"><strong>Sheila&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location">from The Other Bangor</span></span></p><div class="comment_body"><p class="">Sorry to hear how much damage was done.</p></div></li>
<li class="comment very_last_comment" id="comment1067613"><a id="lastcomment569421" class="commentanchor"></a><div class="author_photo"><img src="https://assets.hubstatic.com/x/s.gif" data-original="https://usercontent2.hubstatic.com/927271_100.jpg" class="lazy"  alt="Pete Maida profile image" title="Pete Maida profile image"/><noscript><img src="https://usercontent2.hubstatic.com/927271_100.jpg"   alt="Pete Maida profile image" title="Pete Maida profile image"/></noscript></div><p class="comment_meta"><strong>Pete Maida&nbsp;</strong><span class='info'><span class='timestamp'>8 years ago</span> <span class="location"></span></span></p><div class="comment_body"><p class="">I'm sorry to hear that it was so mad there. </p></div></li></ul></div></div>
</div></div>
<div class="moduleAdSpot anyAd" id="hub_responsive_any_bottom_ad" style="margin-bottom:6px"><div class="ad-wrapper"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<ins id="hub_responsive_any_bottom" class="adsbygoogle resp-ad author-adsense" style="display:inline-block;width:300px;height:250px" data-ad-client="ca-pub-7547369567510288" data-page-url="//peggy-w.hubpages.com/hub/What-eleven-inches-of-rain-did-last-week-in-Houston" data-ad-slot="1186173963"></ins>
</div></div>
</article>
<div id="stickyfooterad"><span class="close_btn" onclick="jq(this).parent().remove();">&nbsp;</span><div class="ad-wrapper hide-label"><div style="padding-bottom:5px"><div id='div-gpt-ad-hubresponsivemobilestickyrefreshhubpagesmiddle' class="resp-ad"  data-refresh-interval="30000"  data-slot="hub_responsive_mobile_sticky_refresh_hubpages_middle"  data-width="320" data-height="50"  data-load-async="true" ><script type="text/javascript">
</script>
</div></div></div></div>


</div><script type="application/ld+json">{"@context":"http:\/\/schema.org","@type":"Article","headline":"What Eleven Inches of Rain Did Last Week in Houston, Texas","image":{"@type":"ImageObject","url":"https:\/\/usercontent1.hubstatic.com\/1076868_f1024.jpg","width":1024,"height":768},"datePublished":"2009-05-05T01:22:55-07:00","dateModified":"2017-08-25T11:14:20-07:00","publishingPrinciples":"https:\/\/hubpageshelp.com","wordCount":1606,"author":{"@type":"Person","name":"Peggy Woods","sameAs":"https:\/\/hubpages.com\/@peggy-w"},"articleSection":"Travel and Places","articleBody":"Photos of the damage done by this surprise rainstorm in Houston.  Related videos.","commentCount":"55","comment":[{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2016-07-28T14:29:00-07:00","text":"Hi Susie,\n\nWhat you wrote is so true.  So sorry you had to experience flooding in Fargo, ND.  Not fun!"},{"@type":"Comment","author":{"@type":"Person","name":"Susie Lehto"},"datePublished":"2016-07-28T14:28:05-07:00","text":"Flooding does so much damage to property. When it comes that fast there isn't much anyone can do but hang on for the ride, then roll up their sleeves and clean-up the mess.  I survived the flood of 1997 in Fargo, ND.  "},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2016-07-23T07:04:59-07:00","text":"Hi Au fait,\n\nYes...Houston has had more than its fair share of flooding this year!  So many people affected including our friend who had her home flooded (again) from the time I first wrote this hub.  It will be many months before her home will be rebuilt again and be habitable.  She will be hoping to sell...but I wonder who will want to buy in that area with that history of flooding.  My heart goes out to her and all the others in that situation.\n\nWe are supposed to have a rainy week according to the forecast.  We now actually need the rain with these sizzling temperatures.\n\nThanks for the share.  Stay cool and safe where you live."},{"@type":"Comment","author":{"@type":"Person","name":"C E Clark"},"datePublished":"2016-07-23T07:00:30-07:00","text":"We had some flooding here in North Texas this past spring and I believe some people died when they drove their vehicle into it.  The thing about Texas is that usually when it rains it doesn't mess around.  If you're in it, you could easily be soaked and dripping in the blink of an eye.\nIt gets really bad in the summer when the relentless sun bakes the ground for days and days, sometimes weeks and months, so that it becomes hard as a rock.  Then comes a downpour and everything is fooding because the ground is too hard to soak any of it up and because it comes down so fast, not in buckets, but more like vats.\nI know Houston has suffered a lot of flooding this spring.  I hope you were spared.  Of course being on the coast where hurricanes come in every now and then makes it worse than just our usual pounding rains.  Studying weather at university, I learned that the biggest threat in a hurricane is flooding.  It affects more people than just the strong winds and can go inland a long way.\nWe're to have 3 days of rain beginning Monday, but often by the time the appointed day arrives rain has been removed from the forecast.\n\nSharing this interesting article.\n\nHope you are in a cool place.  Take care . . ."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2014-06-13T09:56:52-07:00","text":"Hi Peg,\n\nI was still living at home when one of my parent's homes got about 3 feet of water in it due to after effects of Hurricane Beulah many years ago.  So much was ruined including the house.  Not fun!  It seems you have had your share of disasters also.  Hope you get that needed rainfall in the Dallas area to make up for the deficit.  "},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2014-06-12T10:30:23-07:00","text":"Hi Au fait,\n\nHere in Houston it has also been terrible for several years regarding drought and many trees were lost all around this city.  Of course replanting has taken place but places like Memorial Park certainly have a different look these days.  \n\nWe have finally caught up to about normal rainfall for now and the reservoirs and lakes that supply drinking water to Houston are now filled.  \n\nHope you get the much needed rain in your area.  This rain event featured here took place several years ago.  Sounds like you had a bad time of it also with the one you related.  Too bad it is feast or famine!"},{"@type":"Comment","author":{"@type":"Person","name":"Peg Cole"},"datePublished":"2014-06-13T09:54:08-07:00","text":"With the Texas weather there's never a dull moment. This incredible amount of rain in such a short time is amazing and your photos tell the tale of the destruction to possessions and the lives of those affected. I've made it through a few natural disasters and thankfully, have lived to tell the tale. \nOur area here is still in Stage 3 Drought despite recent rainfall. Years ago, we had the 100 year floods that left the nearby lake way above its normal point. These days, it's way below normal. "},{"@type":"Comment","author":{"@type":"Person","name":"C E Clark"},"datePublished":"2014-06-12T10:26:18-07:00","text":"I remember how badly it flooded here where I live a few years ago -- before the awful drought we've gotten into since.  My daughter's apartment flooded and her cats had to take refuge on top of tall bookcases.  Some of the people who lived in the same apartment complex awoke to find their cars full of water up to the bottoms of the windows as well as their apartments flooded.\n\nDaughter stayed with me that afternoon and night because I couldn't get her home, so many of the streets were flooded.  Good thing I didn't take her home too, I think.  Her cats managed.  It rained hard for nearly 2 full days that time.\n\nRight now we desperately need rain and more rain, but I know if we get too much at a time it will flood and fail to benefit all the trees and other plants that need it.  We've hardly had any decent rain at all this year since last September.  When it does really rain, perhaps 2-3 times these last many months, it only lasts for 20 minutes to an hour and then it's gone again for weeks.  Mostly it sprinkles, mists, or drizzles, and even that is rare.\n\nVoting this article up and interesting.  Another one I haven't seen before.  Pinned to Awesome Hubpages and sharing.\n\n"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2013-02-23T21:27:32-08:00","text":"Hello torrilynn,\n\nYes, for sure, rain...especially if it is extended over a short period of time...can do a lot of damage as is shown in these pictures.  Much depends upon the topography of the land, how much rain has happened in the near past, the type of soil which can either absorb so much moisture or not...etc.  Thanks for your interest and comment."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2013-02-23T07:52:07-08:00","text":"Hi moonlake,\n\nYes, it really is amazing the power of flood waters and what can happen in such a small amount of time.  We carry flood insurance although we are also not in a designated flood plain...but since Houston is so flat...almost anyone could be effected if the storm and rain clouds linger over one spot for too long a time.  Thanks for your comment + the share."},{"@type":"Comment","author":{"@type":"Person","name":"torrilynn"},"datePublished":"2013-02-23T21:24:43-08:00","text":"PeggyW, wow I never knew that rain could do so much damage. very interesting and thorough hub. thanks. voted up."},{"@type":"Comment","author":{"@type":"Person","name":"moonlake"},"datePublished":"2013-02-23T07:48:42-08:00","text":"We've had some bad rains here but it has been years. It's terrible what water can do. Interesting hub voted up and shared."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2011-11-02T08:28:11-07:00","text":"Hi Don,\r\n\r\nWe had hail many years ago in the same subdivision shown in these pictures (where we used to live) and it was not nearly the size of baseballs...closer to nickle and quarter sized.  Most everyone got new roofs at that time also.\r\n\r\nI wonder if those \"river rats\" know of the door flood protection items (as shown in the 2nd video) that are available?  They also have some that block off entire driveways, etc. that seem easy enough to install with a small amount of notice.\r\n\r\nThe problem with the rainstorm in Houston that happened causing all of this damage...it came in the night and no one would have been able to predict that amount of water coming down in so short a time.  It was not even related to a tropical storm!"},{"@type":"Comment","author":{"@type":"Person","name":"Don A. Hoglund"},"datePublished":"2011-11-02T08:18:39-07:00","text":"Hi Peggy,\r\nHeavy rains and flooding can have many  problems, as you note. In Moline,IL there are a number of people who have homes on the shores of the Rock River which floods fairly often. Oddly they almost always clean up and stay. They call themselves river rats and refuse any other lifestyle.\r\na few years ago Wisconsin Rapids had a hailstorm with hail the size of baseballs. Just about every house in town needed new roofs and siding.."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2011-11-01T15:50:52-07:00","text":"Hello doodlebugs,\r\n\r\nNo...we are also parched.  Wrote this hub in 2009 after Houston got 11 inches of rain in just a few hours.  We still BADLY need rain and lots of it to catch up so that trees quit dying and the water level for drinking and otherwise is replenished.  Let's hope for rain in Texas...just a decent amount at a time.  :))"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2011-11-01T15:43:40-07:00","text":"Hi Happyboomernurse,\r\n\r\nActually we had both sold our homes and lived together in our current one when it happened about half a year before she died.  So my mother did get to see all of the damage.  My brother died just shortly before this flooding happened. \r\n\r\nI think that you are smart to have that flood insurance.  We do the same although we do not live in a flood zone.  The people in our former neighborhood also did not live in a flood zone!  \r\n\r\nYes, we still need rain badly...just not so many inches at one time.  We have had a few days of intermittant rain in the last several weeks...but still so much is needed.  Thanks for the good thoughts. "},{"@type":"Comment","author":{"@type":"Person","name":"doodlebugs"},"datePublished":"2011-11-01T15:48:02-07:00","text":"Wow, I had no idea you had so much rain down there. We are still parched here in Austin. "},{"@type":"Comment","author":{"@type":"Person","name":"Gail Sobotkin"},"datePublished":"2011-11-01T15:36:43-07:00","text":"Hi Peggy,\r\nVery sad hub. Am glad your Mom was spared seeing this but sad that both she and your brother are no longer alive. I can't imagine how she could have coped with a flood that came so soon after your brother's death.\r\nAs you know, we previously lived in a flood zone and experienced several floods even though it was a \"once in a hundred year zone.\" We now live in DE where the whole state is about sea level and when we moved to our home here I insisted that we still buy flood insurance as a tropical storm or hurricane could cause flooding. We were lucky that Hurricane Irene did no damage but as you say, one never knows.\r\nSorry to hear that the drought conditions are causing some many problems. Hope you get some rain soon."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2011-11-01T13:41:52-07:00","text":"This flooding happened in 2009.  We have almost the opposite problem in 2011...a severe drought that is causing plants to die, foundations to crack and wildfires destroying everything in their path.  Today we need rain badly...just not 11 inches in a few hours as happened when this hub was written."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2010-10-20T10:36:46-07:00","text":"Hello nur,\r\n\r\nYou obviously have a big heart!  Hopefully you and people you know will never have to withstand the effects of 11 inches of rain and the devastation it caused in Houston or anywhere else on this planet.  Mother Nature sometimes smiles at us and at other times rages.  It serves to remind us that we are but small and temporary residents in the grand design of life on earth."},{"@type":"Comment","author":{"@type":"Person","name":"nur"},"datePublished":"2010-10-20T08:19:40-07:00","text":"Im a grade 9 student and i just cried reading this..............."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2010-07-28T08:29:10-07:00","text":"Hi billyaustindillon,\r\n\r\nAt least we don't have to worry about water rationing like we do sometimes in the summer months.  Also enjoying the lower water bills since we have been getting so much rain lately.\r\n\r\nKeeping sewers clean and unclogged should be everyone's concern.  Also when open land keeps being \"developed\" meaning more concrete poured...the government entities that keep approving this need to take into consideration where all that excess rain water will go.  We actually NEED some open land and areas to absorb excess water when it comes pouring down as it has a tendency to do at times in Houston.  "},{"@type":"Comment","author":{"@type":"Person","name":"billyaustindillon"},"datePublished":"2010-07-28T04:35:01-07:00","text":"Been crazy wet again the past few weeks in Houston - it is Storm season I guess. Ike was something else right under the eye. Which brings me back to Rita that was bizarre how there was no rain for days as the outer bands passed.  I digress. Great hub of what is always a sad time in some areas. The garden does love rain in Houston though."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-08-03T12:43:43-07:00","text":"Hi again Jennifer,\r\n\r\nPeople who might be envious have NO IDEA what it is like.  Like you, I would not want to go through it again.\r\n\r\nThe same thing happened to my parent's house in McAllen years ago when I was still living at home.  Post Hurricane Beulah.  The cause......clogged drains from people dumping grass clippings, etc. down sewage drains.  Only 3 houses flooded but we had about 2 1\/2 feet of water in it.  And as you (sadly) know, water seeps up destroying additional things.\r\n\r\nThey had to rebuild the home adding much more to the cost.  No flood insurance...was never necessary where they had lived.  \r\n\r\nWe all lost irreplaceable things like photos, etc.  That is almost the worst as furniture, etc. can be replaced.\r\n\r\nAs you also pointed out, this puts things in clear perspective as to what is really important in life.\r\n\r\nWhen I see people putting leaves and grass clippings into what should be reserved for excess water drainage I cringe.  They have NO IDEA the damage that they might be causing!!!\r\n\r\nMy heart goes out to all of you suffering through this mess.  Hopefully the government entities that have jurisdiction will DO SOMETHING before another flood happens!\r\n\r\nYes, I also hope more people find this...the appropriate people who can do something about it.\r\n\r\nThinking of you with great empathy."},{"@type":"Comment","author":{"@type":"Person","name":"Jennifer Bayles"},"datePublished":"2009-08-03T12:08:26-07:00","text":"Sorry I got so long-winded.  LOL!  Looks like several paragraphs got lost in cyber-space because I couldn't stop typing.  Ah well, such is life on the internet.\r\n\r\nI guess the short-form is that any disaster continues even after the flood waters recede or the tornado disappears into the clouds or the flames are subdued.  Reconstruction is almost worse than the event itself, and psychological issues can plague us for years.  I know we aren't the only ones who cringe every time we hear a clap of thunder.  \r\n\r\nAnother gripe I have is criticism from people who say we should install our own drainage systems privately - as if we are the ones to blame for the flood losses.  I do agree with that to some extent. My husband and I have improved the drainage swales, cut several inches off the bottoms of the side fences and installed sump pumps on the property.  For many years now it has rarely helped because the storm drains quickly become overwhelmed.  The water comes up from the street and in from the higher properties in the back.  There is no place for the water to go.\r\n\r\nWe've had people \"advise\" us to remove our interior doors and place them on sawhorses to raise household items.  Sorry, but these people obviously don't understand what a flash flood is.  There is simply no time to do much of anything than save important papers, pets and your own skins.  It's not like preparing for a tropical storm or hurricane.\r\n\r\nIt amazes me how many people are more than prepared to blame the victims.  Initially I blew those people off because I had bigger fish to fry.  In hindsight, I'd like to give several of them some black eyes.\r\n\r\nAlmost worse are the folks who are actually envious.  \"Oooh!  But you're going to have a brand new house when you're done!\"  I'd like to see what they'd say if they experienced a flood themselves.  Yeah, our lives have been turned upside down and we're supposed to be HAPPY because we \"get\" to rebuild our homes.  I'd rather have my outdated 1980 home than experience this kind of upheaval.  Since we will likely flood again before our drainage problems are fixed, having a \"new\" home doesn't exactly give me a warm fuzzy.  Do you think any of these same people would like to buy my newly-renovated house?  Not!\r\n\r\nAnd thank YOU Peggy for starting this blog topic.  I hope more people find it.  Our flood was not as spectacular as Katrina or Allison, but the financial, physical and mental issues are exactly the same."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-08-03T09:57:34-07:00","text":"Dear Jennifer,\r\n\r\nAs a former Bear Creek resident (we now only live about 3 miles west of there) you have given a comprehensive account of the aftermath of that flood and the politics of the situation.  \r\n\r\nI am horrified to know what you and so many others are still having to endure.\r\n\r\nHopefully those drainage issues will be resolved sooner rather than later!\r\n\r\nThank you for this account and may God bless you and everyone that still lives in that area."},{"@type":"Comment","author":{"@type":"Person","name":"Jennifer Bayles"},"datePublished":"2009-08-03T08:15:45-07:00","text":"We who live in homes that flooded are also living in something of a state of suspended animation.  My husband and I were lucky enough to be well-insured, but that doesn't exempt us from the mental and physical stress of rebuilding.  A drive through Bear Creek may make one think that everything is back to normal; but it isn't.  While the visible debris has mostly been hauled off, contractors' vehicles clog the streets Monday through Friday.  There are plenty of on-site storage containers and even some travel trailers for those lucky enough to have them.  Living in a construction zone isn't exactly a healthy experience.  \r\n\r\nIt's very odd to be a homeowner without a home.  In the early aftermath, some residents gave up and walked their mortgages.  Some paid for basic demolition and water mitigation and sold out cheap for whatever they could get.  Some are making do with what is left.  Those with flood insurance are wading through the painfully detailed paperwork and finally getting the money to begin rebuilding.  Some were able to qualify for low-interest Small Business Administration loans that became available after we received a gubernatorial disaster declaration.  \r\n\r\nThe governor did not ask for a presidential decree which would have helped a great deal toward getting flooded neighborhoods repaired.  Had so many residents not called in their damage estimates, the county would have done nothing.  Many thanks go to Joyce Boudreaux at Harris County Office of Emergency Management.  As I was passed from one bureacratic office to another (ain't my job lady) Joyce took the lead in setting up a call center to field resident calls and gave her name and phone number as a contact.  Within a day of our flyers hitting the streets, Joyce was required to bring in extra staff to handle the call load.  Joyce also went the extra mile to keep us informed as to the status of our quest for the disaster declaration and activities at Judge Emmett's office.\r\n\r\nAmidst the stress and headaches of any disaster, life goes on.  Petty criminals scavenging empty homes kept the constables busy and parents tried to restore some kind of normalcy to their children's lives while trying to hold on to their jobs and rebuild their lives.  The senseless traffic death of a very good neighbor only weeks after losing their home to the flood was one more blow to us all.  This family's pain is beyond my comprehension.  We've all learned that we can't put life on hold while we deal with death and disaster.  Somehow, we muddle through day after day.\r\n\r\nThere are so many lessons, good and bad, to be learned from a disaster.  We've learned who are our true friends and who are merely acquaintances.  In addition to family, biker friends and neighbors, our church family at Bear Creek United Methodist Church in particular rose to the challenge of helping many families remove flooded and contaminated furniture and carpet.  You know you have a truly selfless friend in a person who is willing to get his hands dirty and risk e-coli sickness to engage in such a filthy job.\r\n\r\nAll in all, the blessings have outnumbered the curses.  Total strangers came in and helped heave trash out to the street and make sure we stayed fed and hydrated.  Friends and family took time off work to help clean up and decontaminate what was left.  Once the initial shock of seeing destroyed memories leaving the house wore off, we didn't even bother questioning what we might salvage.  Just get it out.  Goodbye photos and treasured mementos.  We have precious people in our lives now that are worth far more than those things.  We have befriended new neighbors we may never have known without the great flood of 2009.\r\n\r\nWe have also learned that disasters can bring out the worst in some folks.  We have been called stupid (for living on former rice fields in a flood zone) and greedy (for asking for government assistance).  We didn't buy in a flood zone.  The flood zone came to us in 2007 after FEMA finally redrew the flood maps after Tropical Storm Allison.  Most residents had flood insurance.  Some did not.  Others were never informed of the change in flood zoning by their mortgage and insurance companies, and as a result lost the ability to buy coverage at the old rates.  One woman told me that it would now cost her $5,000 a year for the basic flood policy.  West Houston is not an area populated by people looking for a handout.  While the leftover FEMA trailers from Katrina would have been a godsend, we got on with it without them.  We got through our cleanup with various flood-related illnesses ranging from respiratory illness to weeks of diarrhea caused by e-coli in the sewage-contaminated water.  Nothing like a little PTSD on top of the physical issues to really cap off a disaster.  Just when you need to think clearly, that ability is stripped away.  Add little to no action on the part of our county and state officials, and the feeling of isolation and abandonment becomes overwhelming at times.\r\n\r\nAs to our worsening flood issues, there is a ton of information that come to light in the aftermath of April's event.  Yes, the rain we experienced was phenomenal, but similar rain events have occurred in the past without this kind of massive flood damage.  Our water district, Harris County UD #6, commissioned a drainage study in 2006.  A copy of the report and recommendations were given to the Bear Creek homeowners association (Hunters Park Community Association), Harris County Flood Control and the US Army Corps of Engineers.  The report disappeared down the drain of those governmental agencies and nothing happened.  The report is damning to say the least.  We have several problems in play that contribute to our chronic and worsening flooding that involve several governmental jurisdictions.  Because we are in unincorporated Harris County, we are at the mercy of the county commissioners.  Jerry Eversole appears to want to spend more time at Starbucks than doing his job of maintaining roads, bridges and drainage infrastructure; and Steve Radack isn't any better.  Mayor White and the City of Houston actually DO their jobs and send out inspectors after a disaster.  We residents outside the city limits must do that job ourselves, and we were completely unaware of that fact until we flooded.  Nothing happened until we made it happen.\r\n\r\nAccording to the 2006 drainage study, many of our drains (built by the developer and accepted by Harris County for maintenance) actually run backward.  The same goes for some of the outfall pipes that go to Langham Creek and into Addicks Reservoir.  One of the major outfall pipes was never even connected to the subdivision's drainage system.\r\n\r\nThe way Flood Control works (or rather, doesn't work) is that no regular maintenance such as desilting and desnagging is performed.  They wait until the creeks and bayous are so full of silt, debris and vegetation that neighborhood flooding becomes a major problem.  Then they have to do a study on the situation to determine exactly what needs to be done.  Next, Flood Control has to obtain funding from either a federal grant or Commissioner's Court.   Enter the despicable and polluted world of county politics.\r\n\r\nWhile west and northwest Harris County undergoes profound development, ever more rainwater runoff flows downstream to the subdivisions developed in the 1970's and 1980's.  While the system was adequate thirty years ago, they can no longer handle the additional runoff burden without significant improvements to the drainage infrastructure.\r\n\r\nThe County wants the tax revenues from the new developments, but is unwilling to spend the money on drainage improvements downstream.  As long as a resident pays flood insurance premiums, FEMA will keep rebuilding our endangered homes.  Buyouts are not done until a particular area (not just a handful of homes) has flooded many times.  Flood Control must apply to the federal government for grant money for a buyout program, and they must present a study showing that destroying those structures will improve flood control for the surrounding area.  It is not a philanthropic program for helping financially burdened"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-07-07T15:02:34-07:00","text":"<p>Hello Alicia,&nbsp; Happy to share this information.&nbsp; Slowly things are getting back to normal for those people affected by the flood.&nbsp; The contractors are still very evident and busy in that area!<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Alicia Crowder"},"datePublished":"2009-07-07T13:17:18-07:00","text":"<p>Thank you for publishing this informative article!<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-09T09:23:06-07:00","text":"<p>Hello Jennifer,<\/p>\r\n<p>Thank you so much for this most informative and useful update.&nbsp; Hopefully everyone that needs this information will have access to it.&nbsp; You are certainly doing your best!&nbsp; I'll forward this hub again to people I know in the Bear Creek area and feel free to do the same.&nbsp; With your added information, hopefully this will help the situation.<\/p>\r\n<p>Better drainage and leaving more open green space is absolutely critical to prevent this from happening over and over again.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Jennifer Bayles"},"datePublished":"2009-05-09T07:09:23-07:00","text":"<p>I am in Bear Creek and we got 14\" of water contaminated with raw sewage and hydrocarbon products.&nbsp; I've been pounding the pavement to get the word out to residents that Commissioners Eversole and Radack are not doing their jobs to get damage estimates to the governor so we can be declared a disaster area.&nbsp; Without that declaration, there will be NO help from FEMA for the many, many homeowners with no flood insurance.&nbsp; They are now getting sick from having to live in their contaminated homes.&nbsp;<\/p>\r\n<p>Damage reports must be called in to the Harris County Office of Emergency Management.&nbsp; Mark Sloan heads the department, and his assistant Joyce now has extra staff to handle the load of calls finally coming in.&nbsp; The number is 713-881-3100; open from 8:00 am to 4:30 pm Monday thru Friday.<\/p>\r\n<p>More information for Bear Creek residents is on our website at www.bearcreeknetwork.org.<\/p>\r\n<p>Also hard hit are:<\/p>\r\n<p>Savannah Estates, Hearthstone, Yorktown, Jamestown, Charlestown - pretty much anywhere that Langham, Bear Creek and Horsepen Creek flows through.&nbsp; I am now getting flyers out to Bear Creek area businesses like the grocery stores, hardware and big box stores where flood victims will need to go to replace their belongings.&nbsp; We just don't have enough manpower to go door-to-door throughout the entire area.<\/p>\r\n<p>Two days ago the number of damaged homes was at 716.&nbsp; County Engineering told us yesterday they believe the total will be in the neighborhood of 2,000 homes and businesses or over.&nbsp; Again, we residents must report the damage to OEM including home, possessions, and vehicle losses.&nbsp; Make a point of mentioning the raw sewage and gasoline-contaminated water.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-09T06:10:53-07:00","text":"<p>Hello JamaGene,&nbsp; I agree with you wholeheartedly.&nbsp; City and county planners should also be more responsible and not keep issuing building permits to cover every bit of land.&nbsp; We need our green spaces for more reasons than just asthetics.&nbsp; Thanks for the comment.&nbsp; Hope your friends did not lose and valuable&nbsp;items in their basements.&nbsp;<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Joanna McKenna"},"datePublished":"2009-05-09T01:35:16-07:00","text":"It's in the best interest of insurance companies to push for whatever measures are needed to prevent flooding that causes so many to lose so much. Where were they when green space was being covered with concrete?\n\nbtw, we got a lot of that rain here last week.\u00a0 Only about 5 inches, but that was enough in a very short period to flood basements that don't normally flood. One friend's basement is still a soggy mess of gawdknowswhat."},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-07T07:59:34-07:00","text":"<p>Hello Curious Traveller,<\/p>\r\n<p>Sorry to hear about the similar problems in the UK.&nbsp; Things DO seem to be getting worse each year.<\/p>\r\n<p>With the economy such as it is, most city governments are cutting budgets.&nbsp; The mayor of Houston just said on television last night when addressing the city council that improved drainage will continue to be a high priority and that is one area that will be spared any budget cuts.&nbsp; That is very GOOD NEWS for those of us living here!&nbsp; Some of the economic stimulus money will be put towards that effort.&nbsp; Maybe we will see the results of less flooding in the future???&nbsp; It will take time and it is a monumental project considering the size of Houston.......4th largest city in the U.S.<\/p>\r\n<p>Thanks for commenting.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-07T07:52:10-07:00","text":"<p>Hello kiran,<\/p>\r\n<p>So very sad to hear that your government is of little help to the people.&nbsp; That should be their reason for existence in the first place.&nbsp; Private organizations like the Red Cross, Salvation Army and countless smaller groups including churches of all denominations are also of immense help to people when disasters occur over here as well as elsewhere around the world.&nbsp; Thank heavens for their continuing help!<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Curious Traveller"},"datePublished":"2009-05-07T03:55:53-07:00","text":"<p>Wow, this looks and sounds horrific, Peggy. This is happening in several parts of the UK now as well with extremely worrying regularity. Although causes or contributions are a very contentious issue, I think it is definitely getting to the stage where no one can dispute the fact that extreme climatic changes are taking place on this planet and that severe weather occurences are becoming considerably&nbsp;more common.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"kiran8"},"datePublished":"2009-05-06T22:47:08-07:00","text":"<p>I am so soorry to see this, but to be frank with you, in my country ( India) this happens every year making thousands of people homeless and totally at the mercy of nature, with the corrupt government officials trying to gain mileage , in spite of doing percious little to help those people. It is mostly private organisations which reach out to these peole and offer them help...<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-06T20:38:27-07:00","text":"<p>Hello Jason,&nbsp;<\/p>\r\n<p>Flood insurance is a nationally offered program, and yes.....many people in our area take it out as a precaution.&nbsp; Most insurance policies do not cover rising water, so this is the only way to protect one's home and possessions in the case of flooding.&nbsp; In some areas of typical flooding, it is mandatory.&nbsp; In other areas it is not mandated.&nbsp; Thanks for your&nbsp;question.&nbsp;<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"jasonstevens"},"datePublished":"2009-05-06T17:53:12-07:00","text":"<p>Is flood insurance common in your area?<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-06T07:44:14-07:00","text":"<p>Hello Erick,<\/p>\r\n<p>That is terrible!&nbsp; Amazing that no one was hurt.&nbsp; In what part of the world do you live?&nbsp; Sending best of wishes your way, and thanks for taking the time to comment.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Erick Smart"},"datePublished":"2009-05-06T04:06:54-07:00","text":"<p>I can sympathize here. Over the past few days we have had 8 inches of rain. New sinkholes have opened up and a school roof collapsed last night with 100 parents, teachers, and kids inside. Luckily everyone was okay.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T14:54:17-07:00","text":"<p>Thanks Patty,&nbsp; I agree that green spaces are not only useful for soaking up water, but also good for the spirits of people who live in cities.&nbsp;<\/p>\r\n<p>An innovative way to use some of it is in some of our flood control areas which are parks (when not flooded) and some of the things in them include soccer fields, running and walking tracks, dog parks, baseball diamonds and even a mini zoo in Bear Creek Park.&nbsp; That park is the largest county park in Texas and is nearby.&nbsp; They also have picnic areas with a few covered pavillions and restroom&nbsp;facilities.&nbsp; When the overflow of flood waters hits those areas they are simply closed to the public and the animals are moved to higher ground.<\/p>\r\n<p>Years ago the Army Corps of Engineers built some earthen dams in our area which retain flood waters from various creeks and bayous and have effectively kept downtown Houston from flooding.&nbsp; In the 30+ years that we have lived in this area only 3 times have two of the major roads crossing the flood control project have had to be closed due to water over the road.&nbsp; The roads sit up high.&nbsp; When opened, it looks like one is crossing a causeway with water on all sides until the ground gradually absorbs the water or it evaporates.<\/p>\r\n<p>This latest deluge was the 3rd time the roads have closed since we live here!<\/p>\r\n<p>We really DO like living here except for these occasional floods and hurricanes.&nbsp; Guess no place is perfect!&nbsp;<\/p>\r\n<p>Hopefully we'll have a quiet year with the hurricanes.&nbsp; Our area has had its share of disasters for a while.&nbsp;<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Patty Inglish"},"datePublished":"2009-05-05T11:12:31-07:00","text":"<p>Green space is a good answer for soaking and retaining water. And they are gorgeous.<\/p>\r\n<p>Best wishes to you and your mom.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T11:11:07-07:00","text":"<p>Hi Patty,<\/p>\r\n<p>We escaped this latest flooding but not the case years ago.&nbsp; Had my mother not moved along with us 2 1\/2 years ago...she would have been in the middle of this latest flood.&nbsp;<\/p>\r\n<p>Yes.....better sewage drains would help but with the topography of Houston as flat as it is, thought should be given to keeping some more open green space before continually covering more of the ground with concrete.&nbsp;<\/p>\r\n<p>Impermeable home storage units.&nbsp; Interesting thought.&nbsp; The answer for most is to lift things and put them as high up on top of other things when floods occur.<\/p>\r\n<p>Thanks for the comments.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Patty Inglish"},"datePublished":"2009-05-05T10:50:52-07:00","text":"<p>I am really sorry you had this happen - I've had lots of important files and papers destroyed in floods over the last 12 years and am discouraged by it every time I hear of high water.&nbsp;We had 6 inches quickly flood our streets for 3 miles a few days ago. Cars stalled and floated to the curb.<\/p>\r\n<p>I will keep you in prayer. Perhaps Stimulus Package money chould go for anti-flood measures and impermeable home storage equipment in&nbsp;frequently flooded areas.&nbsp;<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T10:45:04-07:00","text":"<p>Hi G-Ma,<\/p>\r\n<p>Thank you so very much for your blessing.&nbsp; Time will help heal the scars in neighborhoods as well as help to heal hearts.&nbsp; Hugs back to you!<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Merle Ann Johnson"},"datePublished":"2009-05-05T09:58:49-07:00","text":"Yes Mother nature does have her savage moments and am sorry for all, but am also saddened to hear about your brother passing...God rest His soul and Bless your mom...things can be overwhelming at times can't they!!!G-Ma Hugs :O)\r\n\r\n"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T09:34:29-07:00","text":"<p>Hi shamelabboush,<\/p>\r\n<p>Yes, Nature can be as cruel as it is wonderful.&nbsp; Depends upon the season and what happens to be in the mix of climate change as well as influences like tutonic plate shifting; solar flares, and so much more.&nbsp; Thanks for reading and commenting.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T09:31:25-07:00","text":"<p>Hi Melody,&nbsp;<\/p>\r\n<p>So sorry to&nbsp; hear about the typhoon in your area.&nbsp; Were any of your friends or family affected?<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T09:29:37-07:00","text":"<p>Thanks Teresa.&nbsp; Gives a whole new meaning to the saying \"When it rains, it pours!\"<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Peggy Woods"},"datePublished":"2009-05-05T09:28:23-07:00","text":"<p>Hi Pete,<\/p>\r\n<p>Bear Creek which is the western part of town located outside of the Houston city limits got the brunt of the storm, but we have heard about other areas being affected also...perhaps just not quite to this extent.&nbsp; Thanks for commenting.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"shamelabboush"},"datePublished":"2009-05-05T06:48:13-07:00","text":"This is terrible. Nature is so cruel sometimes, but I only blame us for the climate change bcz this is one of the results. God be with them.\r\n\r\n"},{"@type":"Comment","author":{"@type":"Person","name":"Melody Lagrimas"},"datePublished":"2009-05-05T06:16:24-07:00","text":"<p>The damage is indeed substantial. A region here too sustained great damage after a typhoon hit it this weekend.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Sheila"},"datePublished":"2009-05-05T05:51:46-07:00","text":"<p>Sorry to hear how much damage was done.<\/p>"},{"@type":"Comment","author":{"@type":"Person","name":"Pete Maida"},"datePublished":"2009-05-05T04:18:34-07:00","text":"<p>I'm sorry to hear that it was so mad there.&nbsp;<\/p>"}],"publisher":{"@type":"Organization","name":"HubPages","logo":{"@type":"ImageObject","url":"https:\/\/z.hubstatic.com\/x\/hubpages_120-60.gif","width":120,"height":60},"url":"http:\/\/hubpages.com","sameAs":["https:\/\/twitter.com\/hubpagesdotcom","https:\/\/www.facebook.com\/Hubpages.com","https:\/\/www.pinterest.com\/hubpages\/","https:\/\/plus.google.com\/+hubpages"],"contactPoint":{"@type":"ContactPoint","contactType":"Customer Service","email":"team@hubpages.com","telephone":"+1-415-234-1396"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https:\/\/hubpages.com\/travel\/What-eleven-inches-of-rain-did-last-week-in-Houston"}}</script><div id="before_footer"></div><div id="footer_wrap"><div id="footer"><a id="footer_logo" tabindex="-1" href="http://hubpages.com/" title="To the HubPages home page"><svg class="svglogo hubpages-logo hubpages-logo30"><title></title><use xlink:href="#hubpages-logo"></use></svg></a><ul id="footerlist"><li><a tabindex="-1" href="https://hubpages.com/about/us">About Us</a></li><li><a tabindex="-1" href="https://hubpages.com/copyright">Copyright</a></li><li><a tabindex="-1" href="https://hubpages.com/user-agreement">Terms of Use</a></li><li><a tabindex="-1" href="https://hubpages.com/privacy-policy">Privacy Policy</a></li></ul><div class="legalese"><p>Copyright &copy; 2018 HubPages Inc. and respective owners. Other product and company names shown may be trademarks of their respective owners. HubPages<sup>&reg;</sup> is a registered Service Mark of HubPages, Inc. HubPages and Hubbers (authors) may earn revenue on this page based on affiliate relationships and advertisements with partners including Amazon, Google, and others.</p></div><div style="clear:both;"></div></div></div><div id="mobile_menu" hidden><div id="mobile_menu_content"><div class="button_section section"><a href="https://hubpages.com/signin/">Sign In</a><a href="https://hubpages.com/user/new/" class="button primary_action">Join</a></div><div class="search section"><form action="/search/" name="search_form_mobile" class="search_form" target="_top"><input class="search_input" name="s" type="text" value="" placeholder="Search"/><div class="search_button"><svg class="moon tiny icon search-magnify"><use xlink:href="#search-magnify"></use></svg></div></form></div><div class="categories section"><div class="category_group"><h3><a href="https://hubpages.com/art">Arts and Design</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/autos">Autos</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/literature">Books, Literature, and Writing</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/business">Business and Employment</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/education">Education and Science</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/entertainment">Entertainment and Media</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/family">Family and Parenting</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/style">Fashion and Beauty</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/food">Food and Cooking</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/games-hobbies">Games, Toys, and Hobbies</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/relationships">Gender and Relationships</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/health">Health</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/holidays">Holidays and Celebrations</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/living">Home</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/community">HubPages Tutorials and Community</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/money">Personal Finance</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/animals">Pets and Animals</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/politics">Politics and Social Issues</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/religion-philosophy">Religion and Philosophy</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/sports">Sports and Recreation</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/technology">Technology</a></h3></div><div class="category_group"><h3><a href="https://hubpages.com/travel">Travel and Places</a></h3></div></div><div class="resourcelinks section"><ul><li><a href="http://blog.hubpages.com">Blog</a></li><li><a href="http://hubpages.com/help-wizard/">Help</a></li></ul><div style="clear:both"></div></div><div class="footer section"><h3><a href="https://hubpages.com/about/us">About Us</a></h3><ul><li><a href="https://hubpages.com/help/sites-editorial-policy">Editorial Policy</a></li><li><a href="https://hubpages.com/copyright">Copyright</a></li><li><a href="https://hubpages.com/user-agreement">Terms of Use</a></li><li><a href="https://hubpages.com/privacy-policy">Privacy Policy</a></li></ul><p class="legalese">Copyright &copy; 2018 HubPages Inc. and respective owners. </div></div></div>
<div id="ajaxing"><div id="ajaxing_box"><div class="spinny"></div><div id="working">working</div></div></div><script>window.vglnk = { key: '35fb74b304fc61507e6333b6c32fadf6' };
(function(d, t) {
var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
s.src = '//cdn.viglink.com/api/vglnk.js';
var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
}(document, 'script'));

LABqueue.wait(function() {crossDomainSetup('https://equalstyle.com/login-hub/', false);
jq(document).ready(function() { hpSiteInit(); });
window.userimg_domain = 'hubstatic.com';
jq(window).sampleDurationNew(540628);
jq(document).ready(function() {
    initHub(540628, "fullyresponsive");
    fixHeaderAdWidth();
});
jQuery(function() {
	renderMapFromData('10504386', JSONstring.toObject(jQuery('#map_json_10504386').html()));
});
insertVideo('YouTube', 'oXzWRGRrjAg', '', 'videoYouTubeBig', '', 'video_650484', '');
insertVideo('YouTube', 'pPkJZqvjBGo', '', 'videoYouTubeBig', '', 'video_650491', '');
insertVideo('YouTube', 'Vw4oM_pn9L8', '', 'videoYouTubeBig', '', 'video_650494', '');
pmm.add(74059, new PollManager(8715697, 74059) );
jq(document).ready( function() {
initCommentsCapsule('3056964', false, { signInRequired: false, url: 'https://hubpages.com/travel/What-eleven-inches-of-rain-did-last-week-in-Houston#comText_3056964', success: false });
});
jq(document).ready( function() { loadLazyImages(); } );

jq(function() { new FollowButtonManager(); });
jq('#mobile_menu .search_button').click(function() {
				jq(this).parents('form').submit();
			});
jq('#search_form').bind('submit',function(event) {
	if (jq.trim(jq('#search_input').val())=='') {
		event.stopPropagation(); return false;
	}}
);
jq('#search_button').click(function() {
	jq('#search_form').submit();
});
jq(window).resize(function() {
	var winWidth = jq(window).width();
	if (winWidth > 800) {
		jq('#header_search_container').css('width', '');
		jq('#search_icon, #site_title, #mobile_menu_bar').css('display','');
		jq('#close_icon').hide();
	}
});
	jq('#search_icon').click(function(event) {
		//on sites close the hamburger menu if open
		if (typeof closeHamburgerMenu === "function" && jq('body').hasClass('menu_on')) {
			closeHamburgerMenu();
			jq('body').toggleClass("menu_on");
			setTimeout(function() { jq('#mobile_menu_bar').hide(); }, 500);
		}

		jq('#search_icon, #site_title, #mobile_menu_bar').hide();
		jq('#close_icon').show();
		jq('#header_search_container').css("width","78%");
		jq('#search_input').focus();

		jq('#bar1').addClass("rotate_right_x");
		jq('#bar2').addClass("rotate_left_x");
		jq('#bar3').fadeOut(100);
		return false;
	});
	jq('#close_icon').click(function(event) {
		jq('#bar1').removeClass("rotate_right_x");
		jq('#bar2').removeClass("rotate_left_x");
		jq('#bar3').fadeIn(100);

		jq('#header_search_container').css("width","0px");
		setTimeout(function() {
			jq('#search_icon, #site_title, #mobile_menu_bar').css('display','');
			jq('#close_icon').hide();
		}, 250);
	});
});</script></body></html>
<!-- rendered by hubwbc05 at Tue, 13 Feb 18 11:29:09 -0800 -->
<!-- uncategorized hpads-authorshare -->
