MarcYin / SIAC

A sensor invariant Atmospheric Correction (SIAC)
http://www2.geog.ucl.ac.uk/~ucfafyi/Atmo_Cor/
GNU Affero General Public License v3.0
61 stars 17 forks source link

Only download MCD43 if not present on system #3

Closed jgomezdans closed 5 years ago

jgomezdans commented 5 years ago

This change checks for MCD43 files being present in the sytem, and if not, it will download them (as before). If they are, it doesn't do any checking and just goes ahead with processing. Can't check with NASA server as Wednesday ;-/

Also, I used pathlib, but that's not python 2 safe... If you are supporting python 2, I can change that.