NCEAS / metajam

Bringing data and metadata togetheR
https://nceas.github.io/metajam/
Apache License 2.0
16 stars 7 forks source link

Add to metadata files #97

Closed drkrynstrng closed 5 years ago

drkrynstrng commented 5 years ago

I added taxonomic rank values as well as the EML version number to the summary metadata file (completes #39). For simplicity I did not include the taxonomic rank names. For the EML version there are multiple ways to extract the number but I used the schemaLocation field. I think this would be the most robust option but correct me if I'm wrong. I also added the metadata PID to the attribute files (closes #38).

Note: I also changed the project settings to automatically remove trailing whitespace.

drkrynstrng commented 5 years ago

The eml2 package has been moved into the EML package. I will go ahead and change the dependency.

drkrynstrng commented 5 years ago

I noticed the EML version extraction does not seem to work well with data from the LTER network, but it works fine with ADC or KNB. Is there a better way to extract the EML version from the metadata?

brunj7 commented 5 years ago

This PR should also solve #98