Page 1 of 1

MODIS L0 file download

Posted: Wed Jul 15, 2020 10:16 am America/New_York
by huhuhu
I used to use curl to download L0 files in the name convention AYYYYDDDHHMMSS.L0_LAC.bz2, but it no longer worked. Instead, the original name MOD00.PYYYYDDD.HHMM_1.PDS.bz2 still worked. See below for the downloading results for the same L0 file:

-rw-r--r-- 1 hu hu       665 Jul 15 09:13 A2016200021500.L0_LAC.bz2
-rw-r--r-- 1 hu hu 302714187 Jul 15 09:13 MOD00.P2016200.0215_1.PDS.bz2

Is there any internal change on name convention to cause the above "problem"? We can certainly download the MOD00.* files, but then we need to rename to AYYYY* to make the old scripts work.
Thanks, Chuanmin

MODIS L0 file download

Posted: Wed Jul 15, 2020 1:25 pm America/New_York
by OB WebDev - masoudso
Hi,
The problem has been resolved.

Regards,

MODIS L0 file download

Posted: Thu Jul 16, 2020 8:52 am America/New_York
by huhuhu
Thanks!