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

Uncertainty table fixes #26

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions table_definitions/uncertainty_table.csv
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Description:
# Source:
element_name kind external_table description
observation_id varchar observations_table:observation_id Link to observation this entry is for
uncertainty_type int uncertainty_type.type Type of uncertainty described by this entry
observation_id varchar (pk) observations_table:observation_id Link to observation this entry is for
uncertainty_type int (pk) uncertainty_type:type Type of uncertainty described by this entry
uncertainty_method int uncertainty_method:method Method used to estimate this uncertainty
uncertainty_value numeric Expected error standard deviation due to specified uncerainty source
uncertainty_units int units:units The units used to report the uncertainty. This may be different to the reporting units (e.g. \%)