Metadata-Version: 2.1
Name: IS2view
Version: 0.0.1
Summary: Interactive visualization and data extraction tool for the ICESat-2 ATL14/15 Gridded Land Ice Height Products
Home-page: https://github.com/tsutterley/IS2view
Author: Tyler Sutterley
Author-email: tsutterl@uw.edu
License: MIT
Keywords: ICESat-2,elevation,digital elevation models,ipython,jupyter,graphics
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
Requires-Dist: boto3
Requires-Dist: bottleneck
Requires-Dist: dask
Requires-Dist: h5netcdf
Requires-Dist: ipyleaflet
Requires-Dist: matplotlib
Requires-Dist: netCDF4
Requires-Dist: numpy
Requires-Dist: rioxarray
Requires-Dist: s3fs[boto3]
Requires-Dist: xarray
Requires-Dist: zarr

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

|Language|
|License|
|Documentation Status|

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

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

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/

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

- `boto3: Amazon Web Services (AWS) SDK for Python <https://boto3.amazonaws.com/v1/documentation/api/latest/index.html>`_
- `bottleneck: Fast NumPy array functions written in C <https://github.com/pydata/bottleneck>`_
- `dask: Parallel computing with task scheduling <https://www.dask.org/>`_
- `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/>`_
- `netCDF4: Python interface to the netCDF C library <https://unidata.github.io/netcdf4-python/>`_
- `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>`_
- `s3fs: Pythonic file interface to S3 built on top of botocore <https://s3fs.readthedocs.io/en/latest/>`_
- `xarray: N-D labeled arrays and datasets in Python <https://docs.xarray.dev/en/stable/>`_
- `zarr: Chunked, compressed, N-dimensional arrays in Python <https://zarr.readthedocs.io/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

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