relaton / relaton-data-iho

Relaton data for IHO publications
1 stars 0 forks source link

Fix parsing issues #11

Closed ronaldtse closed 4 years ago

ronaldtse commented 4 years ago
Parsing data/m-2.yaml failed. Error: missing keyword: workgroup.

Make workgroup optional in committee. https://github.com/relaton/relaton-iho/issues/5

Parsing data/s-23.yaml failed. Error: argument out of range.
Parsing data/s-97.yaml failed. Error: argument out of range.
...

This has to do with date parsing. We should accept "year + month + day", "year + month", and "year" for all dates. https://github.com/relaton/relaton-iho/issues

[relaton-iho] WARNING: invalid committee: IHR

Update relaton-iho to accept all committees and workgroups stated in the README. https://github.com/relaton/relaton-iho/issues/3

ronaldtse commented 4 years ago

@andrew2net once this is completed, can you please help ping https://github.com/metanorma/mn-samples-iho/issues/54 ? Thanks.