7 releases
0.2.3 | Feb 21, 2024 |
---|---|
0.2.2 | Feb 19, 2024 |
0.1.2 | Jan 29, 2024 |
#9 in #geographic
216 downloads per month
43KB
1K
SLoC
A rust module to to access PANGAEA (meta)data
Description
This crate aims to provide interoperability between rust and the data publisher PANGAEA. This crate provides mainly two type to get metadata from PANGAEA-datasets:
- Metadata => A type that contains every information that is provided by PANGAEA and matches their MetaData.xsd-schema
- Dataset => A striped down version of Metadata. This type only contains a selected amount of information of Metadata.
This crate also provides the opportunity to download the actual data associated with a dataset.
Examples can be found in examples
Dependencies
~11–23MB
~366K SLoC