Getting Started

Installation

To install gedi_tools, simply use pip:

pip install gedi_tools

In order to download data, you will need to register for a Nasa EarthData account. After creating an account, add your credentials to your .netrc file.

machine urs.earthdata.nasa.gov
login [your_username]
password [your_password]