Metadata-Version: 2.1
Name: IS2view
Version: 0.1.1
Summary: Interactive visualization and data extraction tool for the ICESat-2 ATL14/15 Gridded Land Ice Height Products
Author: Tyler Sutterley, Ben Smith
Author-email: tsutterl@uw.edu
Maintainer: IS2view contributors
License: MIT License
        
        Copyright (c) 2022 Tyler C Sutterley
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Homepage, https://is2view.readthedocs.io
Project-URL: Documentation, https://is2view.readthedocs.io
Project-URL: Repository, https://github.com/tsutterley/IS2view
Project-URL: Issues, https://github.com/tsutterley/IS2view/issues
Keywords: ICESat-2,elevation,digital elevation models,ipython,jupyter,graphics
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: ~=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: h5netcdf
Requires-Dist: ipyleaflet
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: rioxarray
Requires-Dist: setuptools_scm
Requires-Dist: xarray
Provides-Extra: doc
Requires-Dist: docutils; extra == "doc"
Requires-Dist: graphviz; extra == "doc"
Requires-Dist: ipywidgets; extra == "doc"
Requires-Dist: notebook; extra == "doc"
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-argparse>=0.4; extra == "doc"
Requires-Dist: sphinx_rtd_theme; extra == "doc"
Provides-Extra: all
Requires-Dist: boto3; extra == "all"
Requires-Dist: bottleneck; extra == "all"
Requires-Dist: dask; extra == "all"
Requires-Dist: geopandas; extra == "all"
Requires-Dist: ipywidgets; extra == "all"
Requires-Dist: notebook; extra == "all"
Requires-Dist: owslib; extra == "all"
Requires-Dist: s3fs; extra == "all"
Requires-Dist: xyzservices; extra == "all"
Requires-Dist: zarr; extra == "all"
Provides-Extra: dev
Requires-Dist: flake8; extra == "dev"
Requires-Dist: pytest>=4.6; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"

=======
IS2view
=======

|Language|
|License|
|PyPI Version|
|Anaconda-Server|
|Documentation Status|
|zenodo|

.. |Language| image:: https://img.shields.io/badge/python-v3.8-green.svg
   :target: https://www.python.org/

.. |License| image:: https://img.shields.io/badge/license-MIT-green.svg
   :target: https://github.com/tsutterley/IS2view/blob/main/LICENSE

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

.. |Anaconda-Server| image:: https://img.shields.io/conda/vn/conda-forge/is2view
   :target: https://anaconda.org/conda-forge/is2view

.. |Documentation Status| image:: https://readthedocs.org/projects/is2view/badge/?version=latest
   :target: https://is2view.readthedocs.io/en/latest/?badge=latest

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8015463.svg
   :target: https://doi.org/10.5281/zenodo.8015463

Interactive visualization and data extraction tool for ICESat-2 ATL14/15 Gridded Land Ice Height Products

- https://icesat-2.gsfc.nasa.gov
- https://icesat-2-scf.gsfc.nasa.gov
- https://nsidc.org/data/icesat-2/

For more information: see the documentation at `is2view.readthedocs.io <https://is2view.readthedocs.io/>`_

Installation
############

From PyPI:

.. code-block:: bash

   python3 -m pip install IS2view

To include all optional dependencies:

.. code-block:: bash

   python3 -m pip install IS2view[all]

Using `conda` or `mamba` from conda-forge:

.. code-block:: bash

   conda install -c conda-forge is2view

.. code-block:: bash

   mamba install -c conda-forge is2view

Development version from GitHub:

.. code-block:: bash

   python3 -m pip install git+https://github.com/tsutterley/IS2view.git

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

- `h5netcdf: Pythonic interface to netCDF4 via h5py <https://h5netcdf.org/>`_
- `ipyleaflet: Interactive maps in the Jupyter notebook <https://ipyleaflet.readthedocs.io/en/latest/>`_
- `matplotlib: Python 2D plotting library <https://matplotlib.org/>`_
- `numpy: Scientific Computing Tools For Python <https://numpy.org>`_
- `rasterio: Access to geospatial raster data <https://rasterio.readthedocs.io/en/latest/>`_
- `rioxarray: geospatial xarray extension powered by rasterio <https://github.com/corteva/rioxarray>`_
- `setuptools_scm: manager for python package versions using scm metadata <https://pypi.org/project/setuptools-scm>`_
- `xarray: N-D labeled arrays and datasets in Python <https://docs.xarray.dev/en/stable/>`_

Download
########

| The program homepage is:
| https://github.com/tsutterley/IS2view
| A zip archive of the latest version is available directly at:
| https://github.com/tsutterley/IS2view/archive/main.zip

Contributing
############

This project contains work and contributions from the `scientific community <./CONTRIBUTORS.rst>`_.
If you would like to contribute to the project, please have a look at the `open issues <https://github.com/tsutterley/IS2view/issues>`_ and the project `code of conduct <./CODE_OF_CONDUCT.rst>`_.

Disclaimer
##########

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>`_.
