{"id":17556722,"url":"https://github.com/tsutterley/is2view","last_synced_at":"2025-04-24T06:52:42.392Z","repository":{"id":44422930,"uuid":"512573282","full_name":"tsutterley/IS2view","owner":"tsutterley","description":"Interactive visualization and data extraction tool for ICESat-2 ATL14/15 Gridded Land Ice Height Products","archived":false,"fork":false,"pushed_at":"2025-01-30T22:26:19.000Z","size":3698,"stargazers_count":7,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-24T06:52:35.487Z","etag":null,"topics":["altimetry","icesat-2","ipyleaflet","xarray"],"latest_commit_sha":null,"homepage":"https://is2view.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsutterley.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.rst","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-11T00:48:52.000Z","updated_at":"2025-01-30T22:26:22.000Z","dependencies_parsed_at":"2023-02-08T19:31:23.457Z","dependency_job_id":"8d982650-6565-4811-b31b-e2b2e4a81393","html_url":"https://github.com/tsutterley/IS2view","commit_stats":{"total_commits":44,"total_committers":1,"mean_commits":44.0,"dds":0.0,"last_synced_commit":"c53576e02a6ce7b2472d6582e61595be1c12b70c"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2FIS2view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2FIS2view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2FIS2view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsutterley%2FIS2view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsutterley","download_url":"https://codeload.github.com/tsutterley/IS2view/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250580713,"owners_count":21453531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["altimetry","icesat-2","ipyleaflet","xarray"],"created_at":"2024-10-21T08:43:57.382Z","updated_at":"2025-04-24T06:52:42.366Z","avatar_url":"https://github.com/tsutterley.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"=======\nIS2view\n=======\n\n|Language|\n|License|\n|PyPI Version|\n|Anaconda-Server|\n|Documentation Status|\n|zenodo|\n\n.. |Language| image:: https://img.shields.io/badge/python-v3.8-green.svg\n   :target: https://www.python.org/\n\n.. |License| image:: https://img.shields.io/badge/license-MIT-green.svg\n   :target: https://github.com/tsutterley/IS2view/blob/main/LICENSE\n\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/IS2view.svg\n   :target: https://pypi.python.org/pypi/IS2view/\n\n.. |Anaconda-Server| image:: https://img.shields.io/conda/vn/conda-forge/is2view\n   :target: https://anaconda.org/conda-forge/is2view\n\n.. |Documentation Status| image:: https://readthedocs.org/projects/is2view/badge/?version=latest\n   :target: https://is2view.readthedocs.io/en/latest/?badge=latest\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.8015463.svg\n   :target: https://doi.org/10.5281/zenodo.8015463\n\nInteractive visualization and data extraction tool for ICESat-2 ATL14/15 Gridded Land Ice Height Products\n\n- https://icesat-2.gsfc.nasa.gov\n- https://icesat-2-scf.gsfc.nasa.gov\n- https://nsidc.org/data/icesat-2/\n\nFor more information: see the documentation at `is2view.readthedocs.io \u003chttps://is2view.readthedocs.io/\u003e`_\n\nInstallation\n############\n\nFrom PyPI:\n\n.. code-block:: bash\n\n   python3 -m pip install IS2view\n\nTo include all optional dependencies:\n\n.. code-block:: bash\n\n   python3 -m pip install IS2view[all]\n\nUsing `conda` or `mamba` from conda-forge:\n\n.. code-block:: bash\n\n   conda install -c conda-forge is2view\n\n.. code-block:: bash\n\n   mamba install -c conda-forge is2view\n\nDevelopment version from GitHub:\n\n.. code-block:: bash\n\n   python3 -m pip install git+https://github.com/tsutterley/IS2view.git\n\nDependencies\n############\n\n- `h5netcdf: Pythonic interface to netCDF4 via h5py \u003chttps://h5netcdf.org/\u003e`_\n- `ipyleaflet: Interactive maps in the Jupyter notebook \u003chttps://ipyleaflet.readthedocs.io/en/latest/\u003e`_\n- `matplotlib: Python 2D plotting library \u003chttps://matplotlib.org/\u003e`_\n- `numpy: Scientific Computing Tools For Python \u003chttps://numpy.org\u003e`_\n- `rasterio: Access to geospatial raster data \u003chttps://rasterio.readthedocs.io/en/latest/\u003e`_\n- `rioxarray: geospatial xarray extension powered by rasterio \u003chttps://github.com/corteva/rioxarray\u003e`_\n- `setuptools_scm: manager for python package versions using scm metadata \u003chttps://pypi.org/project/setuptools-scm\u003e`_\n- `xarray: N-D labeled arrays and datasets in Python \u003chttps://docs.xarray.dev/en/stable/\u003e`_\n\nDownload\n########\n\n| The program homepage is:\n| https://github.com/tsutterley/IS2view\n| A zip archive of the latest version is available directly at:\n| https://github.com/tsutterley/IS2view/archive/main.zip\n\nContributing\n############\n\nThis project contains work and contributions from the `scientific community \u003c./CONTRIBUTORS.rst\u003e`_.\nIf you would like to contribute to the project, please have a look at the `open issues \u003chttps://github.com/tsutterley/IS2view/issues\u003e`_ and `discussions board \u003chttps://github.com/tsutterley/IS2view/discussions\u003e`_.\n\nDisclaimer\n##########\n\nThis program is not sponsored or maintained by the Universities Space Research Association (USRA) or NASA.\nIt is provided here for your convenience but *with no guarantees whatsoever*.\n\nLicense\n#######\n\nThe content of this project is licensed under the\n`Creative Commons Attribution 4.0 Attribution license \u003chttps://creativecommons.org/licenses/by/4.0/\u003e`_\nand the source code is licensed under the `MIT license \u003cLICENSE\u003e`_.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsutterley%2Fis2view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsutterley%2Fis2view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsutterley%2Fis2view/lists"}