Metadata-Version: 2.1
Name: pyspex
Version: 1.1.15
Summary: Software package to handle SPEXone Level-0 and Level-1 data.
Home-page: https://github.com/rmvanhees/pyspex.git
Author: Richard van Hees
Author-email: r.m.van.hees@sron.nl
Maintainer: Richard van Hees
Maintainer-email: r.m.van.hees@sron.nl
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: toml
License-File: LICENSE

pyspex
======

Python package pyspex contains software to access SPEXone data.
This package contains software scripts and classes to:
* Read data packages 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
(not yet available).
* Handle SPEXone binning tables (read, write, visualize).
And provides the format definitions of the SPEXone level-1 products (A, B and C).


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


Installation
------------
Installation instructions are provided in the INSTALL file.

We installed the software successfully on Linux, MaxOS and Windows.


Reporting bugs
--------------
email r.m.van.hees[at]sron.nl


