This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets. Usage: import pangaeapy.pandataset as pd ds= pd.PanDataSet(787140) print(ds.title) print(ds.data.head()) Please visit the github project page to see more documentation and some examples: https://github.com/pangaea-data-publisher/pangaeapy
Project description
pangaeapy
This module allows to download and analyse metadata as well as data from tabular PANGAEA (https://www.pangaea.de) datasets.
Installation
- Source code from github
pip install git+https://github.com/pangaea-data-publisher/pangaeapy
- Wheels for Python from PyPI
pip install pangaeapy
Usage
import pangaeapy.pandataset as pd
ds= pd.PanDataSet(787140)
print(ds.title)
print(ds.data.head())
Examples
Please take a look at the example Jupyter Notebooks which you can find in the 'examples' folder
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
pangaeapy-0.0.3.tar.gz
(8.2 kB
view hashes)