eml
eml copied to clipboard
Ecological Metadata Language (EML)
@earnaud over on https://github.com/ropensci/EML/issues/330 reported seeing a unit with the `id` `molePerKilogram` twice in the units list but with slightly different attributes. You can see it's defined twice: https://github.com/NCEAS/eml/blob/fe77f8f9a34b08bc181857d1ad1240bcd99bead4/eml-unitDictionary.xml#L1623-L1627 https://github.com/NCEAS/eml/blob/fe77f8f9a34b08bc181857d1ad1240bcd99bead4/eml-unitDictionary.xml#L2017-L2020...
EML allows only one `` element. However, there are occasions where a dataset is supported by or related to multiple, independent projects. In some cases, such documentation may be facilitated...
@LennertSchepers reported a documentation mistake for `licensed` in #282: > Hi, I believe that the example in the xsd (and [interactive schema](https://eml.ecoinformatics.org/schema/eml-resource_xsd.html#ResourceGroup_licensed)) shows `` instead of ``. See https://github.com/NCEAS/eml/blob/fe77f8f9a34b08bc181857d1ad1240bcd99bead4/xsd/eml-resource.xsd#L388-L392 Fix...
ISO 19115 has a concept of a `platform` that is defined as: > vehicle or other support base that holds a sensor and a `sensor` defined as: > device or...
Sampling and collecting permits are necessary in field biology. It is also now necessary to provide information about your permits along with your data, and this to be in the...
The EML parser: https://knb.ecoinformatics.org/emlparser/parse no longer traps datasets which are missing their customUnit definitions in metadata. I.e., this passes the parser (no additionalMetadata section) : ```
--- Author Name: **Peter McCartney** (Peter McCartney) Original Redmine Issue: 1197, https://projects.ecoinformatics.org/ecoinfo/issues/1197 Original Date: 2003-10-31 Original Assignee: Matt Jones --- Externally defined format is useless for automatic processing unless you...
It appears that the EML specification defines a namespace for the root element of a document, but proceeds to use the empty namespace for every other element. This is very...
To search for a string in a website built with bookdown, there is a search box. at https://eml.ecoinformatics.org the search box won't accept text. Browser: Chrome Version 81.0.4044.129 these search...
at the same time issue #355 was exposed, it was mentioned to me that there was no documentation on how to define a customUnit. This could be its own page,...