diff --git a/README.md b/README.md index 6ae4080..2cccec5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ About the Water Calculator ========================== -This online water use calculator is an extension of the original water use +This online water calculator is an extension of the original water use calculator provided by the [Southwest Florida Water Management District (SWFWMD)](https://www.swfwmd.state.fl.us/). It has been customized for Oklahoma and extended with a module to estimate @@ -43,7 +43,7 @@ for each of the fields. The `endgal` value on the highest block rate should be set to `Infinity` without quotes. -Here’s an example city record: +Here's an example city record: ```javascript "ATLANTIS":{rates:[{rate_k:1.23, startgal:0, endgal:5000}, {rate_k:2.34, startgal:5000, endgal:Infinity}], min:12.00}, ``` @@ -63,7 +63,7 @@ Creating City Records from a Spreadsheet ---------------------------------------- -Most of the city water rates are derived from data purchased from the +Most of the city water rates are derived from data provided by the [Oklahoma Municipal League (OML)](http://www.oml.org/). The OML data shows a minimum charge and costs for 5,000 gallons, 10,000 gallons, 50,000 gallons, and 200,000 gallons. From this, we derived four block rates: 0-5,000 gallons, diff --git a/faq.html b/faq.html index 0a0abed..6b11bad 100644 --- a/faq.html +++ b/faq.html @@ -4,7 +4,7 @@
-The Oklahoma Water Use Calculator is a resource for any individual interested in estimating their water usage and its related costs. It was developed based on the model from the Southwest Florida Water Management District's Water Use Calculator and adapted to include Oklahoma water rates which are available from the Oklahoma Municipal League and individual providers (Oklahoma Municipal League, 2017; City of Norman, 2017; City of Stillwater, 2017).
-The Oklahoma Water Use Calculator compiles water usage for different household activities and calculates the cost of total water consumption based on individuals self-reported water use and their local water rates. The water calculator also calculates the savings users can get with a 10% reduction of their total water usage. We encourage users to try out the calculator using all the potential uses or just one to see who much water is typically used in different activities and what the related cost is.
+The Oklahoma Water Calculator is a resource for any individual interested in estimating their water usage and its related costs. It was developed based on the model from the Southwest Florida Water Management District's Water Use Calculator and adapted to include Oklahoma water rates which are available from the Oklahoma Municipal League and individual providers (Oklahoma Municipal League, 2017; City of Norman, 2017; City of Stillwater, 2017).
+The Oklahoma Water Calculator compiles water usage for different household activities and calculates the cost of total water consumption based on individuals self-reported water use and their local water rates. The water calculator also calculates the savings users can get with a 10% reduction of their total water usage. We encourage users to try out the calculator using all the potential uses or just one to see who much water is typically used in different activities and what the related cost is.
Data is publicly available for the cities listed. Please use the Oklahoma average or multiply gallons used by 0.1 for a 10% reduction and ask your utility for the price per gallon to see how much you save.
+Data is publicly available for the cities listed. Please use the Oklahoma average or multiply gallons used by 0.9 for a 10% reduction and ask your utility for the price per gallon to see how much you save.
Your self-reported use is an approximation and can differ from actual use.
@@ -40,7 +40,7 @@For additional questions, please contact water@okstate.edu
+For additional questions, please contact water@okstate.edu.
diff --git a/index.html b/index.html index d66cc3c..95a2142 100755 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ -