pyCreateTh

This commit is contained in:
Alex38Lyon
2025-06-16 07:37:02 +02:00
parent 231a5a22f3
commit 6882d52675
77 changed files with 43343 additions and 35074 deletions
+10
View File
@@ -0,0 +1,10 @@
set xth(ctrl,cp,datlist) {}
xth_cp_data_tree_insert 1 {} 0 "" "" "length: 0.00m (surface 0.00m, duplicated 0.00m)"
xth_cp_data_tree_create
set xth(ctrl,cp,maplist) {}
xth_cp_map_tree_insert projection 0 p1 {} 0 plan {} {} {}
xth_cp_map_tree_create
xth_cp_comp_stat 0 0
set xth(th_exit_state) 2
set xth(th_exit_number) 1749133569
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB

+76
View File
@@ -0,0 +1,76 @@
encoding utf-8
# Fichier thCongig poour créer un fichier lox de la en UTM30ED50
# Copyright (C) ARSIP 2025 https://www.arsip.fr/
# Auteur : Alexandre Pont <alexandre.pont***@***yahoo.fr>
# Fichiers / Organisation dossiers, d'après Xavier Robert
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
# <http://creativecommons.org/licenses/by-nc-nd/4.0/>
# INTRO
# le signe "#" en début de ligne signifie que la ligne est commentée. Elle ne
# sera donc pas lue lors de la compilation.
# Dans ce fichier on met les specifications generales, à savoir
# dans quel fichier sont les donnees topo, l'aspect que l'on veut
# donner aux topos imprimées (layout) et ce que l'on
# veut comme résultat : map, ou atlas ou 3D ou donnees en format SQL
# Alors, on peut fractionner ce fichier en trois parts:
# - source, pour specifier les fichiers ou sont les données topo/dessin
# - layout, pour specifier la composition du document à imprimer
# - export: map, atlas, etc
# 1-SOURCES
# La ligne source spécifie le fichier ou sont les donnees topo
# jb.th". (Au fichier "jb.th" il faudra avoir une ligne
# "input "nomducavite.th2" pour specifier le fichier ou se trouvent
# les donnees du dessin, comme ça, ce fichier thconfig appellera
# "jb.th" et a leur tour, "jb.th" appellera
# "jb-dessin.th2")
# source Synthese-PSM_LARRA-tot.th
# pour le MNT avec une résolution spaciale de 1" STRM10
source DEM_SRTM30_UTM30_PSM.th
# Add Coordinates
#input Legendes/entrances_coordinates.th
# Add config file
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
# ou imprimer des explications des symboles
# 3-EXPORT
# Export des xvi pour le dessin si besoin
#export map -fmt xvi -layout xviexport -o Data/Complexe_Lonne_Peyret-Bourrugues-map.xvi
#export map -proj extended -layout xviexport -fmt xvi -o Data/Complexe_Lonne_Peyret-Bourrugues-coupe.xvi
# Export des fichiers pdf, plan et coupe.
# ATTENTION, la topo étant énorme, il faut mettre l'option ne traçant pas la centerline !
# export map -projection plan -fmt pdf -layout my_layout -o Outputs/Synthese-PSM_LARRA-Plan.pdf
# export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/GL102_Puits-Coupe.pdf
# Export du fichier 3d pour Loch
cs EPSG:23030 # UTTM30 ED50
export model -enable all -o Surface_PSM_LARRA_UTM30ED50.lox
# Export de la database sql
# export des statistiques de l'ensemble de la cavité
# Attention, les points de départ et d'arrivée de chaque centreline correspondent
# au second point et à l'avant dernier point de la série.
# Export des fichiers ESRI
# Export des fichiers kml
Binary file not shown.
+31
View File
@@ -0,0 +1,31 @@
therion 6.3.3 (2025-01-06)
- using Proj 9.4.1, compiled against 9.4.1
initialization file: C:\Program Files\Therion/therion.ini
reading ... done
configuration file: Surface_PSM_LARRA.thconfig
reading ... done
reading source files ... done
preprocessing database ... done
output coordinate system: EPSG:23030
meridian convergence (deg): -1.5117
scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
processing survey data ... no data.
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
selecting export objects ... done
writing Surface_PSM_LARRA_UTM30ED50.lox ...
processing projection plan ... done
done
writing xtherion file ... done
compilation time: 1 sec
############# CRS transformations chosen by PROJ ###############
Area of Use (AoU): (-0.902, 42.840) (-0.601, 43.050)
[UTM30 → LAT-LONG] AoU: [no] transformation: [Inverse of UTM zone 30N + axis order change (2D)] definition: [proj=pipeline step inv proj=utm zone=30 ellps=WGS84 step proj=unitconvert xy_in=rad xy_out=deg] accuracy: [0.000 m]
[UTM30 → EPSG:23030] AoU: [yes] transformation: [Inverse of UTM zone 30N + Inverse of ED50 to WGS 84 (41) + UTM zone 30N] definition: [proj=pipeline step inv proj=utm zone=30 ellps=WGS84 step inv proj=hgridshift grids=es_ign_SPED2ETV2.tif step proj=utm zone=30 ellps=intl] accuracy: [1.000 m]
[EPSG:4326 → EPSG:23030] AoU: [yes] transformation: [axis order change (2D) + Inverse of ED50 to WGS 84 (41) + UTM zone 30N] definition: [proj=pipeline step proj=unitconvert xy_in=deg xy_out=rad step inv proj=hgridshift grids=es_ign_SPED2ETV2.tif step proj=utm zone=30 ellps=intl] accuracy: [1.000 m]
[EPSG:23030 → EPSG:4326] AoU: [yes] transformation: [Inverse of UTM zone 30N + ED50 to WGS 84 (41) + axis order change (2D)] definition: [proj=pipeline step inv proj=utm zone=30 ellps=intl step proj=hgridshift grids=es_ign_SPED2ETV2.tif step proj=unitconvert xy_in=rad xy_out=deg] accuracy: [1.000 m]
########## end of CRS transformations chosen by PROJ ###########