From b920c1fe33501452e6f4d587c1b5d49e2033435b Mon Sep 17 00:00:00 2001 From: Emma Marshall <55526386+e-marshall@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:27:33 -0700 Subject: [PATCH] Update readme.md add description to readme --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index 1318b9e..c1f2c44 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,9 @@ [![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://e-marshall.github.io/itslive) [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/e-marshall/itslive/HEAD?labpath=accessing_s3_data.ipynb) +The Inter-mission Time Series of Land Ice Velocity and Elevation (ITS_LIVE) [@Gardner et al:2022] is a dataset of global ice velocity measurements derived from displacement between pairs of satellite images generated by feature tracking algorithms. The dataset ingests NASA Landsat 7, 8, 9 and European Space Agency (ESA) Sentinel-1 & 2 image pairs and produces low-latency ice surface velocity data. It is available for access and download in multiple forms; this tutorial accesses the data stored as Zarr [@Miles et al:2020] data cubes in S3 (Amazon Simple Storage Service) buckets on AWS. Users are provided instructions outlining two ways to follow along with the tutorial material. One option is running the tutorial locally. We provide an environment.yml file to configure a local computing environment. Alternatively, the tutorial has a preconfigured JupyterLab environment hosted on www.mybinder.org that enables users to run the tutorial in the cloud with no requirement for local computational resources. + + Thanks for visiting the github repo for this [tutorial](https://e-marshall.github.io/itslive/intro.html) demonstrating accessing + working with [ITS_LIVE](https://its-live.jpl.nasa.gov/) ice velocity data using [Xarray](https://xarray.dev/) and other python packages. If you have questions about the tutorial's content, please feel free to start a [Discussions](https://github.com/e-marshall/itslive/discussions) topic. If you find a bug or error, you can raise an [Issue](https://github.com/e-marshall/itslive/issues).