Python package to download satellite data from NASA's Earthdata portal.
conda:
conda env create -f environment.yml
conda activate earthdata-downloaderpip:
pip install .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_sstIf you want to use a json file with a different name, run:
download_sst -f my_json_file.jsonYou 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/