Skip to content

Commit

Permalink
'Filter/sieve residue' & 'Yield' now included in this domain. This is…
Browse files Browse the repository at this point in the history
… meant to get the updated list, but will need to keep an eye out for additions for the example in docs like this. Especailly right now as there may be updates with WQX 2.0 -> 3.0.
  • Loading branch information
jbousquin committed Apr 10, 2024
1 parent 2309eff commit 65e59a1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions harmonize_wq/domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,15 @@ def get_domain_dict(table, cols=None):
dict_keys(['Acid Soluble', 'Bed Sediment', 'Bedload', 'Bioavailable', 'Comb Available',
'Dissolved', 'Extractable', 'Extractable, CaCO3-bound', 'Extractable, exchangeable',
'Extractable, organic-bnd', 'Extractable, other', 'Extractable, oxide-bound',
'Extractable, residual', 'Field', 'Filterable', 'Filtered field and/or lab',
'Filtered, field', 'Filtered, lab', 'Fixed', 'Free Available', 'Inorganic',
'Leachable', 'Non-Filterable (Particle)', 'Non-settleable', 'Non-volatile', 'None',
'Organic', 'Pot. Dissolved', 'Semivolatile', 'Settleable', 'Sieved',
'Strong Acid Diss', 'Supernate', 'Suspended', 'Total', 'Total Recoverable',
'Total Residual', 'Total Soluble', 'Unfiltered', 'Unfiltered, field', 'Vapor',
'Volatile', 'Weak Acid Diss', 'non-linear function'])
'Extractable, residual', 'Field', 'Filter/sieve residue', 'Filterable',
'Filtered field and/or lab', 'Filtered, field', 'Filtered, lab',
'Fixed', 'Free Available', 'Inorganic', 'Leachable',
'Non-Filterable (Particle)', 'Non-settleable', 'Non-volatile',
'None', 'Organic', 'Pot. Dissolved', 'Semivolatile', 'Settleable',
'Sieved', 'Strong Acid Diss', 'Supernate', 'Suspended', 'Total',
'Total Recoverable', 'Total Residual', 'Total Soluble',
'Unfiltered', 'Unfiltered, field', 'Vapor', 'Volatile',
'Weak Acid Diss', 'Yield', 'non-linear function'])
"""
if cols is None:
Expand Down

0 comments on commit 65e59a1

Please sign in to comment.