sunraster


Namesunraster JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://docs.sunpy.org/projects/sunraster/en/stable/
Summarysunraster is an open-source Python library that provides the tools to read in and analyze spectrogram data.
upload_time2023-11-17 06:45:46
maintainer
docs_urlNone
authorThe SunPy Community
requires_python>=3.9
licenseBSD 2-Clause
keywords solar physics solar science sun wcs coordinates spectra raster
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *********
sunraster
*********

|Latest Version| |codecov| |matrix| |DOI| |Powered by NumFOCUS| |Powered by SunPy|

.. |Latest Version| image:: https://img.shields.io/pypi/v/sunraster.svg
   :target: https://pypi.python.org/pypi/sunraster/
.. |matrix| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=openastronomy.modular.im
   :target: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org
.. |codecov| image:: https://codecov.io/gh/sunpy/sunraster/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sunpy/sunraster
.. |DOI| image:: https://zenodo.org/badge/2165383.svg
   :target: https://zenodo.org/badge/latestdoi/2165383
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
   :target: https://numfocus.org
.. |Powered by SunPy| image:: https://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
   :target: https://www.sunpy.org

``sunraster`` is an open-source Python library that provides the tools to read in and analyze spectrogram data.

Installation
============

An easy way to install ``sunraster`` is to do so with the anaconda distribution using the conda-forge channel, with the following command at the terminal:

.. code-block:: console

    conda install --channel conda-forge sunraster

Another equally easy way to install ``sunraster`` is with pip:

.. code-block:: console

    pip install sunraster

Developing
==========

If you want to develop ``sunraster`` you will need to install from GitHub.
We suggest you fork ``sunraster`` so you can work on it.
The best way to do this is to create a new python virtual environment (conda/pipenv or others) and then install the git version of ``sunraster``:

.. code:: bash

    $ git clone https://github.com/<your username>/sunraster.git
    $ cd sunraster
    $ pip install -e .\[dev\]


For detailed installation instructions (aimed at installing ``sunpy``), see the `Newcomers' guide`_ in the sunpy docs.

Getting help
============

For more information or to ask questions about ``sunraster``, check out:

-  `sunraster Documentation`_
-  `sunpy Matrix Channel`_
-  `sunpy Mailing List`_

.. _sunraster Documentation: https://docs.sunpy.org/projects/sunraster/en/latest/
.. _sunpy Matrix Channel: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org
.. _sunpy Mailing List: https://groups.google.com/forum/#!forum/sunpy

Contributing
============

If you would like to get involved, start by joining the `SunPy mailing list`_ and check out the `Developers Guide`_ section of the SunPy docs.
Help is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.

For more information on contributing to sunraster, please read SunPy's `Newcomers' guide`_.

.. _SunPy mailing list: https://groups.google.com/forum/#!forum/sunpy
.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html
.. _`#sunpy:openastronomy.org`: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org
.. _issues page: https://github.com/sunpy/sunraster/issues
.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html

Code of Conduct
===============

When you are interacting with the SunPy community you are asked to follow our `Code of Conduct`_.

.. _Code of Conduct: https://sunpy.org/coc

            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.sunpy.org/projects/sunraster/en/stable/",
    "name": "sunraster",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "solar physics,solar,science,sun,wcs,coordinates,spectra,raster",
    "author": "The SunPy Community",
    "author_email": "sunpy@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/93/e6/cbb42e5c818758578cae425156e352e550fae6835d126eab9a1e90c9016d/sunraster-0.5.0.tar.gz",
    "platform": "any",
    "description": "*********\nsunraster\n*********\n\n|Latest Version| |codecov| |matrix| |DOI| |Powered by NumFOCUS| |Powered by SunPy|\n\n.. |Latest Version| image:: https://img.shields.io/pypi/v/sunraster.svg\n   :target: https://pypi.python.org/pypi/sunraster/\n.. |matrix| image:: https://img.shields.io/matrix/sunpy:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=openastronomy.modular.im\n   :target: https://openastronomy.element.io/#/room/#sunpy:openastronomy.org\n.. |codecov| image:: https://codecov.io/gh/sunpy/sunraster/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/sunpy/sunraster\n.. |DOI| image:: https://zenodo.org/badge/2165383.svg\n   :target: https://zenodo.org/badge/latestdoi/2165383\n.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A\n   :target: https://numfocus.org\n.. |Powered by SunPy| image:: https://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat\n   :target: https://www.sunpy.org\n\n``sunraster`` is an open-source Python library that provides the tools to read in and analyze spectrogram data.\n\nInstallation\n============\n\nAn easy way to install ``sunraster`` is to do so with the anaconda distribution using the conda-forge channel, with the following command at the terminal:\n\n.. code-block:: console\n\n    conda install --channel conda-forge sunraster\n\nAnother equally easy way to install ``sunraster`` is with pip:\n\n.. code-block:: console\n\n    pip install sunraster\n\nDeveloping\n==========\n\nIf you want to develop ``sunraster`` you will need to install from GitHub.\nWe suggest you fork ``sunraster`` so you can work on it.\nThe best way to do this is to create a new python virtual environment (conda/pipenv or others) and then install the git version of ``sunraster``:\n\n.. code:: bash\n\n    $ git clone https://github.com/<your username>/sunraster.git\n    $ cd sunraster\n    $ pip install -e .\\[dev\\]\n\n\nFor detailed installation instructions (aimed at installing ``sunpy``), see the `Newcomers' guide`_ in the sunpy docs.\n\nGetting help\n============\n\nFor more information or to ask questions about ``sunraster``, check out:\n\n-  `sunraster Documentation`_\n-  `sunpy Matrix Channel`_\n-  `sunpy Mailing List`_\n\n.. _sunraster Documentation: https://docs.sunpy.org/projects/sunraster/en/latest/\n.. _sunpy Matrix Channel: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org\n.. _sunpy Mailing List: https://groups.google.com/forum/#!forum/sunpy\n\nContributing\n============\n\nIf you would like to get involved, start by joining the `SunPy mailing list`_ and check out the `Developers Guide`_ section of the SunPy docs.\nHelp is always welcome so let us know what you like to work on, or check out the `issues page`_ for the list of known outstanding items.\n\nFor more information on contributing to sunraster, please read SunPy's `Newcomers' guide`_.\n\n.. _SunPy mailing list: https://groups.google.com/forum/#!forum/sunpy\n.. _Developers Guide: https://docs.sunpy.org/en/latest/dev_guide/index.html\n.. _`#sunpy:openastronomy.org`: https://chat.openastronomy.org/#/room/#sunpy:openastronomy.org\n.. _issues page: https://github.com/sunpy/sunraster/issues\n.. _Newcomers' guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html\n\nCode of Conduct\n===============\n\nWhen you are interacting with the SunPy community you are asked to follow our `Code of Conduct`_.\n\n.. _Code of Conduct: https://sunpy.org/coc\n",
    "bugtrack_url": null,
    "license": "BSD 2-Clause",
    "summary": "sunraster is an open-source Python library that provides the tools to read in and analyze spectrogram data.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://docs.sunpy.org/projects/sunraster/en/stable/"
    },
    "split_keywords": [
        "solar physics",
        "solar",
        "science",
        "sun",
        "wcs",
        "coordinates",
        "spectra",
        "raster"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a364e1935659c42c6a64fa35ef16cab3eb142a5851f4bbbdbf9ef80dfc0f316",
                "md5": "16b99af2e8bafc5b4ed3a6b36ac934ea",
                "sha256": "d4f94715ce00063772bbb73c0f20e6b48301a98cc4ceee58cc30293e0a251ae6"
            },
            "downloads": -1,
            "filename": "sunraster-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16b99af2e8bafc5b4ed3a6b36ac934ea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 52802,
            "upload_time": "2023-11-17T06:45:44",
            "upload_time_iso_8601": "2023-11-17T06:45:44.827736Z",
            "url": "https://files.pythonhosted.org/packages/1a/36/4e1935659c42c6a64fa35ef16cab3eb142a5851f4bbbdbf9ef80dfc0f316/sunraster-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93e6cbb42e5c818758578cae425156e352e550fae6835d126eab9a1e90c9016d",
                "md5": "4355acfcb53a96d07f01a66d57624beb",
                "sha256": "b9971b5f7c9568123bc60e5aea406ad038435582806cde0d086927fb3e659e3a"
            },
            "downloads": -1,
            "filename": "sunraster-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4355acfcb53a96d07f01a66d57624beb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 76966,
            "upload_time": "2023-11-17T06:45:46",
            "upload_time_iso_8601": "2023-11-17T06:45:46.588776Z",
            "url": "https://files.pythonhosted.org/packages/93/e6/cbb42e5c818758578cae425156e352e550fae6835d126eab9a1e90c9016d/sunraster-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 06:45:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sunraster"
}
        
Elapsed time: 0.13691s