ODM2 / YODA-File

The YAML Observation Data Archive & exchange (YODA) File Format
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

Issues with loading Timeseries_Template_Working.yaml #17

Closed jmeline closed 8 years ago

jmeline commented 9 years ago

I have been working with the Timeseries_Template_Working.yaml file and noticed a few errors that need to be addressed. These are the errors that I have run into so far.

(Each category heading is the heading for the table in YAML)

Affiliations

This is also apparent in the Specimen_Template_Working.yaml.

SRGDamia1 commented 9 years ago

I don't want to force users of the template to put in an association start date, so we either need to make the field null-able or come up with a default value for it.

Fixed the spatial offset capitalization.

Units.. yes.. it's a problem. The UnitTypeCV and the default units are still in progress. Until they're settled, this won't be.

Sometimes the timing of an action is unknown, so if we can't make that field null, we need a default value for it.

And SpeciationCV is null-able... Why do you think it isn't? Though, actually I'm not using the CV correctly for it right now, so if it's not null, people could put something wrong in there. I'll fix that.

SRGDamia1 commented 9 years ago

Fixed the Variables worksheet to only allow users to select Speciation terms from the CV. But it's still allowed to be null.

jmeline commented 9 years ago

@SRGDamia1 I apologize. The SpeciationCV can be null. My bad on that one! Thanks for the hard work and the nice excel macros script.

SRGDamia1 commented 9 years ago

It's good that you pointed out the SpeciationCV though, because when I looked into that one I found I wasn't using the correct CV terms.

horsburgh commented 8 years ago

I believe these have been addressed.