Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsutterley/is2view
Interactive visualization and data extraction tool for ICESat-2 ATL14/15 Gridded Land Ice Height Products
https://github.com/tsutterley/is2view
altimetry icesat-2 ipyleaflet xarray
Last synced: about 2 months ago
JSON representation
Interactive visualization and data extraction tool for ICESat-2 ATL14/15 Gridded Land Ice Height Products
- Host: GitHub
- URL: https://github.com/tsutterley/is2view
- Owner: tsutterley
- License: mit
- Created: 2022-07-11T00:48:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T20:37:33.000Z (3 months ago)
- Last Synced: 2024-10-20T07:21:34.070Z (3 months ago)
- Topics: altimetry, icesat-2, ipyleaflet, xarray
- Language: Python
- Homepage: https://is2view.readthedocs.io
- Size: 2.85 MB
- Stars: 5
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
=======
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.8015463Interactive 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 `_
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 `_
- `ipyleaflet: Interactive maps in the Jupyter notebook `_
- `matplotlib: Python 2D plotting library `_
- `numpy: Scientific Computing Tools For Python `_
- `rasterio: Access to geospatial raster data `_
- `rioxarray: geospatial xarray extension powered by rasterio `_
- `setuptools_scm: manager for python package versions using scm metadata `_
- `xarray: N-D labeled arrays and datasets in Python `_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.zipContributing
############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 `_ 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 `_
and the source code is licensed under the `MIT license `_.