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.
Release files for beelzebub-md-iso 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| beelzebub_md_iso-0.2.0.tar.gz | 11.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| beelzebub_md_iso-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.4 kB
Release files / beelzebub_md_iso-0.2.0.tar.gz
| Download URL | beelzebub_md_iso-0.2.0.tar.gz |
|---|---|
| Size | 11.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
766386eff7def98df02b2e91fdb03c0afcc8da43869d9c33e92a68a73ab36ad7
|
|
BLAKE2b-256 checksum How to use checksums |
e2ecbd3237c4467fd45a4d95c48fc0d6e723ac791d97ffaf1326702ce89cd354
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.10 Linux/5.15.0-124-generic
|
Release files / beelzebub_md_iso-0.2.0-py3-none-any.whl
| Download URL | beelzebub_md_iso-0.2.0-py3-none-any.whl |
|---|---|
| Size | 12.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6b3b92b989b7e502fdc5a9fc8d1f765538c27efac882e4efb23d11d449f9479
|
|
BLAKE2b-256 checksum How to use checksums |
3d0f905347b75e6a63abc9f18a21dcbecaa58870db060829931a602219f5fd6e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.2.2 CPython/3.8.10 Linux/5.15.0-124-generic
|