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-1.0.1.tar.gz
(33.6 kB
view details)
Built Distribution
pylipd-1.0.1-py3-none-any.whl
(35.8 kB
view details)
File details
Details for the file pylipd-1.0.1.tar.gz
.
File metadata
- Download URL: pylipd-1.0.1.tar.gz
- Upload date:
- Size: 33.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a0656600573536677c1e25dedc393a9d4128b9f2d07009e4d8c5fc4d88810c4e |
|
MD5 | d1678f9460a703da5818ae3e1981817c |
|
BLAKE2b-256 | 1310319c55534b58f754e5440a6169db1e4d59aa42f6fc8d86805785c915e03f |
File details
Details for the file pylipd-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: pylipd-1.0.1-py3-none-any.whl
- Upload date:
- Size: 35.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 | 9ec7977e854f3fc0ea80ee333f8fc866f3cfa4e1c6b8ac4ee2b6909f1ee61e89 |
|
MD5 | 8ed6005d78e5b090ba61d97e2231dce6 |
|
BLAKE2b-256 | 78a0cb6926fb50bcdd41560e38f0398d1301306b7a9b4ce8ba44c10515c71a72 |