pangaea 0.2.3

A rust module to to access data from pangaea.de
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![doc = include_str!("../README.md")]

mod dataset;
pub mod download_data;
mod error;
pub mod metadata;
mod prelude;
pub mod utils;

pub use dataset::datasettype::{
    Author, Dataset, Elevation, Extent, Geographic, Institution, Temporal,
};