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

Specimen excel template and Time series YODA file #36

Open
cdesyoun opened this issue May 21, 2015 · 0 comments
Open

Specimen excel template and Time series YODA file #36

cdesyoun opened this issue May 21, 2015 · 0 comments

Comments

@cdesyoun
Copy link

I have worked on two types of YODA files, Time Series and Specimen measurement for implementing the YODA parser. I have modified these YODA files to fit into the ODM2 data model, parsing it into a ODM2 database.

  1. Specimen YODA file
    Original file: https://github.com/CZOData/YODA-File/blob/master/ExcelTemplates/Examples/Soil_YODA_Specimen_TEMPLATE_MCT_V2.xlsm
    I just copied and pasted the YODA data sheet in this template into a text file.
    Here is the link of the modified version: https://github.com/ODM2/ODM2YODAParser/blob/sdsc_version/YODAparser/Soil_YODA_Specimen_TEMPLATE_MCT_V2_modified.yaml
    It seems to me this specimen template is incomplete, even if the YODA file is generated.
    When loading it into YAML parser, there were missing data. And when generating YODA file, double quotation marks should be used to quote ISO time formatted data due to this mark, ":" that causes the parsing error in YAML loader.
    Unit data should be the object type(for example, "*UnitsObj"), not string type.
  2. Time Series YODA file:
    Original file: https://github.com/CZOData/YODA-File/blob/master/ExcelTemplates/Prototypes/Timeseries_Template_Working.yaml
    The modified version: https://github.com/ODM2/ODM2YODAParser/blob/sdsc_version/YODAparser/Timeseries_Template_Working_my_version.yaml
    Unit data should be the object type(for example, "*UnitsObj"), not string type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant