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.1.tar.gz
(10.9 kB
view details)
Built Distribution
File details
Details for the file beelzebub-md-iso-0.1.1.tar.gz
.
File metadata
- Download URL: beelzebub-md-iso-0.1.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.10 Linux/5.4.0-125-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | eaed177e539fa587bd93de7ae9fe267f6e327809a8ce53fa45a57c41fa24fc64 |
|
MD5 | e1e0f4110e45c625dfb9a1f0ed9c79ad |
|
BLAKE2b-256 | 3023c3b2fdca021274f8be3304f68b8f87e4e48283b50902e00304ca1f76b8de |
File details
Details for the file beelzebub_md_iso-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: beelzebub_md_iso-0.1.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.8.10 Linux/5.4.0-125-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b152edf33361f4ce3083c009fb70e4e5725d187cbb477e1134197b5f42fbd381 |
|
MD5 | 6a50c9b5a6c2e0443082bcfc4aec3f89 |
|
BLAKE2b-256 | aa0b8c5f5554ae52fb808ac1293b9773dc6cba2a10aa508e1078d1f3858077af |