Python Modules#
The tutorials requires additional Python modules installed in your system. These are listed on the requirements.txt file within the repository. You can install the modules using pip as:
pip install -r requirements.txt
If you use conda environment, you can create and activate the conda environment as
conda env create -f environment.yml
conda activate airborne
The tutorials specifically uses earthaccess python module. earthaccess is a python library to search for, and download or stream NASA Earth science data with just a few lines of code. earthaccess handles authentication with NASA’s Earthdata Login (EDL), search using NASA’s CMR and cloud-access through fsspec.