Metadata-Version: 2.1
Name: ATM1b-QFIT
Version: 1.0.1
Summary: Python-based reader for Level-1b Airborne Topographic Mapper (ATM) QFIT binary data products
Home-page: https://github.com/tsutterley/read-ATM1b-QFIT-binary
Author: Tyler Sutterley
Author-email: tsutterl@uw.edu
License: MIT
Keywords: NSIDC,Operation IceBridge,ILATM1b,ILNSA1b,surface elevation and change
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

======================
read-ATM1b-QFIT-binary
======================

|Language|
|License|
|PyPI Version|
|Documentation Status|

.. |Language| image:: https://img.shields.io/pypi/pyversions/ATM1b-QFIT?color=green
   :target: https://www.python.org/

.. |License| image:: https://img.shields.io/github/license/tsutterley/read-ATM1b-QFIT-binary
   :target: https://github.com/tsutterley/read-ATM1b-QFIT-binary/blob/main/LICENSE

.. |PyPI Version| image:: https://img.shields.io/pypi/v/ATM1b-QFIT.svg
   :target: https://pypi.python.org/pypi/ATM1b-QFIT/

.. |Documentation Status| image:: https://readthedocs.org/projects/read-atm1b-qfit-binary/badge/?version=latest
   :target: https://read-atm1b-qfit-binary.readthedocs.io/en/latest/?badge=latest

Reads Level-1b Airborne Topographic Mapper (ATM) QFIT binary data products

- `IceBridge ATM L1B Qfit Elevation and Return Strength <https://nsidc.org/data/ilatm1b/1>`_
- `IceBridge Narrow Swath ATM L1B Qfit Elevation and Return Strength <https://nsidc.org/data/ilnsa1b/1>`_
- `NSIDC IceBridge Software Tools <https://nsidc.org/data/icebridge/tools.html>`_
- `Python program for retrieving Operation IceBridge data <https://github.com/tsutterley/nsidc-earthdata>`_

Dependencies
############

- `numpy: Scientific Computing Tools For Python <https://numpy.org>`_
- `h5py: Python interface for Hierarchal Data Format 5 (HDF5) <https://www.h5py.org/>`_
- `lxml: processing XML and HTML in Python <https://pypi.python.org/pypi/lxml>`_
- `future: Compatibility layer between Python 2 and Python 3 <https://python-future.org/>`_

Download
########

| The program homepage is:
| https://github.com/tsutterley/read-ATM1b-QFIT-binary
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/read-ATM1b-QFIT-binary/archive/main.zip
| Incorporated into the UW-APL pointCollection repository at:
| https://github.com/SmithB/pointCollection

Credits
#######

`Program inspired by the QFIT C reader provided on NSIDC <ftp://sidads.colorado.edu/pub/tools/icebridge/qfit/c/>`_

Disclaimer
##########

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
This program is not sponsored or maintained by the Universities Space Research Association (USRA) or NASA.
It is provided here for your convenience but *with no guarantees whatsoever*.

License
#######

The content of this project is licensed under the
`Creative Commons Attribution 4.0 Attribution license <https://creativecommons.org/licenses/by/4.0/>`_
and the source code is licensed under the `MIT license <LICENSE>`_.


