You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: