Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 735 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 735 Bytes

K-Value_Plots

Objective:

This code plots field tested hydraulic conductivity (K) values onto the theoretical range of hydraulic conductivity and permeability values (after Freeze & Cherry's [1979])

Source:

  1. http://hydrogeologistswithoutborders.org/wordpress/wp-content/uploads/Freeze_and_Cherry_1979-smaller.pdf (Table 2.2)
  2. https://books.gw-project.org/hydrogeologic-properties-of-earth-materials-and-principles-of-groundwater-flow/chapter/hydraulic-conductivity-values-for-earth-materials/

Input Data:

  • Field data template: AQT_KValues.csv

Output:

K_Plot1

Requirements:

  • Pandas
  • Numpy
  • Matplotlib