{ "info": { "author": "PySteps developers", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Atmospheric Science", "Topic :: Scientific/Engineering :: Hydrology" ], "description": "pysteps - Python framework for short-term ensemble prediction systems\n=====================================================================\n\n.. start-badges\n\n.. list-table::\n :stub-columns: 1\n :widths: 10 90\n\n * - docs\n - |stable| |colab| |gallery|\n * - status\n - |test| |docs| |codecov| |codacy| |black|\n * - package\n - |github| |conda| |pypi| |zenodo|\n * - community\n - |slack| |contributors| |downloads| |license|\n\n\n.. |docs| image:: https://readthedocs.org/projects/pysteps/badge/?version=latest\n :alt: Documentation Status\n :target: https://pysteps.readthedocs.io/\n\n.. |test| image:: https://github.com/pySTEPS/pysteps/workflows/Test%20pysteps/badge.svg\n :alt: Test pysteps\n :target: https://github.com/pySTEPS/pysteps/actions?query=workflow%3A\"Test+Pysteps\"\n\n.. |black| image:: https://github.com/pySTEPS/pysteps/workflows/Check%20Black/badge.svg\n :alt: Check Black\n :target: https://github.com/pySTEPS/pysteps/actions?query=workflow%3A\"Check+Black\"\n\n.. |codecov| image:: https://codecov.io/gh/pySTEPS/pysteps/branch/master/graph/badge.svg\n :alt: Coverage\n :target: https://codecov.io/gh/pySTEPS/pysteps\n\n.. |github| image:: https://img.shields.io/github/release/pySTEPS/pysteps.svg\n :target: https://github.com/pySTEPS/pysteps/releases/latest\n :alt: Latest github release\n\n.. |conda| image:: https://anaconda.org/conda-forge/pysteps/badges/version.svg\n :target: https://anaconda.org/conda-forge/pysteps\n :alt: Anaconda Cloud\n\n.. |pypi| image:: https://badge.fury.io/py/pysteps.svg\n :target: https://pypi.org/project/pysteps/\n :alt: Latest PyPI version\n\n.. |license| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n :alt: License\n :target: https://opensource.org/licenses/BSD-3-Clause\n\n.. |slack| image:: https://pysteps-slackin.herokuapp.com/badge.svg\n :alt: Slack invitation page\n :target: https://pysteps-slackin.herokuapp.com/\n\n.. |contributors| image:: https://img.shields.io/github/contributors/pySTEPS/pysteps\n :alt: GitHub contributors\n :target: https://github.com/pySTEPS/pysteps/graphs/contributors\n\n.. |downloads| image:: https://img.shields.io/conda/dn/conda-forge/pysteps\n :alt: Conda downloads\n :target: https://anaconda.org/conda-forge/pysteps\n\n.. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg\n :alt: My first nowcast\n :target: https://colab.research.google.com/github/pySTEPS/pysteps/blob/master/examples/my_first_nowcast.ipynb\n\n.. |gallery| image:: https://img.shields.io/badge/example-gallery-blue.svg\n :alt: pysteps example gallery\n :target: https://pysteps.readthedocs.io/en/stable/auto_examples/index.html\n \n.. |stable| image:: https://img.shields.io/badge/docs-stable-blue.svg\n :alt: pysteps documentation\n :target: https://pysteps.readthedocs.io/en/stable/\n \n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/6cff9e046c5341a4afebc0347362f8de\n :alt: Codacy Badge\n :target: https://app.codacy.com/gh/pySTEPS/pysteps?utm_source=github.com&utm_medium=referral&utm_content=pySTEPS/pysteps&utm_campaign=Badge_Grade\n\n.. |zenodo| image:: https://zenodo.org/badge/140263418.svg\n :alt: DOI\n :target: https://zenodo.org/badge/latestdoi/140263418\n\n.. end-badges\n\nWhat is pysteps?\n================\n\nPysteps is an open-source and community-driven Python library for probabilistic precipitation nowcasting, i.e. short-term ensemble prediction systems.\n\nThe aim of pysteps is to serve two different needs. The first is to provide a modular and well-documented framework for researchers interested in developing new methods for nowcasting and stochastic space-time simulation of precipitation. The second aim is to offer a highly configurable and easily accessible platform for practitioners ranging from weather forecasters to hydrologists.\n\nThe pysteps library supports standard input/output file formats and implements several optical flow methods as well as advanced stochastic generators to produce ensemble nowcasts. In addition, it includes tools for visualizing and post-processing the nowcasts and methods for deterministic, probabilistic, and neighbourhood forecast verification.\n\n\nQuick start\n-----------\n\nUse pysteps to compute and plot a radar extrapolation nowcast in Google Colab with `this interactive notebook `_.\n\nInstallation\n============\n\nThe recommended way to install pysteps is with `conda `_ from the conda-forge channel::\n\n $ conda install -c conda-forge pysteps\n\nMore details can be found in the `installation guide `_.\n\nUsage\n=====\n\nHave a look at the `gallery of examples `__ to get a good overview of what pysteps can do.\n\nFor a more detailed description of all the available methods, check the `API reference `_ page.\n\nExample data\n============\n\nA set of example radar data is available in a separate repository: `pysteps-data `_.\nMore information on how to download and install them is available `here `_.\n\nContributions\n=============\n\n*We welcome contributions!*\n\nFor feedback, suggestions for developments, and bug reports please use the dedicated `issues page `_.\n\nFor more information, please read our `contributors guidelines `_.\n\nGet in touch\n============\n\nYou can get in touch with the pysteps community on our `pysteps slack `_.\nTo get access to it, you need to ask for an invitation or you can use this `automatic invitation page `_.\n\nReference publications\n======================\n\nPulkkinen, S., D. Nerini, A. Perez Hortal, C. Velasco-Forero, U. Germann,\nA. Seed, and L. Foresti, 2019: Pysteps: an open-source Python library for\nprobabilistic precipitation nowcasting (v1.0). *Geosci. Model Dev.*, **12 (10)**,\n4185\u20134219, `doi:10.5194/gmd-12-4185-2019 `_.\n\nPulkkinen, S., D. Nerini, A. Perez Hortal, C. Velasco-Forero, U. Germann, A. Seed, and\nL. Foresti, 2019: pysteps - a Community-Driven Open-Source Library for Precipitation Nowcasting.\n*Poster presented at the 3rd European Nowcasting Conference, Madrid, ES*,\n`doi:10.13140/RG.2.2.31368.67840 `_.\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pysteps.github.io/", "keywords": "", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "pysteps", "package_url": "https://pypi.org/project/pysteps/", "platform": null, "project_url": "https://pypi.org/project/pysteps/", "project_urls": { "CI": "https://github.com/pySTEPS/pysteps/actions", "Changelog": "https://github.com/pySTEPS/pysteps/releases", "Documentation": "https://pysteps.readthedocs.io", "Homepage": "https://pysteps.github.io/", "Issues": "https://github.com/pySTEPS/pysteps/issues", "Source": "https://github.com/pySTEPS/pysteps" }, "release_url": "https://pypi.org/project/pysteps/1.6.2/", "requires_dist": null, "requires_python": "", "summary": "Python framework for short-term ensemble prediction systems", "version": "1.6.2", "yanked": false, "yanked_reason": null }, "last_serial": 13425531, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f6f7e8ba49bac9ec6842be1254a35585", "sha256": "a2443ed3cd1636e60622a320cf7e7e8a0e857ad456e034ef19d084545ad1bc0e" }, "downloads": -1, "filename": "pysteps-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f6f7e8ba49bac9ec6842be1254a35585", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 222520, "upload_time": "2019-04-07T21:31:23", "upload_time_iso_8601": "2019-04-07T21:31:23.895679Z", "url": "https://files.pythonhosted.org/packages/66/5d/6be9e7f752a294c5f6556dbb3d10b60232d1b97b5e438b2c41cf4b9558ce/pysteps-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5f59e37cfdfb5f536aa683bfaed70d47", "sha256": "4d7b978cc20ffba7f39144b823ef1940b1c4d1f035e55d35e720f0264e3434a5" }, "downloads": -1, "filename": "pysteps-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5f59e37cfdfb5f536aa683bfaed70d47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 245056, "upload_time": "2019-06-26T13:31:00", "upload_time_iso_8601": "2019-06-26T13:31:00.287163Z", "url": "https://files.pythonhosted.org/packages/8b/bd/a05b7dc0dd56fa03480da2c00f65fab1dfc63b690054d7a454c8d94adb5b/pysteps-1.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "16caa36266c87b5ccb144757b0e69674", "sha256": "a03c538718849d6ca56180f2b4070114f078104426814f0260110867420fa1a6" }, "downloads": -1, "filename": "pysteps-1.1.0.tar.gz", "has_sig": false, "md5_digest": "16caa36266c87b5ccb144757b0e69674", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 397350, "upload_time": "2019-08-19T15:02:09", "upload_time_iso_8601": "2019-08-19T15:02:09.863820Z", "url": "https://files.pythonhosted.org/packages/3a/7c/f1fd0856fd96b0a90c1bab820dbeb86a1b5f81c604ef3d8a825e620b9c85/pysteps-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "3c0a69b7c2412d1d73eb5147694c744f", "sha256": "968d53eee09ef4a16a1dc01341a3a32fe6ed4a7cd231d14598c9cffd3405362a" }, "downloads": -1, "filename": "pysteps-1.1.1.tar.gz", "has_sig": false, "md5_digest": "3c0a69b7c2412d1d73eb5147694c744f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 403647, "upload_time": "2019-10-24T07:46:15", "upload_time_iso_8601": "2019-10-24T07:46:15.195323Z", "url": "https://files.pythonhosted.org/packages/0a/96/bc02111ced0109b38b7a6fc98c45bf138c4bc5655e47fdd69e544219bd42/pysteps-1.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "3c07aaf6f063f5b3194d4470e968d73c", "sha256": "b4512396ad85c87c523bcb87ee15e48486d552ce599106a4ba28788da73a0c04" }, "downloads": -1, "filename": "pysteps-1.2.0.tar.gz", "has_sig": false, "md5_digest": "3c07aaf6f063f5b3194d4470e968d73c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 419158, "upload_time": "2020-02-19T08:50:27", "upload_time_iso_8601": "2020-02-19T08:50:27.161431Z", "url": "https://files.pythonhosted.org/packages/ca/a0/94681ac5f827abb328d80a441df73862b307e5b4b7c83a8d4ede21173e2c/pysteps-1.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "720c80fb98481f656b5b6811010d0dcf", "sha256": "73320b2929fe12695b5610f0c9814d45ef7985feb6a271c12af8ef9f99b2dea7" }, "downloads": -1, "filename": "pysteps-1.3.0.tar.gz", "has_sig": false, "md5_digest": "720c80fb98481f656b5b6811010d0dcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 438180, "upload_time": "2020-04-22T07:40:13", "upload_time_iso_8601": "2020-04-22T07:40:13.911973Z", "url": "https://files.pythonhosted.org/packages/25/a9/b5cadf701a5f36167918c47b573ac97dbe192e555fe0f64b555d503daa36/pysteps-1.3.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.1": [ { "comment_text": "", "digests": { "md5": "6538bc82522005203eddd0c30064eb35", "sha256": "3b342f1ae80d648c156d99d9a2d93ba982b79dcae0ea6258da8ac6c4b2083365" }, "downloads": -1, "filename": "pysteps-1.3.1.tar.gz", "has_sig": false, "md5_digest": "6538bc82522005203eddd0c30064eb35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 437946, "upload_time": "2020-05-18T06:33:00", "upload_time_iso_8601": "2020-05-18T06:33:00.717291Z", "url": "https://files.pythonhosted.org/packages/2c/19/9c0abf2752d5fb05a0c85aa76698d45d0eac929fa61715e6f9438c5907a3/pysteps-1.3.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.3.2": [ { "comment_text": "", "digests": { "md5": "45c12af0eacb04ab2951f24f7637034f", "sha256": "7079a6d383822b3ae4f446250ad1c222e5a1f693636ec35281ef503770cea413" }, "downloads": -1, "filename": "pysteps-1.3.2.tar.gz", "has_sig": false, "md5_digest": "45c12af0eacb04ab2951f24f7637034f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 433376, "upload_time": "2020-08-12T13:38:35", "upload_time_iso_8601": "2020-08-12T13:38:35.186097Z", "url": "https://files.pythonhosted.org/packages/ab/4e/b71d5a9db07b5d2a1a7a4036c3027a02f23f448b5ac567e0920f95b01919/pysteps-1.3.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.0": [ { "comment_text": "", "digests": { "md5": "5212cbbb0c1e2c6b72499bc5e039dd69", "sha256": "2daa72c4239942f2e088275e8c3e3c271b4341f205483ca4506c0a2f36382b6f" }, "downloads": -1, "filename": "pysteps-1.4.0.tar.gz", "has_sig": false, "md5_digest": "5212cbbb0c1e2c6b72499bc5e039dd69", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 437647, "upload_time": "2020-12-14T15:37:00", "upload_time_iso_8601": "2020-12-14T15:37:00.684122Z", "url": "https://files.pythonhosted.org/packages/15/56/4b22e6a46b9385f8da877185500a8ef84674964102f3765e4215388621c8/pysteps-1.4.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "26252de889c4b543adf7671a7ddd5c71", "sha256": "abbe28a92d21c90fdb3543b131dc0b2b77fc31a9c77c7772a7f6427bc637d5ec" }, "downloads": -1, "filename": "pysteps-1.4.1.tar.gz", "has_sig": false, "md5_digest": "26252de889c4b543adf7671a7ddd5c71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 457290, "upload_time": "2021-01-15T18:20:22", "upload_time_iso_8601": "2021-01-15T18:20:22.188599Z", "url": "https://files.pythonhosted.org/packages/fc/e7/4e649cd794fc3b062ea09e65a5b357eb1451a4f783330b9ec63fb7913037/pysteps-1.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.5.0": [ { "comment_text": "", "digests": { "md5": "11584752bf96e61cb1b5fc6628f2dd87", "sha256": "c3b5636e2903c4c387e3b001847fa67a944650c8e638192d56bdc7170acde2e5" }, "downloads": -1, "filename": "pysteps-1.5.0.tar.gz", "has_sig": false, "md5_digest": "11584752bf96e61cb1b5fc6628f2dd87", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 465889, "upload_time": "2021-08-08T12:53:00", "upload_time_iso_8601": "2021-08-08T12:53:00.297965Z", "url": "https://files.pythonhosted.org/packages/29/15/e57ed45e33d56d1cb3b43c33002c29c5ffa0449ba1e345d5e09929f3c7d7/pysteps-1.5.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.5.1": [ { "comment_text": "", "digests": { "md5": "1ec633afca022b280fa4ef55f7f36d2c", "sha256": "0bbe82757919fd942e8d6f1138190851e02f4f417290c19517f12ee144405b23" }, "downloads": -1, "filename": "pysteps-1.5.1.tar.gz", "has_sig": false, "md5_digest": "1ec633afca022b280fa4ef55f7f36d2c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 449990, "upload_time": "2021-12-12T10:11:52", "upload_time_iso_8601": "2021-12-12T10:11:52.762034Z", "url": "https://files.pythonhosted.org/packages/2a/99/4d97d0d5b93ece1e40131d61bd799b68297014abc59fc69fd46a2115de7e/pysteps-1.5.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.1": [ { "comment_text": "", "digests": { "md5": "1d049934f483a2da62d359ce64e3fc68", "sha256": "3a6ba22e5510d8393ed2f18aefe131daef39f85bc6737e6c9ff2af43cddb135e" }, "downloads": -1, "filename": "pysteps-1.6.1.tar.gz", "has_sig": false, "md5_digest": "1d049934f483a2da62d359ce64e3fc68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 494807, "upload_time": "2022-02-18T23:03:01", "upload_time_iso_8601": "2022-02-18T23:03:01.652496Z", "url": "https://files.pythonhosted.org/packages/41/41/3c90b8edcb7932d240b849f84bb1fdccc1a423408ee3395254d04ebb8df8/pysteps-1.6.1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "2bc4c8537bf454d47aec404554087fd9", "sha256": "8a1be51e9abd38515110002ea104ebc798b2a25dae2a2b14b34d3a4ad3659ef5" }, "downloads": -1, "filename": "pysteps-1.6.2.tar.gz", "has_sig": false, "md5_digest": "2bc4c8537bf454d47aec404554087fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 494398, "upload_time": "2022-04-06T06:25:38", "upload_time_iso_8601": "2022-04-06T06:25:38.510103Z", "url": "https://files.pythonhosted.org/packages/36/45/334917c4bc69ed2c93b64e32ab4503d4a969fece6619941fba21447da4e1/pysteps-1.6.2.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2bc4c8537bf454d47aec404554087fd9", "sha256": "8a1be51e9abd38515110002ea104ebc798b2a25dae2a2b14b34d3a4ad3659ef5" }, "downloads": -1, "filename": "pysteps-1.6.2.tar.gz", "has_sig": false, "md5_digest": "2bc4c8537bf454d47aec404554087fd9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 494398, "upload_time": "2022-04-06T06:25:38", "upload_time_iso_8601": "2022-04-06T06:25:38.510103Z", "url": "https://files.pythonhosted.org/packages/36/45/334917c4bc69ed2c93b64e32ab4503d4a969fece6619941fba21447da4e1/pysteps-1.6.2.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }