La forge institutionnelle d'INRAE étant en production depuis le 10 juin 2025, nous vous invitons à y créer vos nouveaux projets.
Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 #!/usr/bin/env python # -*- coding: utf-8 -*- import logging NIVEAU_DEFAUT = logging.DEBUG SIMPLE_MODE = 0 EXPERT_MODE = 1 MULTIPROCESSING_ENABLE = True MULTIPROCESSING_DISABLE = False CLOUD_THRESHOLD = 0.4 EPSG_PHYMOBAT = 2154
#!/usr/bin/env python # -*- coding: utf-8 -*- import logging NIVEAU_DEFAUT = logging.DEBUG SIMPLE_MODE = 0 EXPERT_MODE = 1 MULTIPROCESSING_ENABLE = True MULTIPROCESSING_DISABLE = False CLOUD_THRESHOLD = 0.4 EPSG_PHYMOBAT = 2154