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.3.tar.gz
(35.9 kB
view details)
Built Distribution
pylipd-1.0.3-py3-none-any.whl
(38.1 kB
view details)
File details
Details for the file pylipd-1.0.3.tar.gz
.
File metadata
- Download URL: pylipd-1.0.3.tar.gz
- Upload date:
- Size: 35.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 389ceb0002474f02fc43b15b437682089e8ab0c61a39aad676e8a81bb42a9590 |
|
MD5 | 59e4e73855dca3a0c152afd3b5450b47 |
|
BLAKE2b-256 | c396dc77d6e5257ba67bc7551bf5def086661b068285934ce58c94af41490e82 |
File details
Details for the file pylipd-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: pylipd-1.0.3-py3-none-any.whl
- Upload date:
- Size: 38.1 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 | bd93a8f90b2aef4937b4704038155d55cd7cf636342e72bc5a7c5f4af11b8fa8 |
|
MD5 | ba68dba66b45deeeb879855386488954 |
|
BLAKE2b-256 | a8e21874d09e3b81fd1245b237b412bf3582e8def5ba88dd9d36fec5e3cbd311 |