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.2.0.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file beelzebub_md_iso-0.2.0.tar.gz
.
File metadata
- Download URL: beelzebub_md_iso-0.2.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.10 Linux/5.15.0-124-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
766386eff7def98df02b2e91fdb03c0afcc8da43869d9c33e92a68a73ab36ad7
|
|
MD5 |
ff608037b10e7bb8052eb2b8d83f9faf
|
|
BLAKE2b-256 |
e2ecbd3237c4467fd45a4d95c48fc0d6e723ac791d97ffaf1326702ce89cd354
|
File details
Details for the file beelzebub_md_iso-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: beelzebub_md_iso-0.2.0-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.8.10 Linux/5.15.0-124-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
b6b3b92b989b7e502fdc5a9fc8d1f765538c27efac882e4efb23d11d449f9479
|
|
MD5 |
b3f75242a288d2b4b3483af7a1cf3792
|
|
BLAKE2b-256 |
3d0f905347b75e6a63abc9f18a21dcbecaa58870db060829931a602219f5fd6e
|