olivierhagolle / theia_download

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

Add Platform "MULTISAT" to download only L3B-SNOW products #22

Open tbrunelle9 opened 3 years ago

tbrunelle9 commented 3 years ago

In order to download only the synthesis snow products, I added, in local in the file "theia_download.py", the platform "MULTISAT" and it worked for me :

parser.add_option('-p', '--platform', type='choice', action='store', dest='platform',
                      choices=['LANDSAT5', 'LANDSAT7', 'LANDSAT8', 'SPOT1', 'SPOT2', 'SPOT3', 'SPOT4', 'SPOT5', 'SENTINEL2A', 'SENTINEL2B', 'VENUS', 'MULTISAT'],  help='Satellite',) 

Maybe is it possible to change the source code ?

(I'm not used to use Github, maybe it's not the right section for my request. Let me know if I have to move my comment)

GerardDedieu commented 2 years ago

Je confirme, ajouter MULTISAT dans la liste des options du parser fonctionne pour télécharger les niveaux 3. Même sous Windows