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.4.tar.gz
(31.6 kB
view details)
File details
Details for the file pylipd-0.9.4.tar.gz
.
File metadata
- Download URL: pylipd-0.9.4.tar.gz
- Upload date:
- Size: 31.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 | ba91b5e7e4544f734b0ebf64ce733a40a175b2febe28a0e9a797054c1ffe9f06 |
|
MD5 | da47e31c1df49f61c289c20b1f16adda |
|
BLAKE2b-256 | aa1d5ee72ac2e65b81927084c31da71800591471621f6faff5be9512c1569add |