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.9.tar.gz
(33.4 kB
view details)
Built Distribution
pylipd-0.9.9-py3-none-any.whl
(35.6 kB
view details)
File details
Details for the file pylipd-0.9.9.tar.gz
.
File metadata
- Download URL: pylipd-0.9.9.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 283bb51598c8b3691985638927a05e26b79333239f6d396ffcfaa991407625fb |
|
MD5 | b44e765c11e838ad0682c74aab0ec733 |
|
BLAKE2b-256 | 96387748595342ceed8422e57f66df68af04ac9b52e275783c3bc65b1b3aea5d |
File details
Details for the file pylipd-0.9.9-py3-none-any.whl
.
File metadata
- Download URL: pylipd-0.9.9-py3-none-any.whl
- Upload date:
- Size: 35.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 | de17097d590415460a598da8eb37ceb398e05de651afad1e122ed9e7b0a813ee |
|
MD5 | 65026cd79141c86aacff524573b3c3a9 |
|
BLAKE2b-256 | 5bed4b7a1e5abc9108422cf22a03e6d32b7c89523d8479d7f32e691ced4fe854 |