{ "info": { "author": "Nikola Jajcay", "author_email": "jajcay@cs.cas.cz", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Atmospheric Science" ], "description": "pyCliTS\n==========\n\nWhat is pyCliTS?\n--------------------\nPython Climate Time Series package is open-source python package for easy manipulation with climatic geo-spatial time series such as the reanalysis or CMIP5 outputs, which are usually distributed as netCDF4 files. The package includes functions for: \n\n* manipulating the data [temporal and spatial slicing, interpolating, subtracting the climatological cycle = anomalising, normalising, filtering, subsampling, etc.] \n* computing continuous complex wavelet transform [CCWT]\n* constructing spatio-temporal surrogate data using Monte-Carlo approach [Fourier transform surrogates, amplitude adjusted FT, iterative amplitude adjusted FT, autoregressive surrogates using the VAR(p) model, multifractal surrogates] \n* computing Singular Spectrum Analysis\n* computing mutual information and conditional mutual information [using equidistant, equiquantal binning and k-nearest neighbour algorithms] \n* constructing an empirical model from spatio-temporal data based on idea of LIMs [linear inverse modelling].\n\nUses fast numpy, scipy and scikit-learn libraries and offers multi-thread computations when possible [e.g. computing wavelet transform per grid point].\n\n\nDocumentation\n-------------\nInstead of proper documentation [I plan to add it later though!], I created a few examples on how to work with basic class ``DataField``, ``SurrogateField``, ``SSA`` and other functions. These can be found in examples folder. The folder also contain climate data to work on, all of them are publicly available and inside example_data folder, you can find disclaimer with links to the datasets.\n\n\nDependencies\n------------\n``pyclits`` relies on the following open source packages\n\n**Required**:\n\n* `numpy `_\n* `scipy `_\n\n**Recommended**:\n\n* `sklearn `_ \n* `cython `_ \n* `matplotlib `_ \n* `netCDF4 `_ \n* `basemap toolkit `_ \n* `pywavelets `_\n* `pathos multiprocessing `_ (for improved multiprocessing capabilities) \n\n(All of them are installed via pip automatically when installing this package, except basemap, since it is not on PyPI. Basemap still can be installed via pip using ``pip install git+https://github.com/matplotlib/basemap.git``)\n\n\nContributing\n------------\nAll contributions are welcome! Just drop me an email or pull request.\n\n\nVersions\n--------\n* 0.1: initial version\n* 0.2: various minor bug fixes, added VARIMAX rotation as optional parameter in pca_components() method of DataField\n\n\nLicense information\n-------------------\n``pyclits`` is MIT-licensed, for more information see the file LICENSE.txt\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jajcayn/pyclits", "keywords": "time series analysis climate data", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyclits", "package_url": "https://pypi.org/project/pyclits/", "platform": "", "project_url": "https://pypi.org/project/pyclits/", "project_urls": { "Homepage": "https://github.com/jajcayn/pyclits" }, "release_url": "https://pypi.org/project/pyclits/0.2/", "requires_dist": null, "requires_python": "", "summary": "Python Climate Time Series package", "version": "0.2" }, "last_serial": 3587604, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d83559633a95245ac2748bd2a9a6a230", "sha256": "161560da7cab2c4b30c7439db5be9fa45e99174600cc0ef603e19717ab206771" }, "downloads": -1, "filename": "pyclits-0.1.tar.gz", "has_sig": false, "md5_digest": "d83559633a95245ac2748bd2a9a6a230", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54133, "upload_time": "2017-09-28T05:05:52", "url": "https://files.pythonhosted.org/packages/2c/d7/01b3e58c1a9334927615ab11da4e8bd8dd6fc6b80e617056fbadc4041657/pyclits-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "f7ebc4d1cb52811f0db7d84c86eac505", "sha256": "c898d7b422f75b1fec019092c25463c091dd29f5243fd2d9d0bf37954e8906ce" }, "downloads": -1, "filename": "pyclits-0.2.tar.gz", "has_sig": false, "md5_digest": "f7ebc4d1cb52811f0db7d84c86eac505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53843, "upload_time": "2018-02-16T14:07:39", "url": "https://files.pythonhosted.org/packages/25/d0/0c01531269a9aa5b1af51f2d34de288e3833cb74a9fdcf118c1542cdc278/pyclits-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f7ebc4d1cb52811f0db7d84c86eac505", "sha256": "c898d7b422f75b1fec019092c25463c091dd29f5243fd2d9d0bf37954e8906ce" }, "downloads": -1, "filename": "pyclits-0.2.tar.gz", "has_sig": false, "md5_digest": "f7ebc4d1cb52811f0db7d84c86eac505", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53843, "upload_time": "2018-02-16T14:07:39", "url": "https://files.pythonhosted.org/packages/25/d0/0c01531269a9aa5b1af51f2d34de288e3833cb74a9fdcf118c1542cdc278/pyclits-0.2.tar.gz" } ] }