Displaying differences for changeset
 
display as  

IndicatorList_v10.csv

@@ -179,8 +179,8 @@
 Infrastructure,Count of Drinking Water Intakes,inf_srcwtr,4,max,4,min,count,TRUE,FALSE,1,max
 Infrastructure,Municipal Drinking Water Intakes served by this area,inf_srcmun,4,max,4,min,count,TRUE,FALSE,1,max
 Infrastructure,Covered by WWTF,inf_wtp_ar,4,min,4,max,%,FALSE,FALSE,1,min
-Infrastructure,Supplied by Drinking Water Utility,inf_water,4,min,4,max,%,FALSE,FALSE,1,min
-Infrastructure,Supplied by Groundwater Well,inf_gw,4,min,4,max,%,FALSE,FALSE,1,min
+Infrastructure,Supplied by Drinking Water Utility,inf_wtr_ar,4,min,4,max,%,FALSE,FALSE,1,min
+Infrastructure,Supplied by Groundwater Well,inf_gw_ar,4,min,4,max,%,FALSE,FALSE,1,min
 Land Use Change,Change in Human Use 2011-2016,luc_hum_ws,4,min,4,max,%,TRUE,TRUE,4,min
 Land Use Change,Change in Human Use (RZ) 2011-2016,luc_hum_rz,4,min,4,max,%,TRUE,TRUE,4,min
 Land Use Change,Change in Developed Land 2011-2016,luc_dev_ws,4,min,4,max,%,TRUE,FALSE,1,min

constants.py

@@ -28,7 +28,7 @@
              'wq_cn_do', 'wq_cn_ec', 'wq_cn_fed', 'wq_cn_fet', 'wq_cn_hgd', 'wq_cn_hgt', 'wq_cn_mnd', 'wq_cn_nid',
              'wq_cn_nh3', 'wq_cn_no2', 'wq_cn_no3', 'wq_cn_pbd', 'wq_cn_ph', 'wq_cn_so4', 'wq_cn_t', 'wq_cn_ut',
              'wq_cn_znd', 'wq_strm', 'wq_wbd', 'imp_miles', 'imp_area', 'imp_number', 'imp_tmdl', 'inf_cafo',
-             'inf_wtp_q', 'inf_wtp_ar', 'inf_septic', 'inf_water', 'inf_gw', 'luc_hum_ws', 'luc_hum_rz', 'luc_dev_ws',
+             'inf_wtp_q', 'inf_wtp_ar', 'inf_septic', 'inf_wtr_ar', 'inf_gw_ar', 'luc_hum_ws', 'luc_hum_rz', 'luc_dev_ws',
              'luc_crp_ws', 'luc_nat_ws', 'luc_primpr', 'luc_pro_ws', 'cc_snw_pcp', 'cc_ave_pcp', 'cc_min_tmp',
              'cc_max_tmp', 'hydc_avg_q', 'hydc_pk_q', 'hydc_tm_pk', 'hydc_lw_q', 'wqc_cn_tn', 'wqc_cn_tp', 'wqc_cn_sed',
              'wqc_cn_agt', 'wqc_cn_ast', 'wqc_cn_cdd', 'wqc_cn_cha', 'wqc_cn_cud', 'wqc_cn_do', 'wqc_cn_ec',
@@ -51,7 +51,7 @@
            'wq_cn__so4',
            'wq_cn__t', 'wq_cn__ut', 'wq_cn__znd', 'wq_strm', 'wq_wbd'],
     'imp': ['imp_miles', 'imp_area', 'imp_number', 'imp_tmdl'],
-    'inf': ['inf_cafo', 'inf_wtp_q', 'inf_wtp_ar', 'inf_septic', 'inf_water', 'inf_gw'],
+    'inf': ['inf_cafo', 'inf_wtp_q', 'inf_wtp_ar', 'inf_septic', 'inf_wtr_ar', 'inf_gw_ar'],
     'luc': ['luc_hum_ws', 'luc_hum_rz', 'luc_dev_ws', 'luc_crp_ws', 'luc_nat_ws', 'luc_primpr', 'luc_pro_ws'],
     'cc': ['cc_snw_pcp', 'cc_ave_pcp', 'cc_min_tmp', 'cc_max_tmp'],
     'hydc': ['hydc_avg_q', 'hydc_pk_q', 'hydc_tm_pk', 'hydc_lw_q'],
@@ -202,9 +202,9 @@
                     'restore': {'value': '1', 'min_max': 'max'}, 'unit': '%'},
      'inf_septic': {'name': '% on Septic Systems', 'protect': {'value': '5', 'min_max': 'min'},
                     'restore': {'value': '1', 'min_max': 'max'}, 'unit': '%'},
-     'inf_water': {'name': '% Supplied by Drinking Water Utility', 'protect': {'value': '5', 'min_max': 'min'},
+     'inf_wtr_ar': {'name': '% Supplied by Drinking Water Utility', 'protect': {'value': '5', 'min_max': 'min'},
                    'restore': {'value': '1', 'min_max': 'max'}, 'unit': '%'},
-     'inf_gw': {'name': '% Supplied by Groundwater Well', 'protect': {'value': '5', 'min_max': 'min'},
+     'inf_gw_ar': {'name': '% Supplied by Groundwater Well', 'protect': {'value': '5', 'min_max': 'min'},
                 'restore': {'value': '1', 'min_max': 'max'}, 'unit': '%'},
      'luc_hum_ws': {'name': 'Change in % Human Use 2011-2016', 'protect': {'value': '5', 'min_max': 'min'},
                     'restore': {'value': '1', 'min_max': 'max'}, 'unit': '?'},

static/er2_watershedpriority/js/components/watershed/watershedOverview.js

@@ -20,7 +20,7 @@
     'geo_dam_dn', 'geo_dtch', 'geo_rdd_rz', 'geo_dev_rz',
     'hab_cond',
     'bc_con_shn', 'bc_con_mmi', 'bc_con_hil',
-    'inf_cafo', 'inf_wtp_qo', 'inf_wtp_qp', 'inf_srcwtr', 'inf_srcmun', 'inf_wtp_ar', 'inf_water', 'inf_gw',
+    'inf_cafo', 'inf_wtp_qo', 'inf_wtp_qp', 'inf_srcwtr', 'inf_srcmun', 'inf_wtp_ar', 'inf_wtr_ar', 'inf_gw_ar',
     'luc_hum_ws', 'luc_hum_rz', 'luc_dev_ws', 'luc_crp_ws', 'luc_nat_ws', 'luc_primpr', 'luc_pro_ws',
     'cc_snw_pcp', 'cc_ave_pcp', 'cc_ave_tmp', 'cc_min_tmp', 'cc_max_tmp',
     'hydc_avg_q', 'hydc_pk_q', 'hydc_tm_pk', 'hydc_lw_q',