mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-07-31 16:35:00 +00:00
94 lines
3.9 KiB
INI
94 lines
3.9 KiB
INI
#############################################################################################
|
|
# config.ini file for configuration values of pyCreateTh.py script
|
|
#############################################################################################
|
|
|
|
#############################################################################################
|
|
# General layout information :
|
|
#############################################################################################
|
|
[Survey_Data] # Default
|
|
Author = Alexandre Pont
|
|
Copyright1 = # Copyright (C) ARSIP {YEAR}
|
|
Copyright2 = # This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
|
Copyright3 = # <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
|
Copyright_Short = License CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
map_comment = Massif de la Pierre Saint Martin - Larra
|
|
club = ARSIP
|
|
thanksto = Merci à tout le monde
|
|
datat = https://github.com/Alex38Lyon/Synthese-PSM_LARRA
|
|
wpage = https://www.arsip.fr/
|
|
cs = UTM30
|
|
|
|
[Survey_Data:Tritons]
|
|
Author = Alexandre Pont
|
|
Copyright1 = # Copyright (C) Clan des Tritons {YEAR}
|
|
Copyright2 = # This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
|
Copyright3 = # <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
|
Copyright_Short = License CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
map_comment = Massif XXXX
|
|
club = Clan des Tritons
|
|
thanksto = Merci à tout le monde
|
|
datat = https://github.com/Alex38Lyon/Topographies-Diverses_Tritons
|
|
wpage = https://clandestritons.fr/
|
|
cs = UTM30
|
|
|
|
[Survey_Data:PSM]
|
|
Author = Alexandre Pont
|
|
Copyright1 = # Copyright (C) ARSIP {YEAR}
|
|
Copyright2 = # This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
|
Copyright3 = # <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
|
Copyright_Short = License CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
map_comment = Massif de la Pierre Saint Martin - Larra
|
|
club = ARSIP
|
|
thanksto = Merci à tout le monde
|
|
datat = https://github.com/Alex38Lyon/Synthese-PSM_LARRA
|
|
wpage = https://www.arsip.fr/
|
|
cs = UTM30
|
|
|
|
[Survey_Data:Flaine]
|
|
Author = Alexandre Pont
|
|
Copyright1 = # Copyright (C) Interclubs Flaine-Platé {YEAR}
|
|
Copyright2 = # This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
|
Copyright3 = # <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
|
Copyright_Short = License CC by-nc-sa : http://creativecommons.org/licenses/by-nc-sa/4.0/
|
|
map_comment = Massif de Flaine-Platé
|
|
club = Interclubs Flaine-Platé
|
|
thanksto = Merci à tout le monde
|
|
datat = https://github.com/Alex38Lyon/Synthese-Flaine-Plate
|
|
wpage = http://cesame.ardeche.free.fr
|
|
cs = UTM32
|
|
|
|
[Survey_Data:Xichou]
|
|
Author = Alexandre Pont
|
|
Copyright1 = # Copyright (C) XIchou {YEAR}
|
|
Copyright2 = # This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
|
|
Copyright3 = # <http://creativecommons.org/licenses/by-nc-nd/4.0/>
|
|
Copyright_Short = License CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
map_comment = Xichou {YEAR}
|
|
club = Xichou
|
|
thanksto = Merci à tout le monde
|
|
datat =
|
|
wpage =
|
|
cs = UTM48
|
|
|
|
#############################################################################################
|
|
# Configuration data
|
|
#############################################################################################
|
|
[Application_Data]
|
|
template_path = ./template
|
|
station_by_scrap = 30
|
|
parse_tro_files_by_explo = True
|
|
|
|
# For a final Therion compilation True,else False
|
|
final_therion_exe = True
|
|
therion_path = C:\Program Files\Therion\therion.exe
|
|
|
|
# Survey prefix name use tu create Survey folders
|
|
survey_prefix_name = Explo_
|
|
|
|
# Options for th2 files
|
|
shot_lines_in_th2_files = False
|
|
station_name_in_th2_files = False
|
|
wall_lines_in_th2_files = False
|
|
|
|
# Koef for smoothing wall
|
|
kSmooth = 0.5 |