Project Contacts
Andy Gendaszek,
934 Broadway,
Suite 300
Tacoma, WA 98402

(agendaszek@usgs.gov)
(253) 552-1612
graphic line

Upper Kittitas County

Project Summaries

#!/usr/bin/perl -- -*-perl-*- # This script displays the navigation bar for all project pages. #---------------------------------------------------------------------------------------------------------------------- # Print html header #---------------------------------------------------------------------------------------------------------------------- print "Content-type: text/html\n\n"; #---------------------------------------------------------------------------------------------------------------------- # Retrieve query string and specify variables for links. #---------------------------------------------------------------------------------------------------------------------- $publications_link = "Publications and Products | "; $links_link = "Related Links | "; $news_link = "News Releases | "; $data_link = "Data | "; $maps_link = "Maps | "; $science_link = "Scientific Topics | "; $bibliography_link = "Bibliography | "; $status_link = "Status | "; $database_link = "Database | "; $acknowledge_link = "Acknowledgments | "; $photo_link = "Photo Gallery | "; $asses_link = "Assessment Document | "; $gis_link = "GIS and Aerial Photography Sources | "; $contact_link = "Contact Us | "; $flood_link = "Flood Hazards | "; $path = $ENV{'QUERY_STRING'}; $path =~ s/%([0-9|A-F]{2})/pack("C",hex($1))/eg; $path =~ s/[;<>\*\|'&\$!#\(\)\[\]\{\}:"\\\/]//g; $path = "../projects/".$path."/includes/".$path.".config"; #---------------------------------------------------------------------------------------------------------------------- # Open the configuration file for the specific project. #---------------------------------------------------------------------------------------------------------------------- require $path; #---------------------------------------------------------------------------------------------------------------------- # Print table head #---------------------------------------------------------------------------------------------------------------------- print qq~
  
 Project Home | ~; #---------------------------------------------------------------------------------------------------------------------- # Determine which links to display for specific project, based on configuration file. #---------------------------------------------------------------------------------------------------------------------- while ($status > 0) { print "$status_link"; $status = 0; } while ($publications > 0) { print "$publications_link"; $publications = 0; } while ($links > 0) { print "$links_link"; $links = 0; } while ($news > 0) { print "$news_link"; $news = 0 } while ($data > 0) { print "$data_link"; $data =0; } while ($maps > 0) { print "$maps_link"; $maps = 0; } while ($science > 0) { print "$science_link"; $science = 0; } while ($bibliography > 0) { print "$bibliography_link"; $bibliography = 0; } while ($database > 0) { print "$database_link"; $database = 0; } while ($acknowledge > 0) { print "$acknowledge_link"; $acknowledge = 0; } while ($photo > 0) { print "$photo_link"; $photo = 0; } while ($asses > 0) { print "$asses_link"; $asses = 0; } while ($gis > 0) { print "$gis_link"; $gis = 0; } while ($contact > 0) { print "$contact_link"; $contact = 0; } while ($flood > 0) { print "$flood_link"; $flood = 0; } #---------------------------------------------------------------------------------------------------------------------- # Print table footer #---------------------------------------------------------------------------------------------------------------------- print qq~ Project Summaries | Partnerships |
 
~; #---------------------------------------------------------------------------------------------------------------------- # End Script #----------------------------------------------------------------------------------------------------------------------

WA11F - Western Kittitas County Groundwater Study, Washington - Completed FY2014

Problem - Baseflows in the tributary streams in the western portion of Kittitas County are important in the late summer and fall when demands on these streams peak. The ongoing USGS Yakima study indicates that groundwater and surface water are interconnected in the Yakima River basin, however the hydrogeologic framework and the potential impacts of groundwater withdrawals on tributary streamflow in the bedrock system were not investigated.

Objectives - The objectives for the groundwater study have been defined by a joint effort of Kittitas County, WaDOE, and other parties. These objectives are to: (1) define the hydrogeology of the study area, (2) provide information regarding groundwater occurrence and availability, (3) describe the potential extent of groundwater and surface water continuity in the study area, and (4) determine the extent of potential impairment resulting from well use.

Relevance and Benefits - The study addresses most issues identified in the Water Resources Discipline's strategic plan and the Washington Water Science Center's priority program opportunities for meeting the Nation's needs. These issues include tools for managing the Nation's watersheds effectively and improving simulation tools for transference to others. The assessment of availability and sustainability of America's water, and estimating effects of land-use and management alternatives on quantity and providing such information for National assessments also are important issues. These issues and the study address river-basin simulation and groundwater withdrawal effects on surface water. Last, the USGS is a neutral scientific party for providing information, and is building partnerships to solve important problems that are common in the Nation.

Approach - Data collection, watershed characterization, and assessment of the water resources of western Kittitas County will be conducted on a basin-wide scale and all major components of the water budget examined. Existing hydrologic and hydrogeologic data will be compiled and entered into the appropriate databases. New hydrologic data will be collected, compiled, and evaluated to support the characterization of the flow system. Geospatial data will be compiled and entered in a newly created Geographic Information Systems-based database. An understanding of the interaction between the aquifers and surface water will be based on the interpretations of existing and newly collected information. A USGS Scientific Investigations Report will be published to describe the conceptual model of the flow system.