olivierhagolle / theia_download

To download products provided by Theia land data center : https://theia.cnes.fr
46 stars 23 forks source link

VENUS collection is not "level aware" #8

Closed sgascoin closed 6 years ago

sgascoin commented 6 years ago

By default VENUS collection downloads L2A and L1C and the level option cannot be used

To save bandwidth quickfix Line 219 with

if options.collection=="SENTINEL2" or options.collection=="VENUS":

and Line 77

parser.add_option( '--level', type='choice', action='store', dest='level',\
                   choices=['LEVEL1C','LEVEL2A','LEVEL3A'],  help='product level for reflectance products',default='LEVEL2A')
olivierhagolle commented 6 years ago

Merci, c'est fait. La prochaine fois, tu peux même faire un pull request ;)