From dffbaed3bd108c1bc258c9f92299f09186bac3de Mon Sep 17 00:00:00 2001 From: Rupesh Shrestha Date: Mon, 27 Feb 2023 10:57:24 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5d701ca..c84f379 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ ## Overview These tutorials demonstrate how to discover, access and use [GEDI science data products](https://daac.ornl.gov/gedi) archived at the ORNL DAAC. +## Prerequisites +Requirement are in [requirements.txt](requirements.txt). To install the necessary python libraries, you can copy the [requirements.txt](requirements.txt) from this repository and run: + +```bash +pip install -r requirements.txt +``` + ## GEDI L4A Jupyter Notebooks 1. [Searching and downloading GEDI L4A dataset](1_gedi_l4a_search_download.ipynb) ([script](scripts#1-gedi_l4a_search_downloadpy)) 1. [Subsetting GEDI L4A footprints](2_gedi_l4a_subsets.ipynb) ([script](scripts#2-gedi_l4a_subsetspy))