Skip to content

Instantly share code, notes, and snippets.

@Rekyt
Created March 9, 2017 12:35
Show Gist options
  • Select an option

  • Save Rekyt/517b8a651baf1bad3ba24ba6a787f66f to your computer and use it in GitHub Desktop.

Select an option

Save Rekyt/517b8a651baf1bad3ba24ba6a787f66f to your computer and use it in GitHub Desktop.
Thoughts on creating EML
---
title: "Writing EML files"
author: "Matthias Grenié"
date: "9 mars 2017"
output: pdf_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
Here are some random links and information found when looking at tools to create EML files:
* [`EML` R package vignette](https://cran.r-project.org/web/packages/EML/vignettes/creating-EML.html) explains how to create EML file using the package through R,
* [GBIF IPT wiki page](https://github.com/gbif/ipt/wiki/How-to-write-your-own-EML-XML-file) on how to edit EML with external XML Editor (Oxygen XML),
* [Morpho](https://knb.ecoinformatics.org/#tools/morpho) KNB software to create EML file,
* [Drupal Ecological Information Management System (DEIM)](https://www.drupal.org/project/deims) a Drupal module to create and store simplified EML files.
Other way of creating EML?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment