Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deprecate tot_nitro slot #751

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 10 additions & 27 deletions src/mixs/schema/mixs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14360,29 +14360,6 @@ slots:
syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
interpolated: true
partial_match: true
tot_nitro:
annotations:
Preferred_unit:
tag: Preferred_unit
value: microgram per liter, micromole per liter, milligram per liter
description: 'Total nitrogen concentration of water samples, calculated by: total
nitrogen = total dissolved nitrogen + particulate nitrogen. Can also be measured
without filtering, reported as nitrogen'
title: total nitrogen concentration
examples:
- value: 50 micromole per liter
keywords:
- concentration
- nitrogen
- total
slot_uri: MIXS:0000102
range: string
pattern: ^[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?( *- *[-+]?[0-9]*\.?[0-9]+(?:[eE][-+]?[0-9]+)?)?
*([^\s-]{1,2}|[^\s-]+.+[^\s-]+)$
structured_pattern:
syntax: ^{scientific_float}( *- *{scientific_float})? *{text}$
interpolated: true
partial_match: true
tot_nitro_cont_meth:
description: Reference or method used in determining the total nitrogen
title: total nitrogen content method
Expand Down Expand Up @@ -19124,7 +19101,8 @@ classes:
- nitrate
- nitrite
- ammonium
- tot_nitro
- tot_nitro_content
- tot_nitro_cont_meth
- diss_iron
- sodium
- chloride
Expand Down Expand Up @@ -19252,7 +19230,8 @@ classes:
- nitrate
- nitrite
- ammonium
- tot_nitro
- tot_nitro_content
- tot_nitro_cont_meth
- diss_iron
- sodium
- chloride
Expand Down Expand Up @@ -19385,6 +19364,7 @@ classes:
- temp
- tot_carb
- tot_nitro_content
- tot_nitro_cont_meth
- tot_org_carb
- turbidity
- water_content
Expand Down Expand Up @@ -19742,6 +19722,7 @@ classes:
- tot_carb
- tot_depth_water_col
- tot_nitro_content
- tot_nitro_cont_meth
- tot_org_carb
- turbidity
- water_content
Expand Down Expand Up @@ -20076,7 +20057,8 @@ classes:
- suspend_solids
- temp
- tertiary_treatment
- tot_nitro
- tot_nitro_content
- tot_nitro_cont_meth
- tot_phosphate
- wastewater_type
slot_usage:
Expand Down Expand Up @@ -20183,7 +20165,8 @@ classes:
- tot_depth_water_col
- tot_diss_nitro
- tot_inorg_nitro
- tot_nitro
- tot_nitro_content
- tot_nitro_cont_meth
- tot_part_carb
- tot_phosp
- turbidity
Expand Down