Metadata-Version: 2.1
Name: pyleoclim
Version: 0.6.1
Summary: A Python package for paleoclimate data analysis
Home-page: https://github.com/LinkedEarth/Pyleoclim_util/pyleoclim
Author: Deborah Khider, Feng Zhu, Julien Emile-Geay, Jun Hu, Myron Kwan, Pratheek Athreya, Alexander James, Daniel Garijo
Author-email: linkedearth@gmail.com
License: GPL-3.0 License
Download-URL: https://github.com/LinkedEarth/Pyleoclim_util/tarball/0.6.1
Description: <!---[![PyPI](https://img.shields.io/pypi/dm/pyleoclim.svg)](https://pypi.python.org/pypi/Pyleoclim)-->
        [![PyPI version](https://badge.fury.io/py/pyleoclim.svg)](https://badge.fury.io/py/pyleoclim)
        [![PyPI](https://img.shields.io/badge/python-3.8-yellow.svg)]()
        [![license](https://img.shields.io/github/license/linkedearth/Pyleoclim_util.svg)]()
        [![DOI](https://zenodo.org/badge/59611213.svg)](https://zenodo.org/badge/latestdoi/59611213)
        [![NSF-1541029](https://img.shields.io/badge/NSF-1541029-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1541029)
        [![Build Status](https://travis-ci.org/LinkedEarth/Pyleoclim_util.svg?branch=master)](https://travis-ci.org/LinkedEarth/Pyleoclim_util)
        
        ![](https://github.com/LinkedEarth/Logos/raw/master/pyleoclim_logo_full_white.png)
        
        **Python Package for the Analysis of Paleoclimate Data**
        
        Paleoclimate data, whether from observations or model simulations, offer unique challenges to the analyst.
        Pyleoclim is a Python package primarily geared towards the analysis and visualization of paleoclimate data. Such data usually 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 to simplify the user's life, with intuitive, high-level analysis and plotting methods that support publication-quality scientific workflows.
        
        There are many entry points to Pyleoclim, thanks to its underlying [data structures](https://pyleoclim-util.readthedocs.io/en/stable/core/ui.html). The package makes use of the Linked Paleo Data ([LiPD](http://www.clim-past.net/12/1093/2016/)) standard container and its associated [utilities](http://nickmckay.github.io/LiPD-utilities/). The package is aware of age ensembles stored via LiPD and uses them for time-uncertain analyses, very much like [GeoChronR](https://doi.org/10.5194/gchron-2020-25).
        
        LiPD, however, is not an obligatory entry point to Pyleoclim. Low-level modules are primarily based on [NumPy](http://www.numpy.org) arrays or [Pandas](https://pandas.pydata.org) 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, including those generated by numerical models (via [xarray](http://xarray.pydata.org)). This makes the package suitable for rigorous model-data comparisons, like [this one](https://www.pnas.org/content/116/18/8728.short).
        
        We've worked very hard to make Pyleoclim accessible to a wide variety of users, from establisher researchers to high-school students, and from seasoned Pythonistas to first-time programmers. A growing collection of workflows that use Pyleoclim are available as Jupyter notebooks in the `example_notebooks` folder and on [LiPDBooks](https://github.com/LinkedEarth/LiPDbooks/tree/master/notebooks).
        
        ### Versions
        
        See our [releases page](https://github.com/LinkedEarth/Pyleoclim_util/releases) for details on what's included in each version.
        
        ### Documentation
        
        Online documentation is available through readthedocs:
        - [Stable version](https://pyleoclim-util.readthedocs.io/en/stable/) (available through Pypi)
        - [Latest version](https://pyleoclim-util.readthedocs.io/en/latest/) (from the development branch)
        
        ### Dependencies
        
        pyleoclim **only** supports Python 3.8
        
        ### Installation
        
        The latest stable release is available through Pypi. We recommend using Anaconda or Miniconda with a dedicated environment. Full installation instructions are available in the [package documentation](https://pyleoclim-util.readthedocs.io/en/stable/installation.html)
        
        
        ### Development
        
        Pyleoclim development takes place on GitHub: https://github.com/LinkedEarth/Pyleoclim_util
        
        Please submit any reproducible bugs you encounter to the [issue tracker](https://github.com/LinkedEarth/Pyleoclim_util/issues)
        
        Guidelines for contributors are described _here_ (placeholder)
        
        ### 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:
        
        _Deborah Khider, Feng Zhu, Julien Emile-Geay, Jun Hu, Alexander James, Pratheek Athreya, Myron Kwan, Daniel Garijo. (2021). Pyleoclim: v0.6.1 Release. Zenodo. http://doi.org/10.5281/zenodo.1212692_
        
        
        ### 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.
        
Keywords: Paleoclimate, Data Analysis, LiPD
Platform: UNKNOWN
Requires-Python: >=3.8.0, <3.9
Description-Content-Type: text/markdown
