LiPD utilities to process, convert, and analyze data.
Project description
# LiPD Utilities - Python
=========================
|DOI| |PyPI| |PyPI| |license|
Input/output and manipulation utilities for LiPD files in Matlab, R and
Python.
## What is it?
==============
LiPD is short for Linked PaleoData. LiPD is the data standard for
paleoclimatology and the exchange of data amongst paleoclimate experts.
This package will help you convert your existing database of
paleoclimate observations into LiPD files. Moreover, it contains tools
to analyze and manipulate LiPD data.
## Features
===========
- Read & write LiPD files
- Extract & collapse a time series for data analysis
- Filter & query a time series for subset data
- Convert Excel files to LiPD files
- Convert NOAA files to/from LiPD files
- Update LiPD publication data through DOI.org
- Validate LiPD files through lipd.net API
## Requirements
===============
- `Python 3.4+ <https://www.python.org>`__
- Python IDE (Spyder or PyCharm are highly recommended)
- `pip <https://pip.pypa.io/en/stable/installing/>`__
## Installation
===============
Python 3.4 / 3.5
::
pip install LiPD
Python 3.6+
::
pip3 install --egg LiPD
## Usage
========
Using your preferred Python IDE or a Python console, you can import the
LiPD package using:
::
import lipd
Here are the major functions within the package. This is a short
preview. More in-depth examples can found further in the guide (coming
soon):
::
lipd.readExcel(path="")
lipd.readNoaa(path="")
D = lipd.readLipd(path="")
lipd.writeLipd(D, path="")
ts = lipd.extractTs(D, chron=False)
D = lipd.collapseTs(ts)
idx = lipd.queryTs(ts, expression)
new_ts = lipd.filterTs(ts, expression)
D = lipd.excel()
lipd.doi()
## Further information
======================
Github: https://github.com/nickmckay/LiPD-utilities
Linked Earth Wiki: wiki.linked.earth
## Contact
==========
If you are having issues, please let me know. Contact me at
heiser@nau.edu.
## License
==========
The project is licensed under the GNU Public License. Please refer to
the file called LICENSE.
.. |DOI| image:: https://zenodo.org/badge/24036/nickmckay/LiPD-utilities.svg
:target: https://zenodo.org/badge/latestdoi/24036/nickmckay/LiPD-utilities
.. |PyPI| image:: https://img.shields.io/pypi/v/LiPD.svg?maxAge=2592000
:target:
.. |PyPI| image:: https://img.shields.io/badge/python-3.4-yellow.svg
:target:
.. |license| image:: https://img.shields.io/github/license/nickmckay/LiPD-utilities.svg?maxAge=2592000
:target:
=========================
|DOI| |PyPI| |PyPI| |license|
Input/output and manipulation utilities for LiPD files in Matlab, R and
Python.
## What is it?
==============
LiPD is short for Linked PaleoData. LiPD is the data standard for
paleoclimatology and the exchange of data amongst paleoclimate experts.
This package will help you convert your existing database of
paleoclimate observations into LiPD files. Moreover, it contains tools
to analyze and manipulate LiPD data.
## Features
===========
- Read & write LiPD files
- Extract & collapse a time series for data analysis
- Filter & query a time series for subset data
- Convert Excel files to LiPD files
- Convert NOAA files to/from LiPD files
- Update LiPD publication data through DOI.org
- Validate LiPD files through lipd.net API
## Requirements
===============
- `Python 3.4+ <https://www.python.org>`__
- Python IDE (Spyder or PyCharm are highly recommended)
- `pip <https://pip.pypa.io/en/stable/installing/>`__
## Installation
===============
Python 3.4 / 3.5
::
pip install LiPD
Python 3.6+
::
pip3 install --egg LiPD
## Usage
========
Using your preferred Python IDE or a Python console, you can import the
LiPD package using:
::
import lipd
Here are the major functions within the package. This is a short
preview. More in-depth examples can found further in the guide (coming
soon):
::
lipd.readExcel(path="")
lipd.readNoaa(path="")
D = lipd.readLipd(path="")
lipd.writeLipd(D, path="")
ts = lipd.extractTs(D, chron=False)
D = lipd.collapseTs(ts)
idx = lipd.queryTs(ts, expression)
new_ts = lipd.filterTs(ts, expression)
D = lipd.excel()
lipd.doi()
## Further information
======================
Github: https://github.com/nickmckay/LiPD-utilities
Linked Earth Wiki: wiki.linked.earth
## Contact
==========
If you are having issues, please let me know. Contact me at
heiser@nau.edu.
## License
==========
The project is licensed under the GNU Public License. Please refer to
the file called LICENSE.
.. |DOI| image:: https://zenodo.org/badge/24036/nickmckay/LiPD-utilities.svg
:target: https://zenodo.org/badge/latestdoi/24036/nickmckay/LiPD-utilities
.. |PyPI| image:: https://img.shields.io/pypi/v/LiPD.svg?maxAge=2592000
:target:
.. |PyPI| image:: https://img.shields.io/badge/python-3.4-yellow.svg
:target:
.. |license| image:: https://img.shields.io/github/license/nickmckay/LiPD-utilities.svg?maxAge=2592000
:target:
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
LiPD-0.2.4.3.tar.gz
(979.9 kB
view details)
File details
Details for the file LiPD-0.2.4.3.tar.gz
.
File metadata
- Download URL: LiPD-0.2.4.3.tar.gz
- Upload date:
- Size: 979.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7db7c494e081dab9771354e76a5f7fda54aa00b2f2043c67787fe2788aad39ef |
|
MD5 | e15e24ba3f62fe9a930b6fce3bdbc6b7 |
|
BLAKE2b-256 | d352ac209693c1e3bffafe563f48485030b144083132e0ea3e48baf4423b6dd3 |