turbomam / mixs-subset-examples-first

A subset of the MIxS specification that's self-documenting and DataHarmonizer compatible. Comes with valid and invalid data examples. Subset = all checklists and all environmental packages, but partial combinations.
https://turbomam.github.io/mixs-subset-examples-first/
MIT License
0 stars 0 forks source link

start dealing with temporal Value syntaxes (date, timestamp...) #97

Open turbomam opened 1 year ago

turbomam commented 1 year ago
Environmental package Structured comment name Package item Definition Expected value Value syntax
soil agrochem_addition history/agrochemical additions Addition of fertilizers, pesticides, etc. - amount and time of applications agrochemical name;agrochemical amount;timestamp {text};{float} {unit};{timestamp}
collection_date collection date The time of sampling, either as an instance (single point in time) or interval. In case no exact time is available, the date/time can be right truncated i.e. all of these are valid times: 2008-01-23T19:23:10+00:00; 2008-01-23T19:23:10; 2008-01-23; 2008-01; 2008; Except: 2008-01; 2008 all are ISO8601 compliant date and time {timestamp}
soil crop_rotation history/crop rotation Whether or not crop is rotated, and if yes, rotation schedule crop rotation status;schedule {boolean};{Rn/start_time/end_time/duration}
turbomam commented 1 year ago