A Python package for paleoclimate data analysis
Project description
Pyleoclim
Python Package for the Analysis of Paleoclimate Data
Pyleoclim is a Python package primarily geared towards the analysis and visualization of paleoclimate data. Such data often come in the form of timeseries with missing values and age uncertainties, so the package includes several low-level methods to deal with these issues, as well as high-level methods that re-use those within scientific workflows.
High-level modules assume that data are stored in the Linked Paleo Data (LiPD) format and makes extensive use of the LiPD utilities. Low-level modules are primarily based on NumPy arrays or Pandas dataframes, so Pyleoclim contains a lot of timeseries analysis code (e.g. spectral analysis, singular spectrum analysis, wavelet analysis, correlation analysis) that can apply to these more common types as well. See the example folder for details.
The package is aware of age ensembles stored via LiPD and uses them for time-uncertain analyses very much like GeoChronR.
New in version 0.5.0:
- code design centered on timeseries objects
- user interface allowing succinct, expressive calls
- expanded repertoire of spectral and wavelet methods
- inclusion of singular spectral analysis, permitting missing data
- Sphinx documentation for all functions
- clean, additive plot styles inspired by Matplotlib style sheets.
Documentation
Online documentation is available through readthedocs:
- Stable version (available through Pypi
- Latest version (from the development branch)
Dependencies
pyleoclim supports Python 3.8
Installation
The latest stable release is available through Pypi. We recommend using Anaconda or Miniconda with a dedicated environment.
pip install pyleoclim
You may also want to use the Development version from GitHub to access the latest functionalities
git+https://github.com/LinkedEarth/Pyleoclim_util.git@Development
Development
Pyleoclim development takes place on GitHub: https://github.com/LinkedEarth/Pyleoclim_util
Please submit any reproducible bugs you encounter to the issue tracker
License
The project is licensed under the GNU Public License. Please refer to the file call license. If you use the code in publications, please credit the work using this citation.
Disclaimer
This material is based upon work supported by the National Science Foundation under Grant Number ICER-1541029. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the investigators and do not necessarily reflect the views of the National Science Foundation.
This research is funded in part by JP Morgan Chase & Co. Any views or opinions expressed herein are solely those of the authors listed, and may differ from the views and opinions expressed by JP Morgan Chase & Co. or its affilitates. This material is not a product of the Research Department of J.P. Morgan Securities LLC. This material should not be construed as an individual recommendation of for any particular client and is not intended as a recommendation of particular securities, financial instruments or strategies for a particular client. This material does not constitute a solicitation or offer in any jurisdiction.
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
File details
Details for the file pyleoclim-0.5.1.tar.gz
.
File metadata
- Download URL: pyleoclim-0.5.1.tar.gz
- Upload date:
- Size: 101.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8264de397faedfadd2dccd3be7d9f0afc0761202a85026031ba1e7d7b66b056 |
|
MD5 | b837ab2b94861f6e7ed78b3e639093ff |
|
BLAKE2b-256 | fdbb91f8535ba55ce6a55b75ced7e69d01ff5770efa043f8c7f91e087197dc87 |