Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nationalparkservice/nps_eml_script
The NPS EML Script is an R script and accompanying documentation to facilitate using EMLassemblyline to generate EML metadata for data NPS packages prior to uploading to DataStore
https://github.com/nationalparkservice/nps_eml_script
ecological-metadata-language metadata xml
Last synced: about 14 hours ago
JSON representation
The NPS EML Script is an R script and accompanying documentation to facilitate using EMLassemblyline to generate EML metadata for data NPS packages prior to uploading to DataStore
- Host: GitHub
- URL: https://github.com/nationalparkservice/nps_eml_script
- Owner: nationalparkservice
- Created: 2022-09-02T20:13:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-13T22:27:44.000Z (11 months ago)
- Last Synced: 2024-04-14T19:24:16.199Z (7 months ago)
- Topics: ecological-metadata-language, metadata, xml
- Language: R
- Homepage: https://nationalparkservice.github.io/NPS_EML_Script/
- Size: 3.26 MB
- Stars: 5
- Watchers: 11
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```[![Lifecycle: deprecated](https://img.shields.io/badge/lifecycle-deprecated-red.svg)](https://www.tidyverse.org/lifecycle/#deprecated)
# This repo has been deprecated
The scripts and documentation in this repo are no longer being maintained and are very likely out of date.The contents of this repo including the EML creation script and all documentation can now be found in the R package [EMLeditor](https://nationalparkservice.github.io/EMLeditor/), which is part of the [NPSdataverse](https://nationalparkservice.github.io/NPSdataverse/).