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.0.tar.gz
(33.6 kB
view details)
Built Distribution
pylipd-1.0.0-py3-none-any.whl
(35.8 kB
view details)
File details
Details for the file pylipd-1.0.0.tar.gz
.
File metadata
- Download URL: pylipd-1.0.0.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 | ad92e734fa98c2beb71e3747940474c85538a3fd93cbabbaa937d2ef6b9e577a |
|
MD5 | 835c96536f2047105a68690413c0dd72 |
|
BLAKE2b-256 | 2c0dd7ff7fcced748618417433175348e20374d52b93d3dca2288d025d3f67fc |
File details
Details for the file pylipd-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: pylipd-1.0.0-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 | 6ccac2457992b4b35e9ba18c167b02d13c77fc27bae76a258b76fe46d509be89 |
|
MD5 | 42f78b1ef11a1fbadf1eac1b5f13fb39 |
|
BLAKE2b-256 | 416aac6faeb973c0c105e2b5935239076b6c940d6a3ebe6a7699ea17dd49add5 |