Synthèse 2025

This commit is contained in:
Alex38Lyon
2026-01-07 08:19:04 +01:00
parent b7010fc18d
commit ce332fd020
57 changed files with 160955 additions and 155699 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ fr_lengthre = re.compile(r".*Longueur totale de la topographie = \s*(\S+)m")
fr_depthre = re.compile(r".*Longueur totale verticale =\s*(\S+)m")
en_lengthre = re.compile(r".*Total length of survey legs = \s*(\S+)m")
en_depthre = re.compile(r".*Total vertical length of survey legs =\s*(\S+)m")
en_depthre = re.compile(r".*Vertical range =\s*(\S+)m")
def get_stats_from_log(log):
lenmatch = fr_lengthre.findall(log)