Python utilities for handling LiPD data
Project description
PyLiPD
Python utilities to interact with the Linked Paleo Data (LiPD) format
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.3.6.tar.gz
(3.8 MB
view details)
Built Distribution
File details
Details for the file pylipd-1.3.6.tar.gz
.
File metadata
- Download URL: pylipd-1.3.6.tar.gz
- Upload date:
- Size: 3.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8c62acd2206962f6140f5fa5b69b7a35e719fbfa890e3be81e5247d3a5b58be |
|
MD5 | 567fe3f929368741fbc12a004f7290c1 |
|
BLAKE2b-256 | 83c2d8487a4e6fd3ddb0543dd7ca00511ad296b2e011b40c60fb624b8aba132a |
File details
Details for the file pylipd-1.3.6-py3-none-any.whl
.
File metadata
- Download URL: pylipd-1.3.6-py3-none-any.whl
- Upload date:
- Size: 3.8 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0374b33e952b2fc432503da8e9ea74fc10ad125176f843765fe968f43e753263 |
|
MD5 | 06505ad9d3fc224d00133b77c66457bc |
|
BLAKE2b-256 | 0da118ebcd46bd5d44bb778febf429e2dfe44d1f66653cc242ae13e234f38fda |