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.5.tar.gz
(32.5 kB
view details)
Built Distribution
pylipd-0.9.5-py3-none-any.whl
(34.6 kB
view details)
File details
Details for the file pylipd-0.9.5.tar.gz
.
File metadata
- Download URL: pylipd-0.9.5.tar.gz
- Upload date:
- Size: 32.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f0a40bf016778996a18459ebf389f77922588aabf3abdb306f9e4056a06bb3db |
|
MD5 | 1ea5bb39a4f125e75257a60d4bbf8eca |
|
BLAKE2b-256 | d1d12a2c7663939665c719645847e573e5eb24e7f67230fba42bb73179d66242 |
File details
Details for the file pylipd-0.9.5-py3-none-any.whl
.
File metadata
- Download URL: pylipd-0.9.5-py3-none-any.whl
- Upload date:
- Size: 34.6 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 | c9d7349502c0fc72c753cf49c3e317bcdbee76aceba99ff0645abbc78e87bbd5 |
|
MD5 | 7226376f2be11f55f198c0c6f5de85c1 |
|
BLAKE2b-256 | b0ad63200a8b6eeb75652878b70421f318f1feb12b1f05fdfdb86bc8d6cb8539 |