ndcube


Namendcube JSON
Version 2.2.0 PyPI version JSON
download
home_pagehttps://docs.sunpy.org/projects/ndcube/
SummaryA package for multi-dimensional contiguous and non-contiguous coordinate aware arrays.
upload_time2023-11-17 06:26:57
maintainer
docs_urlNone
authorThe SunPy Community
requires_python>=3.9
licenseBSD 2-Clause
keywords nddata science sun wcs gwcs coordinates sunpy astropy solar spectroscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ******
ndcube
******

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

.. |Latest Version| image:: https://img.shields.io/pypi/v/ndcube.svg
   :target: https://pypi.python.org/pypi/ndcube/
   :alt: It is up to date, we promise
.. |matrix| image:: https://img.shields.io/matrix/ndcube:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=openastronomy.modular.im
   :target: https://app.element.io/#/room/#ndcube:openastronomy.org
   :alt: join us on #ndcube:openastronom.org on matrix
.. |codecov| image:: https://codecov.io/gh/sunpy/ndcube/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/sunpy/sunpy
   :alt: Best code cov this side of mars
.. |Powered by NumFOCUS| image:: https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A
   :target: https://numfocus.org
   :alt: Go give them money
.. |Powered by SunPy| image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat
   :target: http://www.sunpy.org
   :alt: SunPy
.. image:: https://joss.theoj.org/papers/10.21105/joss.05296/status.svg
   :target: https://doi.org/10.21105/joss.05296
   :alt: JOSS

``ndcube`` is an open-source SunPy affiliated package for manipulating, inspecting and visualizing multi-dimensional contiguous and non-contiguous coordinate-aware data arrays.

It combines data, uncertainties, units, metadata, masking, and coordinate transformations into classes with unified slicing and generic coordinate transformations and plotting/animation capabilities.
It is designed to handle data of any number of dimensions and axis types (e.g. spatial, temporal, spectral, etc.) whose relationship between the array elements and the real world can be described by World Coordinate System (WCS) translations.

Acknowledging ndcube
====================
If you use ``ndcube`` is your work, we kindly ask you to `acknowledge ndcube`_ in your
publications and presentations.

.. _acknowledge ndcube: https://docs.sunpy.org/projects/ndcube/en/stable/acknowledging.html

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

For detailed installation instructions, see the `installation guide`_ in the ndcube docs.

.. _installation guide: https://docs.sunpy.org/projects/ndcube/en/stable/installation.html

Getting Help
============

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

-  `ndcube Documentation`_
-  `ndcube Element Channel`_

.. _ndcube Documentation: https://docs.sunpy.org/projects/ndcube/
.. _ndcube Element Channel: https://app.element.io/#/room/#ndcube:openastronomy.org

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

If you would like to get involved, check out the `Newcomers Guide`_ section of the sunpy docs.
This shows how to get setup with a "sunpy" workflow but the same applies for ndcube, you will just need to replace sunpy with ndcube.

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.

.. _Newcomers Guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html
.. _issues page: https://github.com/sunpy/ndcube/issues

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/ndcube/",
    "name": "ndcube",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "nddata,science,sun,wcs,gwcs,coordinates,sunpy,astropy,solar,spectroscopy",
    "author": "The SunPy Community",
    "author_email": "sunpy@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/e3/ff13f3363a84800e6ea6e309660b52b8f170b71615cbcc8f04dbd0366b4e/ndcube-2.2.0.tar.gz",
    "platform": "any",
    "description": "******\nndcube\n******\n\n|Latest Version| |codecov| |matrix| |Powered by NumFOCUS| |Powered by SunPy|\n\n.. |Latest Version| image:: https://img.shields.io/pypi/v/ndcube.svg\n   :target: https://pypi.python.org/pypi/ndcube/\n   :alt: It is up to date, we promise\n.. |matrix| image:: https://img.shields.io/matrix/ndcube:openastronomy.org.svg?colorB=%23FE7900&label=Chat&logo=matrix&server_fqdn=openastronomy.modular.im\n   :target: https://app.element.io/#/room/#ndcube:openastronomy.org\n   :alt: join us on #ndcube:openastronom.org on matrix\n.. |codecov| image:: https://codecov.io/gh/sunpy/ndcube/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/sunpy/sunpy\n   :alt: Best code cov this side of mars\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   :alt: Go give them money\n.. |Powered by SunPy| image:: http://img.shields.io/badge/powered%20by-SunPy-orange.svg?style=flat\n   :target: http://www.sunpy.org\n   :alt: SunPy\n.. image:: https://joss.theoj.org/papers/10.21105/joss.05296/status.svg\n   :target: https://doi.org/10.21105/joss.05296\n   :alt: JOSS\n\n``ndcube`` is an open-source SunPy affiliated package for manipulating, inspecting and visualizing multi-dimensional contiguous and non-contiguous coordinate-aware data arrays.\n\nIt combines data, uncertainties, units, metadata, masking, and coordinate transformations into classes with unified slicing and generic coordinate transformations and plotting/animation capabilities.\nIt is designed to handle data of any number of dimensions and axis types (e.g. spatial, temporal, spectral, etc.) whose relationship between the array elements and the real world can be described by World Coordinate System (WCS) translations.\n\nAcknowledging ndcube\n====================\nIf you use ``ndcube`` is your work, we kindly ask you to `acknowledge ndcube`_ in your\npublications and presentations.\n\n.. _acknowledge ndcube: https://docs.sunpy.org/projects/ndcube/en/stable/acknowledging.html\n\nInstallation\n============\n\nFor detailed installation instructions, see the `installation guide`_ in the ndcube docs.\n\n.. _installation guide: https://docs.sunpy.org/projects/ndcube/en/stable/installation.html\n\nGetting Help\n============\n\nFor more information or to ask questions about ndcube, check out:\n\n-  `ndcube Documentation`_\n-  `ndcube Element Channel`_\n\n.. _ndcube Documentation: https://docs.sunpy.org/projects/ndcube/\n.. _ndcube Element Channel: https://app.element.io/#/room/#ndcube:openastronomy.org\n\nContributing\n============\n\nIf you would like to get involved, check out the `Newcomers Guide`_ section of the sunpy docs.\nThis shows how to get setup with a \"sunpy\" workflow but the same applies for ndcube, you will just need to replace sunpy with ndcube.\n\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\n.. _Newcomers Guide: https://docs.sunpy.org/en/latest/dev_guide/contents/newcomers.html\n.. _issues page: https://github.com/sunpy/ndcube/issues\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": "A package for multi-dimensional contiguous and non-contiguous coordinate aware arrays.",
    "version": "2.2.0",
    "project_urls": {
        "Changelog": "https://docs.sunpy.org/projects/ndcube/en/stable/whatsnew/changelog.html",
        "Documentation": "https://docs.sunpy.org/projects/ndcube/",
        "Download": "https://pypi.org/project/ndcube/",
        "Homepage": "https://docs.sunpy.org/projects/ndcube/",
        "Issue Tracker": "https://github.com/sunpy/ndcube/issues",
        "Source Code": "https://github.com/sunpy/ndcube/"
    },
    "split_keywords": [
        "nddata",
        "science",
        "sun",
        "wcs",
        "gwcs",
        "coordinates",
        "sunpy",
        "astropy",
        "solar",
        "spectroscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "679cbd44610fcf48ef04ee6b79b50219626cb3352def708c0e032698e8637a30",
                "md5": "1cd1e71ed46e7b204cfaf56253028728",
                "sha256": "9a251370e6a0b84caa9e9f206c3a9cd6cc745f1dc24fd9266e18fcbeafe6f406"
            },
            "downloads": -1,
            "filename": "ndcube-2.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1cd1e71ed46e7b204cfaf56253028728",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 122990,
            "upload_time": "2023-11-17T06:26:47",
            "upload_time_iso_8601": "2023-11-17T06:26:47.476615Z",
            "url": "https://files.pythonhosted.org/packages/67/9c/bd44610fcf48ef04ee6b79b50219626cb3352def708c0e032698e8637a30/ndcube-2.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2e3ff13f3363a84800e6ea6e309660b52b8f170b71615cbcc8f04dbd0366b4e",
                "md5": "39164538cca79fb6cee507100904a0ac",
                "sha256": "64f422c015bf96c2722188d0f0f27267044c0b0997c68dc89245a241aa5d7bac"
            },
            "downloads": -1,
            "filename": "ndcube-2.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "39164538cca79fb6cee507100904a0ac",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 656717,
            "upload_time": "2023-11-17T06:26:57",
            "upload_time_iso_8601": "2023-11-17T06:26:57.982125Z",
            "url": "https://files.pythonhosted.org/packages/b2/e3/ff13f3363a84800e6ea6e309660b52b8f170b71615cbcc8f04dbd0366b4e/ndcube-2.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-17 06:26:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sunpy",
    "github_project": "ndcube",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "tox": true,
    "lcname": "ndcube"
}
        
Elapsed time: 0.13677s