jgomezdans / get_modis

Downloading MODIS data from the USGS repository
GNU General Public License v3.0
62 stars 41 forks source link

Couldn't download MODIS Aerosol product(MOD04_3K, MOD04_L2) #12

Closed gajananQuantela closed 4 years ago

gajananQuantela commented 6 years ago

I tried this script to download MODIS Aerosol product, but I'm getting this error:

getmodiserror

I used this command: ./get_modis.py -v -p MOD04_3K.006 -s MOLT -y 2017 -t h25v07 -o /tmp/ -b 153 -e 155

jgomezdans commented 6 years ago

Hi, this tool doesn't consider the MODIS atmospheric parameters (they're on a different server, currently this one), only the land ones. Also, MOD04_3K isn't projected (e.g. no tile). I don't use these products myself, so haven't investigated them a lot.