pangaea

Crates.iopangaea
lib.rspangaea
version0.2.3
sourcesrc
created_at2024-01-29 13:04:12.130985
updated_at2024-02-21 19:31:52.458672
descriptionA rust module to to access data from pangaea.de
homepagehttps://github.com/0x6e66/pangaea
repositoryhttps://github.com/0x6e66/pangaea
max_upload_size
id1118899
size82,534
Niklas Frondorf (0x6e66)

documentation

https://docs.rs/pangaea/

README

A rust module to to access PANGAEA (meta)data

Build Crate Documentation License

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:

  1. Metadata => A type that contains every information that is provided by PANGAEA and matches their MetaData.xsd-schema
  2. 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

Commit count: 0

cargo fmt