Open tbrunelle9 opened 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)
Je confirme, ajouter MULTISAT dans la liste des options du parser fonctionne pour télécharger les niveaux 3. Même sous Windows
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 :
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)