Python utilities for handling LiPD data
Project description
PyLiPD
Python LiPD utilities
Installation
pip install pylipd
Usage
Loading local LiPD files
from pylipd.lipd import LiPD
lipd = LiPD()
lipd.load(["MD98_2181.Stott.2007.lpd", "Ant-WAIS-Divide.Severinghaus.2012.lpd", "Asi-TDAXJP.PAGES2k.2013.lpd"])
Loading LiPD data from GraphDB server
from pylipd.lipd import LiPD
lipd = LiPD()
lipd.set_endpoint("https://linkedearth.graphdb.mint.isi.edu/repositories/LiPDVerse2")
lipd.load_remote_datasets(["MD98_2181.Stott.2007", "Ant-WAIS-Divide.Severinghaus.2012", "Asi-TDAXJP.PAGES2k.2013"])
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
pylipd-0.9.3.tar.gz
(30.2 kB
view details)
Built Distribution
pylipd-0.9.3-py3-none-any.whl
(32.1 kB
view details)
File details
Details for the file pylipd-0.9.3.tar.gz
.
File metadata
- Download URL: pylipd-0.9.3.tar.gz
- Upload date:
- Size: 30.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276a8b5f1aeee97a6180a40aff80382bdc2921f17cb2a2648b3242834373db36 |
|
MD5 | e1dd29350f6e5c4ae13434a41b888c69 |
|
BLAKE2b-256 | a66282e134571d685b25a8e96200dd3529bef6fe790e252eda96a64c520b44b6 |
File details
Details for the file pylipd-0.9.3-py3-none-any.whl
.
File metadata
- Download URL: pylipd-0.9.3-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 22451ba159166aceda5de12b15b684e432b0afe869909e22adbc158208f52749 |
|
MD5 | 12873cb6235600592b81d5a2ef744335 |
|
BLAKE2b-256 | 82da55f9faf96f1a59e9969960f7e39786a4fe11b38e694c819188a2ce2dbd6a |