Skip to content

boom-lab/earthdataDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

earthdataDownloader

Python package to download satellite data from NASA's Earthdata portal.

Installation

conda:

conda env create -f environment.yml
conda activate earthdata-downloader

pip:

pip install .

Usage

To download SST satellite data (AVHRR and OSTIA) for a specified bounding box and time range using the earthaccess library, first modify search.json, then run:

download_sst

If you want to use a json file with a different name, run:

download_sst -f my_json_file.json

You can also specify a download path with the flag -d, this will overwrite the path in the json file if present:

download_sst -d mypath/to/sst/downloads/

About

Code to download satellite data hosted at Earthdata

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages