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.8.tar.gz
(32.7 kB
view details)
Built Distribution
pylipd-0.9.8-py3-none-any.whl
(34.8 kB
view details)
File details
Details for the file pylipd-0.9.8.tar.gz
.
File metadata
- Download URL: pylipd-0.9.8.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61835a0ed7bc758ba4a7465411cf8e2ad392242a2fb34defe3141769b1e4251a |
|
MD5 | af0f2cccd23e88f2b0f1d6dffb6e3735 |
|
BLAKE2b-256 | 4257d3d301a3d8f696e54505814c7fd83011c6870143fe60009157d3d1b77ca7 |
File details
Details for the file pylipd-0.9.8-py3-none-any.whl
.
File metadata
- Download URL: pylipd-0.9.8-py3-none-any.whl
- Upload date:
- Size: 34.8 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 | 484d370f74d9a585998109aba096a70a4009d3a3d25c130463cd2443e029d03f |
|
MD5 | 99a55b68ff4482a64ef306858b53340e |
|
BLAKE2b-256 | 6c170f83cb1a4f7fbcc861dff2391bae0e62c19321cbec44a62fe0b155dfa75c |