pyspex


Namepyspex JSON
Version 1.4.14 PyPI version JSON
download
home_pageNone
SummarySoftware package to handle SPEXone Level-0 and Level-1 data
upload_time2024-08-15 08:31:57
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause License Copyright (c) 2019-2020 SRON - Netherlands Institute for Space Research All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pySpex
[![Package Release](https://img.shields.io/pypi/v/pyspex.svg?label=version)](https://github.com/rmvanhees/pyspex/)
[![Package Status](https://img.shields.io/pypi/status/pyspex.svg?label=status)](https://pypi.org/project/pyspex/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/pyspex.svg?label=PyPI%20downloads)](https://pypi.org/project/pyspex/)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5705691.svg)](https://doi.org/10.5281/zenodo.5705691)

Python package pyspex contains software to access SPEXone data.
This package contains software scripts and classes to:
* Read data in CCSDS format from the SPEXone instrument and write the data in Level-1A format.
* Read Level-0 data from the SPEXone after integration on the PACE platform and write the data in Level-1A in-flight science and calibration products.
* Read SPEXone CKD product
* Read in-flight PACE engineering and housekeeping (HKT) products.
* Handle SPEXone binning tables (read, write, visualize).

For more information on PACE mission visit:
* https://pace.gsfc.nasa.gov
* https://pace.oceansciences.org/mission.htm

For more information on SPEXone instrument visit:
* https://www.sron.nl/earth-instrument-development/spex/spexone
* https://pace.oceansciences.org/spexone.htm

## Documentation
Online documentation is available from [Read the Docs](https://pyspex.readthedocs.io).

## Installation
The module pyspex requires Python3.8+ and Python modules: h5py, netCDF4, numpy and xarray.

Installation instructions are provided on [Read the Docs](https://pyspex.readthedocs.io/en/latest/build.html) or in the INSTALL file.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyspex",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Richard van Hees <r.m.van.hees@sron.nl>",
    "download_url": "https://files.pythonhosted.org/packages/74/9e/1ee43f1073a3ff040ff9918ff5b3dc8fe34734ed59f0ac26da63720d6519/pyspex-1.4.14.tar.gz",
    "platform": null,
    "description": "# pySpex\n[![Package Release](https://img.shields.io/pypi/v/pyspex.svg?label=version)](https://github.com/rmvanhees/pyspex/)\n[![Package Status](https://img.shields.io/pypi/status/pyspex.svg?label=status)](https://pypi.org/project/pyspex/)\n[![PyPI Downloads](https://img.shields.io/pypi/dm/pyspex.svg?label=PyPI%20downloads)](https://pypi.org/project/pyspex/)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5705691.svg)](https://doi.org/10.5281/zenodo.5705691)\n\nPython package pyspex contains software to access SPEXone data.\nThis package contains software scripts and classes to:\n* Read data in CCSDS format from the SPEXone instrument and write the data in Level-1A format.\n* Read Level-0 data from the SPEXone after integration on the PACE platform and write the data in Level-1A in-flight science and calibration products.\n* Read SPEXone CKD product\n* Read in-flight PACE engineering and housekeeping (HKT) products.\n* Handle SPEXone binning tables (read, write, visualize).\n\nFor more information on PACE mission visit:\n* https://pace.gsfc.nasa.gov\n* https://pace.oceansciences.org/mission.htm\n\nFor more information on SPEXone instrument visit:\n* https://www.sron.nl/earth-instrument-development/spex/spexone\n* https://pace.oceansciences.org/spexone.htm\n\n## Documentation\nOnline documentation is available from [Read the Docs](https://pyspex.readthedocs.io).\n\n## Installation\nThe module pyspex requires Python3.8+ and Python modules: h5py, netCDF4, numpy and xarray.\n\nInstallation instructions are provided on [Read the Docs](https://pyspex.readthedocs.io/en/latest/build.html) or in the INSTALL file.\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License  Copyright (c) 2019-2020 SRON - Netherlands Institute for Space Research All rights reserved.  Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:  * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.  * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.  * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
    "summary": "Software package to handle SPEXone Level-0 and Level-1 data",
    "version": "1.4.14",
    "project_urls": {
        "Issue tracker": "https://github.com/rmvanhees/pyspex/issues",
        "documentation": "https://pyspex.readthedocs.io/en/latest/",
        "homepage": "https://github.com/rmvanhees/pyspex"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "825126ae3432653c7b0f0141715a8db9c8152fee6333aa5ff54e3af4408ab9d4",
                "md5": "85a635efab976b793467d86a3864548c",
                "sha256": "91f88f6d5d3d9c013a1131c1e175acff4ae5a600941b9da95f34b2b34d99633e"
            },
            "downloads": -1,
            "filename": "pyspex-1.4.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "85a635efab976b793467d86a3864548c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 396074,
            "upload_time": "2024-08-15T08:31:55",
            "upload_time_iso_8601": "2024-08-15T08:31:55.362251Z",
            "url": "https://files.pythonhosted.org/packages/82/51/26ae3432653c7b0f0141715a8db9c8152fee6333aa5ff54e3af4408ab9d4/pyspex-1.4.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "749e1ee43f1073a3ff040ff9918ff5b3dc8fe34734ed59f0ac26da63720d6519",
                "md5": "994ca93d522fe35a0296a894e197ea6e",
                "sha256": "793a8ad2b03daf64ebc1228cf05ba0c125b643a3c0fa8d7f4ac6c6a2f7ddeb89"
            },
            "downloads": -1,
            "filename": "pyspex-1.4.14.tar.gz",
            "has_sig": false,
            "md5_digest": "994ca93d522fe35a0296a894e197ea6e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 430460,
            "upload_time": "2024-08-15T08:31:57",
            "upload_time_iso_8601": "2024-08-15T08:31:57.263379Z",
            "url": "https://files.pythonhosted.org/packages/74/9e/1ee43f1073a3ff040ff9918ff5b3dc8fe34734ed59f0ac26da63720d6519/pyspex-1.4.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-15 08:31:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rmvanhees",
    "github_project": "pyspex",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pyspex"
}
        
Elapsed time: 0.32179s