Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rupesh2 authored Feb 27, 2023
1 parent 1446a30 commit dffbaed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit dffbaed

Please sign in to comment.