Translate between mdJson and ISO19115-2
Project description
beelzebub-md-iso
Beelzebub-md-iso is a subpackage of beelzebub. Given a metadata record in mdJSON format, it will translate it to ISO19115-2 format.
Example Usage
from beelzebub.md_iso import MdjsonToISO19115_2
conf = {
'reader': {'iotype': 'file'},
'writer': {'iotype': 'file'}
}
in_file = '/path/to/mdjson/metadata.json'
out_file = '/path/to/iso19115-2/metadata.xml'
x = MdjsonToISO19115_2(conf=conf)
x.run(in_file, out_file)
References
NOAA have useful metadata resources, including this ISO Workbook and this collection level metadata template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
beelzebub-md-iso-0.1.0.tar.gz
(10.9 kB
view hashes)
Built Distribution
Close
Hashes for beelzebub_md_iso-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86f085e343dcbc58608455789e842d59975e319a9273440d4ee0c5c22a60ac6a |
|
MD5 | 31384f909960bb2b1b698aef85c332b6 |
|
BLAKE2b-256 | f4b2e0252fb2b7179ea0f25f5603efd17a2637e87798bb9126c5414c6fc94f8b |