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.4.tar.gz
(9.6 kB
view hashes)
Built Distribution
pangaeapy-0.0.4-py3-none-any.whl
(32.0 kB
view hashes)
Close
Hashes for pangaeapy-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 579c9ca6246386077e7cfadf72bbf2052c5eaf6b8e7c6da8366fc81d2ee5a235 |
|
MD5 | 093899347fd41373a9033870027bf818 |
|
BLAKE2b-256 | cdff88d82936d7022812778a7165d8ac2b5caccd6d584df2540e4de85e7e1bbd |