C4 Amonts

This commit is contained in:
Alex38Lyon
2025-01-06 18:19:41 +01:00
parent 331a949a58
commit ca857d6f4c
43 changed files with 25514 additions and 1690 deletions
@@ -24,14 +24,20 @@ map MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot -title "Complexe_Lonne_Peyret-B
MP-NL31_Squelettes-Plan-tot@NL31_Squelettes
endmap
# map MC-Complexe_Lonne_Peyret-Bourrugues-coupe-tot -title "Complexe_Lonne_Peyret-Bourrugues"
# SC-Complexe_Lonne_Peyret-Bourrugues_01
# break
# SC-Complexe_Lonne_Peyret-Bourrugues_02
# endmap
map MC-GL102_Puits-Coupe-tot -title "GL102 coupe puits"
MC-GL102_Puits@Gouffre_du_Lonne_Peyret
endmap
map MC-B3_Puits-Coupe-tot -title "B3 Bourrugues coupe puits"
MC-B3-Puits-coupe-tot@B3-Bourrugues
endmap
map MC-AP7_Puits-Coupe-tot -title "AP7 coupe puits"
MC-AP7_Puits-coupe-tot@AP7_Arres_Planeres
endmap
@@ -189,6 +189,8 @@ layout my_layout
map-image 4 77 nw ../../Logos/Logo-ARSIP-Synthese-Topographique_XL.png
map-image 25 40 n Outputs/GL102_Puits-Coupe.pdf
map-image 72 45 n Outputs/B3_Puits-Coupe.pdf
map-image 55 30 n Outputs/AP7_Puits-Coupe.pdf
endlayout
@@ -344,26 +346,26 @@ endlayout
select MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
select MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# select MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# 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/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/GL102_Puits-Coupe.pdf
# export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/GL102_Puits-Coupe.pdf
# Export du fichier 3d pour Loch
export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# Export des fichiers ESRI
export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
export model -fmt esri -o Outputs/SHP/ -enc UTF-8
# export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
# export model -fmt esri -o Outputs/SHP/ -enc UTF-8
#export map -proj plan -fmt esri -o Outputs/SHP/therion -layout my_layout -enc ASCII
# Export des fichiers kml
#export map -proj plan -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml -layout layout-kml
#export model -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues-model.kml -enable all
#export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues-3D.kml
export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
# export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
# export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
@@ -0,0 +1,331 @@
encoding utf-8
# Copyright (C) ARSIP 2024 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 Complexe_Lonne_Peyret-Bourrugues-tot.th
# Add Coordinates
#input Legendes/entrances_coordinates.th
# Add config file
input ../../config.thc
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
# ou imprimer des explications des symboles
# Debut de la definition du Layout "xviexport"
layout xviexport
#cs UTM32
# echelle à laquelle on veut dessiner la topo
scale 1 100
#scale 1 1000
# taille de la grille
grid-size 2 2 2 m
# mettre la grille en arrière plan
grid bottom
endlayout
# fin de la définition du layout "xviexport"
#debut de la definition du layout "my_layout"
#debut de la definition du layout "layout-coupe"
layout layout-coupe
## Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
## Call the config settings (Layout config inside the config.thc file)
copy Survey_No_Scrap
copy fonts_2000
copy drawingconfig
#copy header_coupe
copy langue-fr
# copy scalebar_vert-Halama
copy scalebar_vert
# Définition du système de projection du plan
cs UTM30
# La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
# Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 350 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
#grid bottom
grid off
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
#grid-size 250 250 250 m
# la topo est transparente (on peut voir les galeries inférieurs)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
# Couleur de la topographie
#color map-fg [100 100 80]
color map-fg 90
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
#surface bottom
#surface-opacity 100
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "AP7 - Puits - coupe développée - 1:1000"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header -20 110 nw
# arrière plan de la manchette
map-header-bg off
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
# "legend off" = pas de légende
legend off
# Par défaut, la légende est de 14 cm de largeur
legend-width 14 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
map-comment "Massif de la Pierre Saint Martin - Larra"
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
statistics explo-length off
statistics topo-length off
# Afficher un copyright
statistics copyright off
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
# debug scrap-names
#debug station-names
# color map-fg [100 100 80]
# color map-fg altitude
# color-legend off
layers on
overlap 2 cm
code tex-map
\legendcontent={%
\hsize=\legendwidth
\color[0 0 0]\the\legendtextcolor
%\ifnortharrow\vbox to 0pt{\line{\hfil\northarrow}\vss}\fi
%print cave map name
\edef\tmp{\the\cavename}
\ifx\tmp\empty
\else
{\the\legendtextheadersize\hfill\the\cavename\hfill}
\vskip4cm
\fi
%print comment
# {\rightskip=0pt plus 3em\parskip=3bp
# \edef\tmp{\the\comment} \ifx\tmp\empty \else
# {\the\legendtextsize\the\comment} \par\medskip\vskip1cm
# \fi}
%print scalebar
\ifscalebar\scalebar\vskip1cm\fi
{
%print the coordinates of the entrance. It is associated with the entrances_coordinates.th file
# \edef\tmp{\the\ECoordinates} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thcoords: \ss\the\ECoordinates\par}
# \vskip0.5cm
# \fi
%print cavelength and depth
# \everypar{\hangindent=2em\hangafter=1}
# \edef\tmp{\the\cavelength} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavelengthtitle: \ss\the\cavelength\par}
# \fi
# \edef\tmp{\the\cavedepth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavedepthtitle: \ss\the\cavedepth\par}
# \fi
% end bruces addition
%print explorers names
# \edef\tmp{\the\exploteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\explotitle: \ss\the\exploteam\quad\si\the\explodate\par}
# \fi
%print surveyors names
# \edef\tmp{\the\topoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\topotitle: \ss\the\topoteam\quad\si\the\topodate\par}
# \fi
%%print the guides
# \edef\tmp{\the\guide} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thguide: \ss\the\guide\par}
# \fi
%print cartographers names
# \edef\tmp{\the\cartoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cartotitle: \ss\the\cartoteam\quad\si\the\cartodate\par}
# \fi
%print synthesys name !!! !!! with newtoks\synth \synth={Synth Name} in the thconfig
# \edef\tmp{\the\synth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thsynth: \ss\the\synth\par}
# \fi
%print the club
# \edef\tmp{\the\club} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thclub: \ss\the\club\par}
# \fi
%%print the expedition
# \edef\tmp{\the\expe} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thexpe: \ss\the\expe\par}
# \fi
%%print the web page
# \edef\tmp{\the\wpage} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thwpage: \ss\the\wpage\par}
# \fi
%%print the survey's data web page
# \edef\tmp{\the\datat} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thdatat: \ss\the\datat\par}
# \fi
# % start bruces addition (compilation version and date modified to use built-in 5.3.15 variables)
# \edef\tmp{\the\thversion} \ifx\tmp\empty \else %only write version and date if version is not emplty
# {\the\legendtextsize\si\the\thversiontitleA: \ss\the\thversiontitleB \ss\the\thversion}
# % \fi
# % \edef\tmp{\the\currentdate} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\datetitle \ss\the\currentdate\par}
# \fi
# % end bruces addition
%print copyrights
# \edef\tmp{\the\copyrights} \ifx\tmp\empty \else
# {\the\legendtextsize\ss\the\copyrights\par}
# \fi
# \edef\tmp{\the\thanksto} \ifx\tmp\empty \else
# \bigskip
# {\the\legendtextsize\si\the\ththanksto: \ss\the\thanksto\par}
# %\def\ththankstotitle{Nos remerciements : }
# %{\everypar{\hangindent=7.2em\hangafter=1}
# %\size[\thsizem]\si\ththankstotitle \ss\ththanksto\par}
# \fi
}
\formattedlegend
\color[0 0 0]
}
# endcode
# Modification du Titre de la topo
# code tex-map
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
% ie Therion can not infer a unique title from the input data given.
% This code allows you to define an output map title {cavename} if it happens to be empty
# \edef\temp{\the\cavename} % cavename from Therion
# \edef\nostring{} % empty string
# \ifx\temp\nostring % test if cavename is empty
# % if empty
# reassign cavename to describe selected maps as a group
# \else % if not empty keep the value set by therion, or assign an override cavename here
# \fi
\cavename={Coupe puits AP7 - Arres Planères}
%\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
%\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
%\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
endlayout
# Fin de la definition du Layout "normal"
layout layout-kml
# Définition du système de projection du plan
cs EPSG:2154
# Couleur de la topographie
# Rouge-Orange = 255,69,0 -->
# Orange = 255,165,0 -->
# Orange Sombre = 255,140,0 -->
# Bleu --> 0, 0 255
color map-fg [0 0 100]
endlayout
# 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
# select MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
select MC-AP7_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# 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/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/AP7_Puits-Coupe.pdf
# Export du fichier 3d pour Loch
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# Export des fichiers ESRI
# export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
# export model -fmt esri -o Outputs/SHP/ -enc UTF-8
#export map -proj plan -fmt esri -o Outputs/SHP/therion -layout my_layout -enc ASCII
# Export des fichiers kml
#export map -proj plan -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml -layout layout-kml
#export model -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues-model.kml -enable all
#export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues-3D.kml
# export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
# export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
@@ -0,0 +1,332 @@
encoding utf-8
# Copyright (C) ARSIP 2024 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 Complexe_Lonne_Peyret-Bourrugues-tot.th
# Add Coordinates
#input Legendes/entrances_coordinates.th
# Add config file
input ../../config.thc
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
# ou imprimer des explications des symboles
# Debut de la definition du Layout "xviexport"
layout xviexport
#cs UTM32
# echelle à laquelle on veut dessiner la topo
scale 1 100
#scale 1 1000
# taille de la grille
grid-size 2 2 2 m
# mettre la grille en arrière plan
grid bottom
endlayout
# fin de la définition du layout "xviexport"
#debut de la definition du layout "my_layout"
#debut de la definition du layout "layout-coupe"
layout layout-coupe
## Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
## Call the config settings (Layout config inside the config.thc file)
copy Survey_No_Scrap
copy fonts_2000
copy drawingconfig
#copy header_coupe
copy langue-fr
# copy scalebar_vert-Halama
copy scalebar_vert
# Définition du système de projection du plan
cs UTM30
# La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
# Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 260 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
#grid bottom
grid off
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
#grid-size 250 250 250 m
# la topo est transparente (on peut voir les galeries inférieurs)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
# Couleur de la topographie
#color map-fg [100 100 80]
color map-fg 90
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
#surface bottom
#surface-opacity 100
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "B3 - Puits - coupe développée - 1:1000"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header -20 110 nw
# arrière plan de la manchette
map-header-bg off
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
# "legend off" = pas de légende
legend off
# Par défaut, la légende est de 14 cm de largeur
legend-width 14 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
map-comment "Massif de la Pierre Saint Martin - Larra"
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
statistics explo-length off
statistics topo-length off
# Afficher un copyright
statistics copyright off
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
# debug scrap-names
#debug station-names
# color map-fg [100 100 80]
# color map-fg altitude
# color-legend off
layers on
overlap 2 cm
code tex-map
\legendcontent={%
\hsize=\legendwidth
\color[0 0 0]\the\legendtextcolor
%\ifnortharrow\vbox to 0pt{\line{\hfil\northarrow}\vss}\fi
%print cave map name
\edef\tmp{\the\cavename}
\ifx\tmp\empty
\else
{\the\legendtextheadersize\hfill\the\cavename\hfill}
\vskip4cm
\fi
%print comment
# {\rightskip=0pt plus 3em\parskip=3bp
# \edef\tmp{\the\comment} \ifx\tmp\empty \else
# {\the\legendtextsize\the\comment} \par\medskip\vskip1cm
# \fi}
%print scalebar
\ifscalebar\scalebar\vskip1cm\fi
{
%print the coordinates of the entrance. It is associated with the entrances_coordinates.th file
# \edef\tmp{\the\ECoordinates} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thcoords: \ss\the\ECoordinates\par}
# \vskip0.5cm
# \fi
%print cavelength and depth
# \everypar{\hangindent=2em\hangafter=1}
# \edef\tmp{\the\cavelength} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavelengthtitle: \ss\the\cavelength\par}
# \fi
# \edef\tmp{\the\cavedepth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavedepthtitle: \ss\the\cavedepth\par}
# \fi
% end bruces addition
%print explorers names
# \edef\tmp{\the\exploteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\explotitle: \ss\the\exploteam\quad\si\the\explodate\par}
# \fi
%print surveyors names
# \edef\tmp{\the\topoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\topotitle: \ss\the\topoteam\quad\si\the\topodate\par}
# \fi
# %%print the guides
# \edef\tmp{\the\guide} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thguide: \ss\the\guide\par}
# \fi
%print cartographers names
# \edef\tmp{\the\cartoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cartotitle: \ss\the\cartoteam\quad\si\the\cartodate\par}
# \fi
%print synthesys name !!! !!! with newtoks\synth \synth={Synth Name} in the thconfig
# \edef\tmp{\the\synth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thsynth: \ss\the\synth\par}
# \fi
%print the club
# \edef\tmp{\the\club} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thclub: \ss\the\club\par}
# \fi
%%print the expedition
# \edef\tmp{\the\expe} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thexpe: \ss\the\expe\par}
# \fi
%%print the web page
# \edef\tmp{\the\wpage} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thwpage: \ss\the\wpage\par}
# \fi
%%print the survey's data web page
# \edef\tmp{\the\datat} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thdatat: \ss\the\datat\par}
# \fi
# % start bruces addition (compilation version and date modified to use built-in 5.3.15 variables)
# \edef\tmp{\the\thversion} \ifx\tmp\empty \else %only write version and date if version is not emplty
# {\the\legendtextsize\si\the\thversiontitleA: \ss\the\thversiontitleB \ss\the\thversion}
# % \fi
# % \edef\tmp{\the\currentdate} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\datetitle \ss\the\currentdate\par}
# \fi
# % end bruces addition
%print copyrights
# \edef\tmp{\the\copyrights} \ifx\tmp\empty \else
# {\the\legendtextsize\ss\the\copyrights\par}
# \fi
# \edef\tmp{\the\thanksto} \ifx\tmp\empty \else
# \bigskip
# {\the\legendtextsize\si\the\ththanksto: \ss\the\thanksto\par}
# %\def\ththankstotitle{Nos remerciements : }
# %{\everypar{\hangindent=7.2em\hangafter=1}
# %\size[\thsizem]\si\ththankstotitle \ss\ththanksto\par}
# \fi
}
\formattedlegend
\color[0 0 0]
}
# endcode
# Modification du Titre de la topo
# code tex-map
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
% ie Therion can not infer a unique title from the input data given.
% This code allows you to define an output map title {cavename} if it happens to be empty
# \edef\temp{\the\cavename} % cavename from Therion
# \edef\nostring{} % empty string
# \ifx\temp\nostring % test if cavename is empty
# % if empty
# reassign cavename to describe selected maps as a group
# \else % if not empty keep the value set by therion, or assign an override cavename here
# \fi
\cavename={Coupe puits B3 - Bourrugues}
%\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
%\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
%\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
endlayout
# Fin de la definition du Layout "normal"
layout layout-kml
# Définition du système de projection du plan
cs EPSG:2154
# Couleur de la topographie
# Rouge-Orange = 255,69,0 -->
# Orange = 255,165,0 -->
# Orange Sombre = 255,140,0 -->
# Bleu --> 0, 0 255
color map-fg [0 0 100]
endlayout
# 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
# select MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
# select MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# 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/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf
select MC-B3_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/B3_Puits-Coupe.pdf
# Export du fichier 3d pour Loch
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# Export des fichiers ESRI
# export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
# export model -fmt esri -o Outputs/SHP/ -enc UTF-8
#export map -proj plan -fmt esri -o Outputs/SHP/therion -layout my_layout -enc ASCII
# Export des fichiers kml
#export map -proj plan -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml -layout layout-kml
#export model -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues-model.kml -enable all
#export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues-3D.kml
# export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
# export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
@@ -0,0 +1,331 @@
encoding utf-8
# Copyright (C) ARSIP 2024 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 Complexe_Lonne_Peyret-Bourrugues-tot.th
# Add Coordinates
#input Legendes/entrances_coordinates.th
# Add config file
input ../../config.thc
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
# ou imprimer des explications des symboles
# Debut de la definition du Layout "xviexport"
layout xviexport
#cs UTM32
# echelle à laquelle on veut dessiner la topo
scale 1 100
#scale 1 1000
# taille de la grille
grid-size 2 2 2 m
# mettre la grille en arrière plan
grid bottom
endlayout
# fin de la définition du layout "xviexport"
#debut de la definition du layout "my_layout"
#debut de la definition du layout "layout-coupe"
layout layout-coupe
## Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
## Call the config settings (Layout config inside the config.thc file)
copy Survey_No_Scrap
copy fonts_2000
copy drawingconfig
#copy header_coupe
copy langue-fr
# copy scalebar_vert-Halama
copy scalebar_vert
# Définition du système de projection du plan
cs UTM30
# La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
# Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 350 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
#grid bottom
grid off
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
#grid-size 250 250 250 m
# la topo est transparente (on peut voir les galeries inférieurs)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
# Couleur de la topographie
#color map-fg [100 100 80]
color map-fg 90
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
#surface bottom
#surface-opacity 100
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "GL102 - Puits - coupe développée - 1:250"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header -20 110 nw
# arrière plan de la manchette
map-header-bg off
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
# "legend off" = pas de légende
legend off
# Par défaut, la légende est de 14 cm de largeur
legend-width 14 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
map-comment "Massif de la Pierre Saint Martin - Larra"
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
statistics explo-length off
statistics topo-length off
# Afficher un copyright
statistics copyright off
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
# debug scrap-names
#debug station-names
# color map-fg [100 100 80]
# color map-fg altitude
# color-legend off
layers on
overlap 2 cm
code tex-map
\legendcontent={%
\hsize=\legendwidth
\color[0 0 0]\the\legendtextcolor
%\ifnortharrow\vbox to 0pt{\line{\hfil\northarrow}\vss}\fi
%print cave map name
\edef\tmp{\the\cavename}
\ifx\tmp\empty
\else
{\the\legendtextheadersize\hfill\the\cavename\hfill}
\vskip4cm
\fi
%print comment
# {\rightskip=0pt plus 3em\parskip=3bp
# \edef\tmp{\the\comment} \ifx\tmp\empty \else
# {\the\legendtextsize\the\comment} \par\medskip\vskip1cm
# \fi}
%print scalebar
\ifscalebar\scalebar\vskip1cm\fi
{
%print the coordinates of the entrance. It is associated with the entrances_coordinates.th file
# \edef\tmp{\the\ECoordinates} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thcoords: \ss\the\ECoordinates\par}
# \vskip0.5cm
# \fi
%print cavelength and depth
# \everypar{\hangindent=2em\hangafter=1}
# \edef\tmp{\the\cavelength} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavelengthtitle: \ss\the\cavelength\par}
# \fi
# \edef\tmp{\the\cavedepth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavedepthtitle: \ss\the\cavedepth\par}
# \fi
% end bruces addition
%print explorers names
# \edef\tmp{\the\exploteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\explotitle: \ss\the\exploteam\quad\si\the\explodate\par}
# \fi
%print surveyors names
# \edef\tmp{\the\topoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\topotitle: \ss\the\topoteam\quad\si\the\topodate\par}
# \fi
%%print the guides
# \edef\tmp{\the\guide} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thguide: \ss\the\guide\par}
# \fi
%print cartographers names
# \edef\tmp{\the\cartoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cartotitle: \ss\the\cartoteam\quad\si\the\cartodate\par}
# \fi
%print synthesys name !!! !!! with newtoks\synth \synth={Synth Name} in the thconfig
# \edef\tmp{\the\synth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thsynth: \ss\the\synth\par}
# \fi
%print the club
# \edef\tmp{\the\club} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thclub: \ss\the\club\par}
# \fi
%%print the expedition
# \edef\tmp{\the\expe} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thexpe: \ss\the\expe\par}
# \fi
%%print the web page
# \edef\tmp{\the\wpage} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thwpage: \ss\the\wpage\par}
# \fi
%%print the survey's data web page
# \edef\tmp{\the\datat} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thdatat: \ss\the\datat\par}
# \fi
# % start bruces addition (compilation version and date modified to use built-in 5.3.15 variables)
# \edef\tmp{\the\thversion} \ifx\tmp\empty \else %only write version and date if version is not emplty
# {\the\legendtextsize\si\the\thversiontitleA: \ss\the\thversiontitleB \ss\the\thversion}
# % \fi
# % \edef\tmp{\the\currentdate} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\datetitle \ss\the\currentdate\par}
# \fi
# % end bruces addition
%print copyrights
# \edef\tmp{\the\copyrights} \ifx\tmp\empty \else
# {\the\legendtextsize\ss\the\copyrights\par}
# \fi
# \edef\tmp{\the\thanksto} \ifx\tmp\empty \else
# \bigskip
# {\the\legendtextsize\si\the\ththanksto: \ss\the\thanksto\par}
# %\def\ththankstotitle{Nos remerciements : }
# %{\everypar{\hangindent=7.2em\hangafter=1}
# %\size[\thsizem]\si\ththankstotitle \ss\ththanksto\par}
# \fi
}
\formattedlegend
\color[0 0 0]
}
# endcode
# Modification du Titre de la topo
# code tex-map
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
% ie Therion can not infer a unique title from the input data given.
% This code allows you to define an output map title {cavename} if it happens to be empty
# \edef\temp{\the\cavename} % cavename from Therion
# \edef\nostring{} % empty string
# \ifx\temp\nostring % test if cavename is empty
# % if empty
# reassign cavename to describe selected maps as a group
# \else % if not empty keep the value set by therion, or assign an override cavename here
# \fi
\cavename={Coupe puits GL102 - Lonné Peyret}
%\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
%\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
%\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
endlayout
# Fin de la definition du Layout "normal"
layout layout-kml
# Définition du système de projection du plan
cs EPSG:2154
# Couleur de la topographie
# Rouge-Orange = 255,69,0 -->
# Orange = 255,165,0 -->
# Orange Sombre = 255,140,0 -->
# Bleu --> 0, 0 255
color map-fg [0 0 100]
endlayout
# 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
# select MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
select MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# 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/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/GL102_Puits-Coupe.pdf
# Export du fichier 3d pour Loch
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# Export des fichiers ESRI
# export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
# export model -fmt esri -o Outputs/SHP/ -enc UTF-8
#export map -proj plan -fmt esri -o Outputs/SHP/therion -layout my_layout -enc ASCII
# Export des fichiers kml
#export map -proj plan -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml -layout layout-kml
#export model -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues-model.kml -enable all
#export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues-3D.kml
# export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
# export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
@@ -6,7 +6,7 @@ encoding utf-8
# This work is under the Creative Commons Attribution-NonCommercial-NoDerivatives License:
# <http://creativecommons.org/licenses/by-nc-nd/4.0/>
map MP-AP7_Arres_Planeres-plan-tot -title "AP7_Arres_Planeres"
map MP-AP7_Arres_Planeres-plan-tot -title "AP7 Arres Planères"
MP-AP7_Entree-Plan-tot@AP7_Entree [180 -40 m] above # below
break
MP-AP7_Aval-Plan-tot@AP7_Aval
@@ -15,7 +15,7 @@ map MP-AP7_Arres_Planeres-plan-tot -title "AP7_Arres_Planeres"
break
endmap
map MC-AP7_Arres_Planeres-coupe-tot -title "AP7_Arres_Planeres"
map MC-AP7_Arres_Planeres-coupe-tot -title "AP7 Arres Planères"
MC-AP7_Entree-Extended-tot@AP7_Entree
break
MC-AP7_Aval-Extended-tot@AP7_Aval
@@ -23,3 +23,9 @@ map MC-AP7_Arres_Planeres-coupe-tot -title "AP7_Arres_Planeres"
MC-AP7_Amonts-Extended-tot@AP7_Amonts
break
endmap
map MC-AP7_Puits-coupe-tot -title "AP7 Arres Planères"
MC-AP7_Puits@AP7_Entree
# break
# SC-B3-Bourrugues_02
endmap
@@ -36,4 +36,9 @@ map MC-AP7_Entree-Extended-tot -title "AP7_Entree"
break
endmap
map MC-AP7_Puits -title "AP7_Entree"
SC-AP7_Entree_01
break
SC-AP7_Entree_02
break
endmap
@@ -3,152 +3,152 @@ set XVIstations {
{ -913.14 1276.89 AP_7}
{ -913.14 1276.89 AP0d}
{ -913.14 1276.89 AP_7}
{ -872.88 1190.54 AP1}
{ -872.88 1190.54 AP1}
{ -872.88 1190.51 AP1}
{ -872.88 1190.51 AP1}
{ -861.17 1193.03 AP2}
{ -861.17 1193.03 AP2}
{ -849.76 1159.90 AP3}
{ -849.76 1159.90 AP3}
{ -849.76 943.68 AP4}
{ -849.76 943.68 AP4}
{ -788.53 784.16 AP5}
{ -788.53 784.16 AP5}
{ -849.76 1159.88 AP3}
{ -849.76 1159.88 AP3}
{ -849.76 943.66 AP4}
{ -849.76 943.66 AP4}
{ -788.53 784.13 AP5}
{ -788.53 784.13 AP5}
{ -765.78 782.17 AP6}
{ -765.78 782.17 AP6}
{ -765.78 735.17 AP7}
{ -765.78 735.17 AP7}
{ -752.72 741.26 AP8}
{ -752.72 741.26 AP8}
{ -752.72 633.38 AP9}
{ -752.72 633.38 AP9}
{ -716.33 599.44 AP10}
{ -716.33 599.44 AP10}
{ -716.33 527.00 AP11}
{ -716.33 527.00 AP11}
{ -695.44 508.19 AP12}
{ -695.44 508.19 AP12}
{ -687.37 507.35 AP13}
{ -687.37 507.35 AP13}
{ -687.37 427.98 AP14}
{ -687.37 427.98 AP14}
{ -678.25 427.50 AP15}
{ -678.25 427.50 AP15}
{ -645.90 358.13 AP16}
{ -645.90 358.13 AP16}
{ -645.90 321.44 AP17}
{ -645.90 321.44 AP17}
{ -607.92 292.82 AP18}
{ -607.92 292.82 AP18}
{ -607.92 238.57 AP19}
{ -607.92 238.57 AP19}
{ -568.16 174.93 AP20}
{ -568.16 174.93 AP20}
{ -568.16 96.98 AP21}
{ -568.16 96.98 AP21}
{ -551.67 93.47 AP22}
{ -551.67 93.47 AP22}
{ -538.96 70.54 AP23}
{ -538.96 70.54 AP23}
{ -523.59 32.50 AP24}
{ -523.59 32.50 AP24}
{ -523.59 -43.72 AP25}
{ -523.59 -43.72 AP25}
{ -765.78 735.16 AP7}
{ -765.78 735.16 AP7}
{ -752.72 741.22 AP8}
{ -752.72 741.22 AP8}
{ -752.72 633.35 AP9}
{ -752.72 633.35 AP9}
{ -716.33 599.41 AP10}
{ -716.33 599.41 AP10}
{ -716.33 526.97 AP11}
{ -716.33 526.97 AP11}
{ -695.44 508.23 AP12}
{ -695.44 508.23 AP12}
{ -687.37 507.36 AP13}
{ -687.37 507.36 AP13}
{ -687.37 427.99 AP14}
{ -687.37 427.99 AP14}
{ -678.25 427.52 AP15}
{ -678.25 427.52 AP15}
{ -645.90 358.15 AP16}
{ -645.90 358.15 AP16}
{ -645.90 321.46 AP17}
{ -645.90 321.46 AP17}
{ -607.92 292.80 AP18}
{ -607.92 292.80 AP18}
{ -607.92 238.54 AP19}
{ -607.92 238.54 AP19}
{ -568.16 174.92 AP20}
{ -568.16 174.92 AP20}
{ -568.16 96.97 AP21}
{ -568.16 96.97 AP21}
{ -551.67 93.50 AP22}
{ -551.67 93.50 AP22}
{ -538.96 70.51 AP23}
{ -538.96 70.51 AP23}
{ -523.59 32.48 AP24}
{ -523.59 32.48 AP24}
{ -523.59 -43.74 AP25}
{ -523.59 -43.74 AP25}
{ -511.98 -51.85 AP26}
{ -511.98 -51.85 AP26}
{ -486.69 -87.97 AP27}
{ -486.69 -87.97 AP27}
{ -486.69 -303.71 AP28}
{ -486.69 -303.71 AP28}
{ -447.87 -312.68 AP29}
{ -447.87 -312.68 AP29}
{ -447.87 -378.19 AP30}
{ -447.87 -378.19 AP30}
{ -427.09 -373.01 AP31}
{ -427.09 -373.01 AP31}
{ -409.73 -383.86 AP32}
{ -409.73 -383.86 AP32}
{ -379.55 -414.03 AP33}
{ -379.55 -414.03 AP33}
{ -361.05 -414.03 AP34}
{ -361.05 -414.03 AP34}
{ -361.05 -467.10 AP35}
{ -361.05 -467.10 AP35}
{ -341.73 -473.38 AP36}
{ -341.73 -473.38 AP36}
{ -331.24 -495.86 AP37}
{ -331.24 -495.86 AP37}
{ -486.69 -87.99 AP27}
{ -486.69 -87.99 AP27}
{ -486.69 -303.74 AP28}
{ -486.69 -303.74 AP28}
{ -447.87 -312.72 AP29}
{ -447.87 -312.72 AP29}
{ -447.87 -378.23 AP30}
{ -447.87 -378.23 AP30}
{ -427.09 -373.03 AP31}
{ -427.09 -373.03 AP31}
{ -409.73 -383.90 AP32}
{ -409.73 -383.90 AP32}
{ -379.55 -414.06 AP33}
{ -379.55 -414.06 AP33}
{ -361.05 -414.06 AP34}
{ -361.05 -414.06 AP34}
{ -361.05 -467.13 AP35}
{ -361.05 -467.13 AP35}
{ -341.73 -473.43 AP36}
{ -341.73 -473.43 AP36}
{ -331.24 -495.87 AP37}
{ -331.24 -495.87 AP37}
{ -286.68 -495.08 AP38}
{ -286.68 -495.08 AP38}
{ -272.61 -498.85 AP39}
{ -272.61 -498.85 AP39}
{ -272.61 -498.86 AP39}
{ -272.61 -498.86 AP39}
{ -272.61 -552.40 AP40}
{ -272.61 -552.40 AP40}
{ -239.71 -552.97 AP41}
{ -239.71 -552.97 AP41}
{ -233.50 -551.19 AP42}
{ -233.50 -551.19 AP42}
{ -217.54 -626.29 AP43}
{ -217.54 -626.29 AP43}
{ -239.71 -552.95 AP41}
{ -239.71 -552.95 AP41}
{ -233.50 -551.22 AP42}
{ -233.50 -551.22 AP42}
{ -217.54 -626.26 AP43}
{ -217.54 -626.26 AP43}
{ -184.71 -651.93 AP44}
{ -184.71 -651.93 AP44}
{ -184.71 -692.17 AP45}
{ -184.71 -692.17 AP45}
{ -166.99 -693.72 AP46}
{ -166.99 -693.72 AP46}
{ -133.91 -707.08 AP47}
{ -133.91 -707.08 AP47}
{ -133.91 -674.01 AP48}
{ -133.91 -674.01 AP48}
{ -102.64 -680.66 AP49}
{ -102.64 -680.66 AP49}
{ -52.26 -731.04 AP50}
{ -52.26 -731.04 AP50}
{ -23.91 -748.08 AP51}
{ -23.91 -748.08 AP51}
{ -23.91 -769.34 AP52}
{ -23.91 -769.34 AP52}
{ -166.99 -693.74 AP46}
{ -166.99 -693.74 AP46}
{ -133.91 -707.05 AP47}
{ -133.91 -707.05 AP47}
{ -133.91 -673.98 AP48}
{ -133.91 -673.98 AP48}
{ -102.64 -680.67 AP49}
{ -102.64 -680.67 AP49}
{ -52.26 -731.06 AP50}
{ -52.26 -731.06 AP50}
{ -23.91 -748.07 AP51}
{ -23.91 -748.07 AP51}
{ -23.91 -769.33 AP52}
{ -23.91 -769.33 AP52}
{ -10.60 -769.57 AP53}
{ -10.60 -769.57 AP53}
{ -10.60 -778.86 AP54}
{ -10.60 -778.86 AP54}
{ 5.48 -794.39 AP55}
{ 5.48 -794.39 AP55}
{ 5.48 -819.98 AP56}
{ 5.48 -819.98 AP56}
{ 33.98 -826.04 AP57}
{ 33.98 -826.04 AP57}
{ 49.46 -834.98 AP58}
{ 49.46 -834.98 AP58}
{ 81.11 -875.50 AP59}
{ 81.11 -875.50 AP59}
{ 108.99 -952.08 AP60}
{ 108.99 -952.08 AP60}
{ 128.17 -968.17 AP61}
{ 128.17 -968.17 AP61}
{ 156.56 -1021.57 AP62}
{ 156.56 -1021.57 AP62}
{ 180.58 -1018.19 AP63}
{ 180.58 -1018.19 AP63}
{ 195.98 -1065.59 AP64}
{ 195.98 -1065.59 AP64}
{ 207.57 -1070.52 AP65}
{ 207.57 -1070.52 AP65}
{ 207.57 -1153.51 AP66}
{ 207.57 -1153.51 AP66}
{ 244.48 -1249.66 GN34}
{ 207.57 -1070.52 AP65}
{ 211.89 -1062.73 L01}
{ 211.89 -1062.73 L01}
{ 232.07 -1068.90 L02}
{ 232.07 -1068.90 L02}
{ 250.84 -1060.15 L03}
{ 250.84 -1060.15 L03}
{ 256.03 -1071.29 L04}
{ 256.03 -1071.29 L04}
{ 314.44 -1164.77 L05}
{ 314.44 -1164.77 L05}
{ 340.30 -1157.84 L05A}
{ 314.44 -1164.77 L05}
{ 5.48 -794.37 AP55}
{ 5.48 -794.37 AP55}
{ 5.48 -819.96 AP56}
{ 5.48 -819.96 AP56}
{ 33.98 -826.02 AP57}
{ 33.98 -826.02 AP57}
{ 49.46 -835.00 AP58}
{ 49.46 -835.00 AP58}
{ 81.11 -875.47 AP59}
{ 81.11 -875.47 AP59}
{ 108.99 -952.09 AP60}
{ 108.99 -952.09 AP60}
{ 128.17 -968.15 AP61}
{ 128.17 -968.15 AP61}
{ 156.56 -1021.54 AP62}
{ 156.56 -1021.54 AP62}
{ 180.58 -1018.23 AP63}
{ 180.58 -1018.23 AP63}
{ 195.98 -1065.63 AP64}
{ 195.98 -1065.63 AP64}
{ 207.57 -1070.51 AP65}
{ 207.57 -1070.51 AP65}
{ 207.57 -1153.50 AP66}
{ 207.57 -1153.50 AP66}
{ 244.48 -1249.65 GN34}
{ 207.57 -1070.51 AP65}
{ 211.89 -1062.72 L01}
{ 211.89 -1062.72 L01}
{ 232.07 -1068.94 L02}
{ 232.07 -1068.94 L02}
{ 250.84 -1060.12 L03}
{ 250.84 -1060.12 L03}
{ 256.03 -1071.30 L04}
{ 256.03 -1071.30 L04}
{ 314.44 -1164.76 L05}
{ 314.44 -1164.76 L05}
{ 340.30 -1157.83 L05A}
{ 314.44 -1164.76 L05}
{ 314.44 -1170.28 L06}
{ 314.44 -1170.28 L06}
{ 314.44 -1209.65 L07}
@@ -159,124 +159,124 @@ set XVIstations {
{ 325.60 -1258.62 L09}
{ 325.60 -1258.62 L09d}
{ 325.60 -1258.62 L09}
{ 350.39 -1265.27 L10}
{ 350.39 -1265.27 L10}
{ 416.77 -1265.27 L11}
{ 416.77 -1265.27 L11}
{ 429.72 -1260.55 L12}
{ 429.72 -1260.55 L12}
{ 488.63 -1264.67 L13}
{ 488.63 -1264.67 L13}
{ 553.74 -1270.37 L14}
{ 553.74 -1270.37 L14}
{ 350.39 -1265.24 L10}
{ 350.39 -1265.24 L10}
{ 416.77 -1265.24 L11}
{ 416.77 -1265.24 L11}
{ 429.72 -1260.59 L12}
{ 429.72 -1260.59 L12}
{ 488.63 -1264.69 L13}
{ 488.63 -1264.69 L13}
{ 553.74 -1270.35 L14}
{ 553.74 -1270.35 L14}
{ 606.88 -1276.89 L15}
{ 606.88 -1276.89 L15}
{ 627.44 -1272.90 L16}
{ 627.44 -1272.90 L16}
{ 728.07 -1272.90 L17}
{ 728.07 -1272.90 L17}
{ 756.02 -1272.90 L18}
{ 756.02 -1272.90 L18}
{ 809.72 -1272.90 L18A}
{ 756.02 -1272.90 L18}
{ 793.33 -1270.29 L19}
{ 793.33 -1270.29 L19}
{ 843.85 -1274.71 L20}
{ 843.85 -1274.71 L20}
{ 913.14 -1274.71 L21}
{ 627.44 -1272.87 L16}
{ 627.44 -1272.87 L16}
{ 728.07 -1272.87 L17}
{ 728.07 -1272.87 L17}
{ 756.02 -1272.87 L18}
{ 756.02 -1272.87 L18}
{ 809.72 -1272.87 L18A}
{ 756.02 -1272.87 L18}
{ 793.33 -1270.28 L19}
{ 793.33 -1270.28 L19}
{ 843.85 -1274.69 L20}
{ 843.85 -1274.69 L20}
{ 913.14 -1274.69 L21}
}
set XVIshots {
{ -913.14 1276.89 -913.14 1276.89 -913.14 1276.89 -913.14 1276.89 -913.14 1276.89 -913.14 1276.89}
{ -913.14 1276.89 -872.88 1190.54 -913.14 1276.89 -872.88 1190.54 -872.88 1186.61 -913.14 1276.89}
{ -872.88 1190.54 -861.17 1193.03 -872.88 1190.54 -861.17 1193.03 -861.17 1193.03 -872.88 1186.61}
{ -861.17 1193.03 -849.76 1159.90 -861.17 1193.03 -849.76 1159.90 -849.76 1159.90 -861.17 1193.03}
{ -849.76 1159.90 -849.76 943.68 -849.76 1159.90 -849.76 943.68 -849.76 943.68 -849.76 1159.90}
{ -849.76 943.68 -788.53 784.16 -849.76 943.68 -788.53 784.16 -788.53 784.16 -849.76 943.68}
{ -788.53 784.16 -765.78 782.17 -788.53 784.16 -765.78 782.17 -765.78 782.17 -788.53 784.16}
{ -765.78 782.17 -765.78 735.17 -765.78 782.17 -765.78 735.17 -765.78 735.17 -765.78 782.17}
{ -765.78 735.17 -752.72 741.26 -765.78 735.17 -752.72 741.26 -752.72 741.26 -765.78 735.17}
{ -752.72 741.26 -752.72 633.38 -752.72 741.26 -752.72 633.38 -752.72 633.38 -752.72 741.26}
{ -752.72 633.38 -716.33 599.44 -752.72 633.38 -716.33 599.44 -716.33 599.44 -752.72 633.38}
{ -716.33 599.44 -716.33 527.00 -716.33 599.44 -716.33 527.00 -716.33 527.00 -716.33 599.44}
{ -716.33 527.00 -695.44 508.19 -716.33 527.00 -695.44 508.19 -695.44 508.19 -716.33 527.00}
{ -695.44 508.19 -687.37 507.35 -695.44 508.19 -687.37 507.35 -687.37 507.35 -695.44 508.19}
{ -687.37 507.35 -687.37 427.98 -687.37 507.35 -687.37 427.98 -687.37 427.98 -687.37 507.35}
{ -687.37 427.98 -678.25 427.50 -687.37 427.98 -678.25 427.50 -678.25 427.50 -687.37 427.98}
{ -678.25 427.50 -645.90 358.13 -678.25 427.50 -645.90 358.13 -645.90 358.13 -678.25 427.50}
{ -645.90 358.13 -645.90 321.44 -645.90 358.13 -645.90 321.44 -645.90 321.44 -645.90 358.13}
{ -645.90 321.44 -607.92 292.82 -645.90 321.44 -607.92 292.82 -607.92 292.82 -645.90 321.44}
{ -607.92 292.82 -607.92 238.57 -607.92 292.82 -607.92 238.57 -607.92 238.57 -607.92 292.82}
{ -607.92 238.57 -568.16 174.93 -607.92 238.57 -568.16 174.93 -568.16 174.93 -607.92 238.57}
{ -568.16 174.93 -568.16 96.98 -568.16 174.93 -568.16 96.98 -568.16 96.98 -568.16 174.93}
{ -568.16 96.98 -551.67 93.47 -568.16 96.98 -551.67 93.47 -551.67 93.47 -568.16 96.98}
{ -551.67 93.47 -538.96 70.54 -551.67 93.47 -538.96 70.54 -538.96 54.79 -551.67 93.47}
{ -538.96 70.54 -523.59 32.50 -538.96 70.54 -523.59 32.50 -523.59 32.50 -553.56 64.64}
{ -523.59 32.50 -523.59 -43.72 -523.59 32.50 -523.59 -43.72 -523.59 -43.72 -523.59 32.50}
{ -523.59 -43.72 -511.98 -51.85 -523.59 -43.72 -511.98 -51.85 -511.98 -51.85 -523.59 -43.72}
{ -511.98 -51.85 -486.69 -87.97 -511.98 -51.85 -486.69 -87.97 -486.69 -87.97 -511.98 -51.85}
{ -486.69 -87.97 -486.69 -303.71 -486.69 -87.97 -486.69 -303.71 -486.69 -303.71 -486.69 -87.97}
{ -486.69 -303.71 -447.87 -312.68 -486.69 -303.71 -447.87 -312.68 -447.87 -312.68 -486.69 -303.71}
{ -447.87 -312.68 -447.87 -378.19 -447.87 -312.68 -447.87 -378.19 -447.87 -378.19 -447.87 -312.68}
{ -447.87 -378.19 -427.09 -373.01 -447.87 -378.19 -427.09 -350.49 -427.09 -387.10 -447.87 -378.19}
{ -427.09 -373.01 -409.73 -383.86 -427.09 -350.49 -409.73 -383.86 -409.73 -383.86 -427.09 -387.10}
{ -409.73 -383.86 -379.55 -414.03 -409.73 -383.86 -379.55 -414.03 -379.55 -414.03 -409.73 -383.86}
{ -379.55 -414.03 -361.05 -414.03 -379.55 -414.03 -361.05 -413.25 -361.05 -414.03 -379.55 -414.03}
{ -361.05 -414.03 -361.05 -467.10 -360.26 -414.03 -361.05 -467.10 -361.05 -467.10 -361.05 -414.03}
{ -361.05 -467.10 -341.73 -473.38 -361.05 -467.10 -341.73 -473.38 -341.73 -473.38 -361.05 -467.10}
{ -341.73 -473.38 -331.24 -495.86 -341.73 -473.38 -331.24 -432.87 -331.24 -496.65 -341.73 -473.38}
{ -331.24 -495.86 -286.68 -495.08 -331.24 -432.87 -286.68 -490.36 -286.68 -506.89 -331.24 -496.65}
{ -286.68 -495.08 -272.61 -498.85 -286.68 -490.36 -272.61 -492.55 -272.61 -498.85 -286.68 -506.89}
{ -272.61 -498.85 -272.61 -552.40 -266.31 -498.85 -272.61 -552.40 -272.61 -552.40 -272.61 -498.85}
{ -272.61 -552.40 -239.71 -552.97 -272.61 -552.40 -239.71 -551.40 -239.71 -560.85 -272.61 -552.40}
{ -239.71 -552.97 -233.50 -551.19 -239.71 -551.40 -233.50 -531.51 -233.50 -551.19 -239.71 -560.85}
{ -233.50 -551.19 -217.54 -626.29 -214.24 -547.10 -167.47 -615.64 -217.54 -626.29 -233.50 -551.19}
{ -217.54 -626.29 -184.71 -651.93 -217.54 -575.10 -184.71 -604.69 -184.71 -651.93 -217.54 -626.29}
{ -913.14 1276.89 -872.88 1190.51 -913.14 1276.89 -872.88 1190.51 -872.88 1186.57 -913.14 1276.89}
{ -872.88 1190.51 -861.17 1193.03 -872.88 1190.51 -861.17 1193.03 -861.17 1193.03 -872.88 1186.57}
{ -861.17 1193.03 -849.76 1159.88 -861.17 1193.03 -849.76 1159.88 -849.76 1159.88 -861.17 1193.03}
{ -849.76 1159.88 -849.76 943.66 -849.76 1159.88 -849.76 943.66 -849.76 943.66 -849.76 1159.88}
{ -849.76 943.66 -788.53 784.13 -849.76 943.66 -788.53 784.13 -788.53 784.13 -849.76 943.66}
{ -788.53 784.13 -765.78 782.17 -788.53 784.13 -765.78 782.17 -765.78 782.17 -788.53 784.13}
{ -765.78 782.17 -765.78 735.16 -765.78 782.17 -765.78 735.16 -765.78 735.16 -765.78 782.17}
{ -765.78 735.16 -752.72 741.22 -765.78 735.16 -752.72 741.22 -752.72 741.22 -765.78 735.16}
{ -752.72 741.22 -752.72 633.35 -752.72 741.22 -752.72 633.35 -752.72 633.35 -752.72 741.22}
{ -752.72 633.35 -716.33 599.41 -752.72 633.35 -716.33 599.41 -716.33 599.41 -752.72 633.35}
{ -716.33 599.41 -716.33 526.97 -716.33 599.41 -716.33 526.97 -716.33 526.97 -716.33 599.41}
{ -716.33 526.97 -695.44 508.23 -716.33 526.97 -695.44 508.23 -695.44 508.23 -716.33 526.97}
{ -695.44 508.23 -687.37 507.36 -695.44 508.23 -687.37 507.36 -687.37 507.36 -695.44 508.23}
{ -687.37 507.36 -687.37 427.99 -687.37 507.36 -687.37 427.99 -687.37 427.99 -687.37 507.36}
{ -687.37 427.99 -678.25 427.52 -687.37 427.99 -678.25 427.52 -678.25 427.52 -687.37 427.99}
{ -678.25 427.52 -645.90 358.15 -678.25 427.52 -645.90 358.15 -645.90 358.15 -678.25 427.52}
{ -645.90 358.15 -645.90 321.46 -645.90 358.15 -645.90 321.46 -645.90 321.46 -645.90 358.15}
{ -645.90 321.46 -607.92 292.80 -645.90 321.46 -607.92 292.80 -607.92 292.80 -645.90 321.46}
{ -607.92 292.80 -607.92 238.54 -607.92 292.80 -607.92 238.54 -607.92 238.54 -607.92 292.80}
{ -607.92 238.54 -568.16 174.92 -607.92 238.54 -568.16 174.92 -568.16 174.92 -607.92 238.54}
{ -568.16 174.92 -568.16 96.97 -568.16 174.92 -568.16 96.97 -568.16 96.97 -568.16 174.92}
{ -568.16 96.97 -551.67 93.50 -568.16 96.97 -551.67 93.50 -551.67 93.50 -568.16 96.97}
{ -551.67 93.50 -538.96 70.51 -551.67 93.50 -538.96 70.51 -538.96 54.76 -551.67 93.50}
{ -538.96 70.51 -523.59 32.48 -538.96 70.51 -523.59 32.48 -523.59 32.48 -553.56 64.61}
{ -523.59 32.48 -523.59 -43.74 -523.59 32.48 -523.59 -43.74 -523.59 -43.74 -523.59 32.48}
{ -523.59 -43.74 -511.98 -51.85 -523.59 -43.74 -511.98 -51.85 -511.98 -51.85 -523.59 -43.74}
{ -511.98 -51.85 -486.69 -87.99 -511.98 -51.85 -486.69 -87.99 -486.69 -87.99 -511.98 -51.85}
{ -486.69 -87.99 -486.69 -303.74 -486.69 -87.99 -486.69 -303.74 -486.69 -303.74 -486.69 -87.99}
{ -486.69 -303.74 -447.87 -312.72 -486.69 -303.74 -447.87 -312.72 -447.87 -312.72 -486.69 -303.74}
{ -447.87 -312.72 -447.87 -378.23 -447.87 -312.72 -447.87 -378.23 -447.87 -378.23 -447.87 -312.72}
{ -447.87 -378.23 -427.09 -373.03 -447.87 -378.23 -427.09 -350.51 -427.09 -387.13 -447.87 -378.23}
{ -427.09 -373.03 -409.73 -383.90 -427.09 -350.51 -409.73 -383.90 -409.73 -383.90 -427.09 -387.13}
{ -409.73 -383.90 -379.55 -414.06 -409.73 -383.90 -379.55 -414.06 -379.55 -414.06 -409.73 -383.90}
{ -379.55 -414.06 -361.05 -414.06 -379.55 -414.06 -361.05 -413.27 -361.05 -414.06 -379.55 -414.06}
{ -361.05 -414.06 -361.05 -467.13 -360.26 -414.06 -361.05 -467.13 -361.05 -467.13 -361.05 -414.06}
{ -361.05 -467.13 -341.73 -473.43 -361.05 -467.13 -341.73 -473.43 -341.73 -473.43 -361.05 -467.13}
{ -341.73 -473.43 -331.24 -495.87 -341.73 -473.43 -331.24 -432.87 -331.24 -496.65 -341.73 -473.43}
{ -331.24 -495.87 -286.68 -495.08 -331.24 -432.87 -286.68 -490.35 -286.68 -506.89 -331.24 -496.65}
{ -286.68 -495.08 -272.61 -498.86 -286.68 -490.35 -272.61 -492.56 -272.61 -498.86 -286.68 -506.89}
{ -272.61 -498.86 -272.61 -552.40 -266.31 -498.86 -272.61 -552.40 -272.61 -552.40 -272.61 -498.86}
{ -272.61 -552.40 -239.71 -552.95 -272.61 -552.40 -239.71 -551.38 -239.71 -560.83 -272.61 -552.40}
{ -239.71 -552.95 -233.50 -551.22 -239.71 -551.38 -233.50 -531.54 -233.50 -551.22 -239.71 -560.83}
{ -233.50 -551.22 -217.54 -626.26 -214.24 -547.12 -167.48 -615.61 -217.54 -626.26 -233.50 -551.22}
{ -217.54 -626.26 -184.71 -651.93 -217.54 -575.08 -184.71 -604.69 -184.71 -651.93 -217.54 -626.26}
{ -184.71 -651.93 -184.71 -692.17 -137.47 -651.93 -184.71 -692.17 -184.71 -692.17 -184.71 -651.93}
{ -184.71 -692.17 -166.99 -693.72 -184.71 -692.17 -166.99 -638.60 -166.99 -703.17 -184.71 -692.17}
{ -166.99 -693.72 -133.91 -707.08 -166.99 -638.60 -133.91 -707.08 -133.91 -707.08 -166.99 -703.17}
{ -133.91 -707.08 -133.91 -674.01 -133.91 -707.08 -145.73 -674.01 -133.91 -674.01 -133.91 -707.08}
{ -133.91 -674.01 -102.64 -680.66 -133.91 -662.20 -102.64 -672.78 -102.64 -693.10 -133.91 -674.01}
{ -102.64 -680.66 -52.26 -731.04 -102.64 -672.78 -52.26 -671.99 -52.26 -735.77 -102.64 -693.10}
{ -52.26 -731.04 -23.91 -748.08 -52.26 -671.99 -23.91 -744.93 -23.91 -748.08 -52.26 -735.77}
{ -23.91 -748.08 -23.91 -769.34 -20.76 -748.08 -23.91 -769.34 -23.91 -769.34 -23.91 -748.08}
{ -23.91 -769.34 -10.60 -769.57 -23.91 -769.34 -10.60 -769.57 -10.60 -769.57 -23.91 -769.34}
{ -184.71 -692.17 -166.99 -693.74 -184.71 -692.17 -166.99 -638.62 -166.99 -703.19 -184.71 -692.17}
{ -166.99 -693.74 -133.91 -707.05 -166.99 -638.62 -133.91 -707.05 -133.91 -707.05 -166.99 -703.19}
{ -133.91 -707.05 -133.91 -673.98 -133.91 -707.05 -145.73 -673.98 -133.91 -673.98 -133.91 -707.05}
{ -133.91 -673.98 -102.64 -680.67 -133.91 -662.17 -102.64 -672.80 -102.64 -693.11 -133.91 -673.98}
{ -102.64 -680.67 -52.26 -731.06 -102.64 -672.80 -52.26 -672.01 -52.26 -735.79 -102.64 -693.11}
{ -52.26 -731.06 -23.91 -748.07 -52.26 -672.01 -23.91 -744.92 -23.91 -748.07 -52.26 -735.79}
{ -23.91 -748.07 -23.91 -769.33 -20.76 -748.07 -23.91 -769.33 -23.91 -769.33 -23.91 -748.07}
{ -23.91 -769.33 -10.60 -769.57 -23.91 -769.33 -10.60 -769.57 -10.60 -769.57 -23.91 -769.33}
{ -10.60 -769.57 -10.60 -778.86 -10.60 -769.57 -4.30 -778.86 -18.48 -778.86 -10.60 -769.57}
{ -10.60 -778.86 5.48 -794.39 -10.60 -770.99 5.48 -778.65 5.48 -794.39 -10.60 -785.16}
{ 5.48 -794.39 5.48 -819.98 21.23 -794.39 5.48 -819.98 5.48 -819.98 5.48 -794.39}
{ 5.48 -819.98 33.98 -826.04 5.48 -819.98 33.98 -784.31 33.98 -827.62 5.48 -819.98}
{ 33.98 -826.04 49.46 -834.98 33.98 -784.31 49.46 -834.98 49.46 -834.98 33.98 -827.62}
{ 49.46 -834.98 81.11 -875.50 49.46 -834.98 81.11 -875.50 81.11 -875.50 49.46 -834.98}
{ 81.11 -875.50 108.99 -952.08 81.11 -875.50 108.99 -952.08 108.99 -952.08 81.11 -875.50}
{ 108.99 -952.08 128.17 -968.17 108.99 -952.08 128.17 -968.17 128.17 -973.68 108.99 -952.08}
{ 128.17 -968.17 156.56 -1021.57 128.17 -968.17 156.56 -1016.84 156.56 -1021.57 128.17 -973.68}
{ 156.56 -1021.57 180.58 -1018.19 156.56 -1016.84 180.58 -1018.19 180.58 -1030.00 156.56 -1021.57}
{ 180.58 -1018.19 195.98 -1065.59 180.58 -1018.19 270.86 -1041.26 195.98 -1065.59 169.34 -1021.84}
{ 195.98 -1065.59 207.57 -1070.52 195.98 -986.85 207.57 -1070.52 207.57 -1070.52 195.98 -1065.59}
{ 207.57 -1070.52 207.57 -1153.51 207.57 -1070.52 207.57 -1153.51 207.57 -1153.51 207.57 -1070.52}
{ 207.57 -1153.51 244.48 -1249.66 207.57 -1153.51 244.48 -1249.66 244.48 -1249.66 207.57 -1153.51}
{ 207.57 -1070.52 211.89 -1062.73 207.57 -1068.94 211.89 -1061.16 211.89 -1062.73 207.57 -1070.52}
{ 211.89 -1062.73 232.07 -1068.90 211.89 -1061.16 232.07 -1036.94 232.07 -1085.20 211.89 -1062.73}
{ 232.07 -1068.90 250.84 -1060.15 232.07 -1036.94 250.84 -1055.66 250.84 -1068.18 232.07 -1085.20}
{ 250.84 -1060.15 256.03 -1071.29 250.84 -1055.66 256.03 -1053.88 256.03 -1071.29 250.84 -1068.18}
{ 256.03 -1071.29 314.44 -1164.77 256.03 -1053.88 314.44 -1164.77 314.44 -1203.12 256.03 -1071.29}
{ 314.44 -1164.77 340.30 -1157.84 314.44 -1164.77 340.30 -1137.37 340.30 -1157.84 314.44 -1203.12}
{ 314.44 -1164.77 314.44 -1170.28 352.79 -1164.77 314.44 -1170.28 314.44 -1170.28 314.44 -1164.77}
{ -10.60 -778.86 5.48 -794.37 -10.60 -770.98 5.48 -778.62 5.48 -794.37 -10.60 -785.16}
{ 5.48 -794.37 5.48 -819.96 21.23 -794.37 5.48 -819.96 5.48 -819.96 5.48 -794.37}
{ 5.48 -819.96 33.98 -826.02 5.48 -819.96 33.98 -784.29 33.98 -827.60 5.48 -819.96}
{ 33.98 -826.02 49.46 -835.00 33.98 -784.29 49.46 -835.00 49.46 -835.00 33.98 -827.60}
{ 49.46 -835.00 81.11 -875.47 49.46 -835.00 81.11 -875.47 81.11 -875.47 49.46 -835.00}
{ 81.11 -875.47 108.99 -952.09 81.11 -875.47 108.99 -952.09 108.99 -952.09 81.11 -875.47}
{ 108.99 -952.09 128.17 -968.15 108.99 -952.09 128.17 -968.15 128.17 -973.66 108.99 -952.09}
{ 128.17 -968.15 156.56 -1021.54 128.17 -968.15 156.56 -1016.81 156.56 -1021.54 128.17 -973.66}
{ 156.56 -1021.54 180.58 -1018.23 156.56 -1016.81 180.58 -1018.23 180.58 -1030.04 156.56 -1021.54}
{ 180.58 -1018.23 195.98 -1065.63 180.58 -1018.23 270.86 -1041.30 195.98 -1065.63 169.34 -1021.88}
{ 195.98 -1065.63 207.57 -1070.51 195.98 -986.89 207.57 -1070.51 207.57 -1070.51 195.98 -1065.63}
{ 207.57 -1070.51 207.57 -1153.50 207.57 -1070.51 207.57 -1153.50 207.57 -1153.50 207.57 -1070.51}
{ 207.57 -1153.50 244.48 -1249.65 207.57 -1153.50 244.48 -1249.65 244.48 -1249.65 207.57 -1153.50}
{ 207.57 -1070.51 211.89 -1062.72 207.57 -1068.94 211.89 -1061.14 211.89 -1062.72 207.57 -1070.51}
{ 211.89 -1062.72 232.07 -1068.94 211.89 -1061.14 232.07 -1036.97 232.07 -1085.24 211.89 -1062.72}
{ 232.07 -1068.94 250.84 -1060.12 232.07 -1036.97 250.84 -1055.63 250.84 -1068.15 232.07 -1085.24}
{ 250.84 -1060.12 256.03 -1071.30 250.84 -1055.63 256.03 -1053.90 256.03 -1071.30 250.84 -1068.15}
{ 256.03 -1071.30 314.44 -1164.76 256.03 -1053.90 314.44 -1164.76 314.44 -1203.11 256.03 -1071.30}
{ 314.44 -1164.76 340.30 -1157.83 314.44 -1164.76 340.30 -1137.36 340.30 -1157.83 314.44 -1203.11}
{ 314.44 -1164.76 314.44 -1170.28 352.79 -1164.76 314.44 -1170.28 314.44 -1170.28 314.44 -1164.76}
{ 314.44 -1170.28 314.44 -1209.65 314.44 -1170.28 314.44 -1209.65 314.44 -1209.65 314.44 -1170.28}
{ 314.44 -1209.65 325.60 -1210.43 314.44 -1209.65 325.60 -1206.73 325.60 -1210.43 314.44 -1209.65}
{ 325.60 -1210.43 325.60 -1258.62 329.30 -1210.43 325.60 -1258.62 325.60 -1258.62 325.60 -1210.43}
{ 325.60 -1258.62 325.60 -1258.62 297.49 -1258.62 348.35 -1258.62 348.35 -1258.62 297.49 -1258.62}
{ 325.60 -1258.62 350.39 -1265.27 325.60 -1240.98 350.39 -1247.63 350.39 -1265.27 325.60 -1258.62}
{ 350.39 -1265.27 416.77 -1265.27 350.39 -1247.63 416.77 -1242.19 416.77 -1265.27 350.39 -1265.27}
{ 416.77 -1265.27 429.72 -1260.55 416.77 -1242.19 429.72 -1248.51 429.72 -1260.55 416.77 -1265.27}
{ 429.72 -1260.55 488.63 -1264.67 429.72 -1248.51 488.63 -1253.33 488.63 -1283.10 429.72 -1260.55}
{ 488.63 -1264.67 553.74 -1270.37 488.63 -1253.33 553.74 -1259.27 553.74 -1282.89 488.63 -1283.10}
{ 553.74 -1270.37 606.88 -1276.89 553.74 -1259.27 606.88 -1262.01 606.88 -1285.55 553.74 -1282.89}
{ 606.88 -1276.89 627.44 -1272.90 606.88 -1262.01 627.44 -1244.71 627.44 -1283.05 606.88 -1285.55}
{ 627.44 -1272.90 728.07 -1272.90 627.44 -1244.71 728.07 -1200.06 728.07 -1280.14 627.44 -1283.05}
{ 728.07 -1272.90 756.02 -1272.90 728.07 -1200.06 756.02 -1115.42 756.02 -1277.70 728.07 -1280.14}
{ 756.02 -1272.90 809.72 -1272.90 756.02 -1115.42 809.72 -1115.42 809.72 -1272.90 756.02 -1277.70}
{ 756.02 -1272.90 793.33 -1270.29 756.02 -1115.42 793.33 -1262.81 793.33 -1275.96 756.02 -1277.70}
{ 793.33 -1270.29 843.85 -1274.71 793.33 -1262.81 843.85 -1196.83 843.85 -1281.40 793.33 -1275.96}
{ 843.85 -1274.71 913.14 -1274.71 843.85 -1196.83 913.14 -1274.71 913.14 -1381.01 843.85 -1281.40}
{ 325.60 -1258.62 350.39 -1265.24 325.60 -1240.98 350.39 -1247.60 350.39 -1265.24 325.60 -1258.62}
{ 350.39 -1265.24 416.77 -1265.24 350.39 -1247.60 416.77 -1242.17 416.77 -1265.24 350.39 -1265.24}
{ 416.77 -1265.24 429.72 -1260.59 416.77 -1242.17 429.72 -1248.54 429.72 -1260.59 416.77 -1265.24}
{ 429.72 -1260.59 488.63 -1264.69 429.72 -1248.54 488.63 -1253.35 488.63 -1283.11 429.72 -1260.59}
{ 488.63 -1264.69 553.74 -1270.35 488.63 -1253.35 553.74 -1259.25 553.74 -1282.87 488.63 -1283.11}
{ 553.74 -1270.35 606.88 -1276.89 553.74 -1259.25 606.88 -1262.01 606.88 -1285.55 553.74 -1282.87}
{ 606.88 -1276.89 627.44 -1272.87 606.88 -1262.01 627.44 -1244.69 627.44 -1283.03 606.88 -1285.55}
{ 627.44 -1272.87 728.07 -1272.87 627.44 -1244.69 728.07 -1200.04 728.07 -1280.12 627.44 -1283.03}
{ 728.07 -1272.87 756.02 -1272.87 728.07 -1200.04 756.02 -1115.39 756.02 -1277.68 728.07 -1280.12}
{ 756.02 -1272.87 809.72 -1272.87 756.02 -1115.39 809.72 -1115.39 809.72 -1272.87 756.02 -1277.68}
{ 756.02 -1272.87 793.33 -1270.28 756.02 -1115.39 793.33 -1262.80 793.33 -1275.94 756.02 -1277.68}
{ 793.33 -1270.28 843.85 -1274.69 793.33 -1262.80 843.85 -1196.81 843.85 -1281.38 793.33 -1275.94}
{ 843.85 -1274.69 913.14 -1274.69 843.85 -1196.81 913.14 -1274.69 913.14 -1380.98 843.85 -1281.38}
}
set XVIgrid {-1243.85 -1707.36 15.748 0.0 0.0 15.748 158 210}
@@ -256,7 +256,7 @@ line pit
smooth off
endline
line pit
line pit -reverse on
-236.25 243.0
-243.75 242.5 -260.0 257.0 -259.0 256.5
smooth off
@@ -1,191 +1,191 @@
set XVIgrids {2.0 m}
set XVIstations {
{ -214.67 5.20 AP_7}
{ -214.67 5.20 AP0d}
{ -252.13 19.94 AP1}
{ -240.53 21.47 AP2}
{ -234.23 30.99 AP3}
{ -234.23 30.99 AP4}
{ -231.58 92.16 AP5}
{ -252.59 83.45 AP6}
{ -252.59 83.45 AP7}
{ -254.08 96.43 AP8}
{ -254.08 96.43 AP9}
{ -265.03 131.14 AP10}
{ -265.03 131.14 AP11}
{ -260.51 151.53 AP12}
{ -267.16 146.96 AP13}
{ -267.16 146.96 AP14}
{ -276.24 147.83 AP15}
{ -264.39 177.93 AP16}
{ -264.39 177.93 AP17}
{ -265.40 215.90 AP18}
{ -265.40 215.90 AP19}
{ -246.43 250.85 AP20}
{ -246.43 250.85 AP21}
{ -239.08 265.60 AP22}
{ -242.91 277.73 AP23}
{ -231.40 287.91 AP24}
{ -231.40 287.91 AP25}
{ -229.49 299.36 AP26}
{ -226.63 324.49 AP27}
{ -226.63 324.49 AP28}
{ -187.93 327.55 AP29}
{ -187.93 327.55 AP30}
{ -185.21 306.95 AP31}
{ -174.40 293.36 AP32}
{ -175.18 263.20 AP33}
{ -175.01 244.69 AP34}
{ -175.01 244.69 AP35}
{ -172.82 225.50 AP36}
{ -175.27 215.30 AP37}
{ -151.31 177.73 AP38}
{ -138.83 171.23 AP39}
{ -138.83 171.23 AP40}
{ -107.44 161.35 AP41}
{ -108.47 155.22 AP42}
{ -98.97 142.40 AP43}
{ -78.53 116.71 AP44}
{ -78.53 116.71 AP45}
{ -60.88 115.02 AP46}
{ -36.49 92.68 AP47}
{ -36.49 92.68 AP48}
{ -9.02 107.61 AP49}
{ 40.82 115.07 AP50}
{ 50.28 88.35 AP51}
{ 50.28 88.35 AP52}
{ 37.40 85.02 AP53}
{ 37.40 85.02 AP54}
{ 24.65 75.22 AP55}
{ 24.65 75.22 AP56}
{ 49.92 88.39 AP57}
{ 62.36 97.60 AP58}
{ 92.87 89.15 AP59}
{ 120.71 87.94 AP60}
{ 135.30 100.40 AP61}
{ 153.35 122.31 AP62}
{ 176.96 126.69 AP63}
{ 191.65 122.07 AP64}
{ 202.29 117.44 AP65}
{ 202.29 117.44 AP66}
{ 200.67 154.32 GN34}
{ 205.78 119.97 L01}
{ 215.22 102.14 L02}
{ 230.23 113.40 L03}
{ 235.27 114.65 L04}
{ 253.22 59.06 L05}
{ 276.24 47.28 L05A}
{ 253.22 59.06 L06}
{ 253.22 59.06 L07}
{ 247.13 49.72 L08}
{ 247.13 49.72 L09}
{ 247.13 49.72 L09d}
{ 253.03 25.63 L10}
{ 208.41 -23.51 L11}
{ 202.09 -34.81 L12}
{ 156.81 -72.50 L13}
{ 120.19 -126.33 L14}
{ 85.86 -166.90 L15}
{ 65.66 -170.74 L16}
{ -17.99 -226.68 L17}
{ -43.57 -237.94 L18}
{ -91.32 -213.37 L18A}
{ -67.67 -266.43 L19}
{ -117.83 -272.38 L20}
{ -159.76 -327.55 L21}
{ -214.65 5.20 AP_7}
{ -214.65 5.20 AP0d}
{ -252.13 19.92 AP1}
{ -240.47 21.50 AP2}
{ -234.25 31.02 AP3}
{ -234.25 31.02 AP4}
{ -231.57 92.13 AP5}
{ -252.60 83.46 AP6}
{ -252.60 83.46 AP7}
{ -254.02 96.46 AP8}
{ -254.02 96.46 AP9}
{ -265.04 131.10 AP10}
{ -265.04 131.10 AP11}
{ -260.47 151.50 AP12}
{ -267.17 146.93 AP13}
{ -267.17 146.93 AP14}
{ -276.22 147.80 AP15}
{ -264.33 177.95 AP16}
{ -264.33 177.95 AP17}
{ -265.35 215.91 AP18}
{ -265.35 215.91 AP19}
{ -246.38 250.87 AP20}
{ -246.38 250.87 AP21}
{ -239.06 265.59 AP22}
{ -242.91 277.72 AP23}
{ -231.34 287.87 AP24}
{ -231.34 287.87 AP25}
{ -229.45 299.37 AP26}
{ -226.61 324.49 AP27}
{ -226.61 324.49 AP28}
{ -187.87 327.56 AP29}
{ -187.87 327.56 AP30}
{ -185.20 306.93 AP31}
{ -174.41 293.39 AP32}
{ -175.20 263.23 AP33}
{ -174.96 244.72 AP34}
{ -174.96 244.72 AP35}
{ -172.83 225.51 AP36}
{ -175.28 215.28 AP37}
{ -151.26 177.72 AP38}
{ -138.82 171.26 AP39}
{ -138.82 171.26 AP40}
{ -107.40 161.34 AP41}
{ -108.43 155.20 AP42}
{ -98.98 142.36 AP43}
{ -78.50 116.69 AP44}
{ -78.50 116.69 AP45}
{ -60.87 115.04 AP46}
{ -36.46 92.68 AP47}
{ -36.46 92.68 AP48}
{ -8.98 107.64 AP49}
{ 40.87 115.04 AP50}
{ 50.31 88.35 AP51}
{ 50.31 88.35 AP52}
{ 37.40 85.04 AP53}
{ 37.40 85.04 AP54}
{ 24.65 75.20 AP55}
{ 24.65 75.20 AP56}
{ 49.92 88.43 AP57}
{ 62.36 97.64 AP58}
{ 92.91 89.13 AP59}
{ 120.71 87.95 AP60}
{ 135.35 100.39 AP61}
{ 153.39 122.28 AP62}
{ 177.01 126.69 AP63}
{ 191.65 122.05 AP64}
{ 202.28 117.48 AP65}
{ 202.28 117.48 AP66}
{ 200.71 154.33 GN34}
{ 205.83 120.00 L01}
{ 215.28 102.13 L02}
{ 230.24 113.39 L03}
{ 235.28 114.65 L04}
{ 253.23 59.06 L05}
{ 276.22 47.24 L05A}
{ 253.23 59.06 L06}
{ 253.23 59.06 L07}
{ 247.17 49.69 L08}
{ 247.17 49.69 L09}
{ 247.17 49.69 L09d}
{ 253.07 25.67 L10}
{ 208.43 -23.54 L11}
{ 202.13 -34.80 L12}
{ 156.85 -72.52 L13}
{ 120.24 -126.30 L14}
{ 85.91 -166.93 L15}
{ 65.67 -170.71 L16}
{ -17.95 -226.69 L17}
{ -43.54 -237.95 L18}
{ -91.26 -213.39 L18A}
{ -67.64 -266.46 L19}
{ -117.80 -272.36 L20}
{ -159.76 -327.56 L21}
}
set XVIshots {
{ -214.67 5.20 -214.67 5.20 -214.67 5.20 -214.67 5.20 -214.67 5.20 -214.67 5.20}
{ -214.67 5.20 -252.13 19.94 -214.67 5.20 -255.02 12.62 -249.25 27.27 -214.67 5.20}
{ -252.13 19.94 -240.53 21.47 -253.16 27.75 -240.53 21.47 -240.53 21.47 -251.10 12.14}
{ -240.53 21.47 -234.23 30.99 -240.53 21.47 -234.23 30.99 -234.23 30.99 -240.53 21.47}
{ -234.23 30.99 -234.23 30.99 -234.23 30.99 -234.23 30.99 -234.23 30.99 -234.23 30.99}
{ -234.23 30.99 -231.58 92.16 -234.23 30.99 -231.58 92.16 -231.58 92.16 -234.23 30.99}
{ -231.58 92.16 -252.59 83.45 -231.58 92.16 -252.59 83.45 -252.59 83.45 -231.58 92.16}
{ -252.59 83.45 -252.59 83.45 -252.59 83.45 -252.59 83.45 -252.59 83.45 -252.59 83.45}
{ -252.59 83.45 -254.08 96.43 -252.59 83.45 -254.08 96.43 -254.08 96.43 -252.59 83.45}
{ -254.08 96.43 -254.08 96.43 -254.08 96.43 -254.08 96.43 -254.08 96.43 -254.08 96.43}
{ -254.08 96.43 -265.03 131.14 -254.08 96.43 -265.03 131.14 -265.03 131.14 -254.08 96.43}
{ -265.03 131.14 -265.03 131.14 -265.03 131.14 -265.03 131.14 -265.03 131.14 -265.03 131.14}
{ -265.03 131.14 -260.51 151.53 -265.03 131.14 -260.51 151.53 -260.51 151.53 -265.03 131.14}
{ -260.51 151.53 -267.16 146.96 -260.51 151.53 -267.16 146.96 -267.16 146.96 -260.51 151.53}
{ -267.16 146.96 -267.16 146.96 -267.16 146.96 -267.16 146.96 -267.16 146.96 -267.16 146.96}
{ -267.16 146.96 -276.24 147.83 -267.16 146.96 -278.12 128.24 -270.22 210.54 -267.16 146.96}
{ -276.24 147.83 -264.39 177.93 -294.56 155.04 -264.39 177.93 -264.39 177.93 -217.62 124.76}
{ -264.39 177.93 -264.39 177.93 -264.39 177.93 -264.39 177.93 -264.39 177.93 -264.39 177.93}
{ -264.39 177.93 -265.40 215.90 -264.39 177.93 -265.40 215.90 -257.52 216.11 -264.39 177.93}
{ -265.40 215.90 -265.40 215.90 -265.40 215.90 -257.52 215.90 -257.52 215.90 -265.40 215.90}
{ -265.40 215.90 -246.43 250.85 -265.40 215.90 -246.43 250.85 -246.43 250.85 -265.40 215.90}
{ -246.43 250.85 -246.43 250.85 -246.43 250.85 -246.43 250.85 -246.43 250.85 -246.43 250.85}
{ -246.43 250.85 -239.08 265.60 -246.43 250.85 -239.08 265.60 -239.08 265.60 -246.43 250.85}
{ -239.08 265.60 -242.91 277.73 -239.08 265.60 -242.91 277.73 -235.40 280.10 -239.08 265.60}
{ -242.91 277.73 -231.40 287.91 -242.91 277.73 -236.62 293.81 -231.40 287.91 -237.69 271.83}
{ -231.40 287.91 -231.40 287.91 -239.27 287.91 -231.40 287.91 -231.40 287.91 -239.27 287.91}
{ -231.40 287.91 -229.49 299.36 -231.40 287.91 -233.37 300.01 -219.39 297.68 -231.40 287.91}
{ -229.49 299.36 -226.63 324.49 -233.40 299.81 -226.63 324.49 -226.63 324.49 -219.32 298.21}
{ -226.63 324.49 -226.63 324.49 -226.63 324.49 -226.63 324.49 -226.63 324.49 -226.63 324.49}
{ -226.63 324.49 -187.93 327.55 -226.63 324.49 -187.93 327.55 -187.93 327.55 -226.63 324.49}
{ -187.93 327.55 -187.93 327.55 -197.38 327.55 -180.05 327.55 -180.05 327.55 -197.38 327.55}
{ -187.93 327.55 -185.21 306.95 -178.56 328.79 -174.20 308.40 -195.67 305.57 -195.74 326.52}
{ -185.21 306.95 -174.40 293.36 -176.52 313.86 -171.32 295.81 -177.48 290.91 -193.47 300.38}
{ -174.40 293.36 -175.18 263.20 -170.46 293.26 -175.18 263.20 -175.18 263.20 -178.34 293.46}
{ -175.18 263.20 -175.01 244.69 -175.18 263.20 -175.01 244.69 -185.25 244.60 -175.18 263.20}
{ -175.01 244.69 -175.01 244.69 -175.01 244.69 -164.78 244.69 -164.78 245.48 -175.01 245.48}
{ -175.01 244.69 -172.82 225.50 -175.01 244.69 -168.91 225.94 -177.52 224.96 -175.01 244.69}
{ -172.82 225.50 -175.27 215.30 -168.99 224.58 -170.67 214.20 -180.63 216.59 -177.42 226.60}
{ -175.27 215.30 -151.31 177.73 -171.28 217.84 -139.36 185.35 -153.97 176.03 -179.91 212.34}
{ -151.31 177.73 -138.83 171.23 -144.77 190.30 -135.20 178.22 -139.20 170.54 -152.77 174.93}
{ -138.83 171.23 -138.83 171.23 -146.71 171.23 -130.96 171.23 -130.96 177.53 -146.71 177.53}
{ -138.83 171.23 -107.44 161.35 -138.12 173.49 -107.44 161.35 -110.52 151.58 -141.20 163.72}
{ -107.44 161.35 -108.47 155.22 -107.44 161.35 -104.58 154.58 -113.13 156.00 -117.54 163.03}
{ -108.47 155.22 -98.97 142.40 -105.30 157.57 -97.70 143.33 -108.15 135.60 -112.26 152.41}
{ -98.97 142.40 -78.53 116.71 -97.74 143.38 -73.60 120.64 -81.61 114.26 -107.90 135.29}
{ -78.53 116.71 -78.53 116.71 -84.83 116.71 -74.59 116.71 -74.59 163.96 -84.83 163.96}
{ -78.53 116.71 -60.88 115.02 -78.15 120.63 -60.28 121.29 -61.94 104.05 -78.83 113.58}
{ -60.88 115.02 -36.49 92.68 -56.63 119.66 -28.52 101.39 -40.75 88.04 -68.33 106.89}
{ -36.49 92.68 -36.49 92.68 -48.31 92.68 -30.19 92.68 -30.19 104.49 -48.31 104.49}
{ -36.49 92.68 -9.02 107.61 -36.49 92.68 -14.66 117.99 -7.89 105.53 -34.61 89.22}
{ -9.02 107.61 40.82 115.07 -10.77 119.29 39.07 126.75 45.48 83.92 -8.67 105.27}
{ 40.82 115.07 50.28 88.35 51.95 119.02 51.40 88.75 42.12 85.46 11.13 104.55}
{ 50.28 88.35 50.28 88.35 49.10 88.35 59.73 88.35 59.73 91.50 49.10 91.50}
{ 50.28 88.35 37.40 85.02 50.48 87.59 37.40 85.02 37.40 85.02 47.92 97.50}
{ 37.40 85.02 37.40 85.02 36.62 78.72 44.10 78.72 44.10 92.89 36.62 92.89}
{ 37.40 85.02 24.65 75.22 37.88 84.39 24.65 75.22 20.81 80.22 33.33 90.33}
{ 24.65 75.22 24.65 75.22 20.71 75.22 30.94 75.22 30.94 90.97 20.71 90.97}
{ 24.65 75.22 49.92 88.39 22.83 78.71 44.46 98.86 55.38 77.91 26.83 71.03}
{ 49.92 88.39 62.36 97.60 42.89 97.88 62.36 97.60 66.11 92.54 56.95 78.89}
{ 62.36 97.60 92.87 89.15 62.36 97.60 103.38 127.09 92.87 89.15 60.68 91.53}
{ 92.87 89.15 120.71 87.94 94.57 128.48 121.40 103.67 119.86 68.27 92.87 89.15}
{ 120.71 87.94 135.30 100.40 110.48 99.91 133.25 102.79 145.53 88.43 133.50 72.97}
{ 135.30 100.40 153.35 122.31 132.86 102.40 149.70 125.31 155.78 120.31 147.45 90.39}
{ 153.35 122.31 176.96 126.69 152.49 126.96 176.96 126.69 179.83 111.21 153.92 119.21}
{ 176.96 126.69 191.65 122.07 176.96 126.69 197.57 140.84 191.65 122.07 172.23 111.67}
{ 191.65 122.07 202.29 117.44 199.50 140.12 211.07 137.67 197.27 105.89 191.65 122.07}
{ 202.29 117.44 202.29 117.44 180.24 117.44 214.89 117.44 214.89 117.44 180.24 117.44}
{ 202.29 117.44 200.67 154.32 188.52 116.84 190.76 153.88 226.31 155.44 202.29 117.44}
{ 202.29 117.44 205.78 119.97 202.29 117.44 205.78 119.97 212.24 111.04 208.75 108.51}
{ 205.78 119.97 215.22 102.14 205.78 119.97 215.22 102.14 212.09 100.48 196.04 114.82}
{ 215.22 102.14 230.23 113.40 215.22 102.14 228.34 115.92 230.80 112.65 217.35 99.30}
{ 230.23 113.40 235.27 114.65 229.48 116.46 233.74 120.84 235.97 111.82 230.46 112.49}
{ 235.27 114.65 253.22 59.06 241.34 116.61 260.94 61.55 250.22 58.09 232.50 113.76}
{ 253.22 59.06 276.24 47.28 256.91 66.28 280.54 55.69 271.93 38.87 251.78 56.26}
{ 253.22 59.06 253.22 59.06 245.11 20.71 256.37 20.71 256.37 59.06 245.11 59.06}
{ 253.22 59.06 253.22 59.06 253.22 59.06 253.22 59.06 253.22 59.06 253.22 59.06}
{ 253.22 59.06 247.13 49.72 253.22 59.06 249.96 47.87 244.09 51.69 253.22 59.06}
{ 247.13 49.72 247.13 49.72 219.02 49.72 269.88 49.72 269.88 53.42 219.02 53.42}
{ 247.13 49.72 247.13 49.72 219.02 49.72 269.88 49.72 269.88 49.72 219.02 49.72}
{ 247.13 49.72 253.03 25.63 248.66 50.09 254.56 26.01 193.22 10.98 187.32 35.06}
{ 253.03 25.63 208.41 -23.51 254.19 24.58 211.85 -26.64 203.22 -18.80 207.44 67.02}
{ 208.41 -23.51 202.09 -34.81 212.47 -25.78 205.46 -36.70 197.01 -31.97 202.30 -20.09}
{ 202.09 -34.81 156.81 -72.50 204.56 -37.78 160.34 -76.74 154.24 -69.41 198.36 -30.34}
{ 156.81 -72.50 120.19 -126.33 161.37 -75.60 122.46 -127.88 115.63 -123.23 153.49 -70.24}
{ 120.19 -126.33 85.86 -166.90 122.29 -128.11 86.76 -167.66 80.75 -162.58 115.98 -122.77}
{ 85.86 -166.90 65.66 -170.74 86.08 -168.06 66.60 -175.69 65.59 -170.35 84.61 -160.32}
{ 65.66 -170.74 -17.99 -226.68 68.46 -174.93 -17.99 -226.68 -23.20 -218.89 65.44 -170.41}
{ -17.99 -226.68 -43.57 -237.94 -17.99 -226.68 -39.41 -247.38 -53.38 -215.67 -21.77 -218.10}
{ -43.57 -237.94 -91.32 -213.37 -48.29 -247.11 -94.02 -218.62 -88.44 -207.77 -32.44 -216.31}
{ -43.57 -237.94 -67.67 -266.43 -35.70 -244.60 -67.37 -266.68 -73.08 -261.85 -62.15 -222.23}
{ -67.67 -266.43 -117.83 -272.38 -67.62 -266.82 -115.38 -293.02 -117.97 -271.21 -68.50 -259.39}
{ -117.83 -272.38 -159.76 -327.55 -101.28 -284.96 -159.76 -327.55 -159.76 -327.55 -118.77 -271.67}
{ -214.65 5.20 -214.65 5.20 -214.65 5.20 -214.65 5.20 -214.65 5.20 -214.65 5.20}
{ -214.65 5.20 -252.13 19.92 -214.65 5.20 -255.01 12.59 -249.25 27.25 -214.65 5.20}
{ -252.13 19.92 -240.47 21.50 -253.18 27.72 -240.47 21.50 -240.47 21.50 -251.07 12.12}
{ -240.47 21.50 -234.25 31.02 -240.47 21.50 -234.25 31.02 -234.25 31.02 -240.47 21.50}
{ -234.25 31.02 -234.25 31.02 -234.25 31.02 -234.25 31.02 -234.25 31.02 -234.25 31.02}
{ -234.25 31.02 -231.57 92.13 -234.25 31.02 -231.57 92.13 -231.57 92.13 -234.25 31.02}
{ -231.57 92.13 -252.60 83.46 -231.57 92.13 -252.60 83.46 -252.60 83.46 -231.57 92.13}
{ -252.60 83.46 -252.60 83.46 -252.60 83.46 -252.60 83.46 -252.60 83.46 -252.60 83.46}
{ -252.60 83.46 -254.02 96.46 -252.60 83.46 -254.02 96.46 -254.02 96.46 -252.60 83.46}
{ -254.02 96.46 -254.02 96.46 -254.02 96.46 -254.02 96.46 -254.02 96.46 -254.02 96.46}
{ -254.02 96.46 -265.04 131.10 -254.02 96.46 -265.04 131.10 -265.04 131.10 -254.02 96.46}
{ -265.04 131.10 -265.04 131.10 -265.04 131.10 -265.04 131.10 -265.04 131.10 -265.04 131.10}
{ -265.04 131.10 -260.47 151.50 -265.04 131.10 -260.47 151.50 -260.47 151.50 -265.04 131.10}
{ -260.47 151.50 -267.17 146.93 -260.47 151.50 -267.17 146.93 -267.17 146.93 -260.47 151.50}
{ -267.17 146.93 -267.17 146.93 -267.17 146.93 -267.17 146.93 -267.17 146.93 -267.17 146.93}
{ -267.17 146.93 -276.22 147.80 -267.17 146.93 -278.09 128.20 -270.22 210.50 -267.17 146.93}
{ -276.22 147.80 -264.33 177.95 -294.53 155.02 -264.33 177.95 -264.33 177.95 -217.62 124.69}
{ -264.33 177.95 -264.33 177.95 -264.33 177.95 -264.33 177.95 -264.33 177.95 -264.33 177.95}
{ -264.33 177.95 -265.35 215.91 -264.33 177.95 -265.35 215.91 -257.48 216.12 -264.33 177.95}
{ -265.35 215.91 -265.35 215.91 -265.35 215.91 -257.48 215.91 -257.48 215.91 -265.35 215.91}
{ -265.35 215.91 -246.38 250.87 -265.35 215.91 -246.38 250.87 -246.38 250.87 -265.35 215.91}
{ -246.38 250.87 -246.38 250.87 -246.38 250.87 -246.38 250.87 -246.38 250.87 -246.38 250.87}
{ -246.38 250.87 -239.06 265.59 -246.38 250.87 -239.06 265.59 -239.06 265.59 -246.38 250.87}
{ -239.06 265.59 -242.91 277.72 -239.06 265.59 -242.91 277.72 -235.41 280.10 -239.06 265.59}
{ -242.91 277.72 -231.34 287.87 -242.91 277.72 -236.53 293.79 -231.34 287.87 -237.72 271.80}
{ -231.34 287.87 -231.34 287.87 -239.21 287.87 -231.34 287.87 -231.34 287.87 -239.21 287.87}
{ -231.34 287.87 -229.45 299.37 -231.34 287.87 -233.33 300.01 -219.35 297.71 -231.34 287.87}
{ -229.45 299.37 -226.61 324.49 -233.36 299.81 -226.61 324.49 -226.61 324.49 -219.28 298.22}
{ -226.61 324.49 -226.61 324.49 -226.61 324.49 -226.61 324.49 -226.61 324.49 -226.61 324.49}
{ -226.61 324.49 -187.87 327.56 -226.61 324.49 -187.87 327.56 -187.87 327.56 -226.61 324.49}
{ -187.87 327.56 -187.87 327.56 -197.32 327.56 -180.00 327.56 -180.00 327.56 -197.32 327.56}
{ -187.87 327.56 -185.20 306.93 -178.50 328.78 -174.19 308.36 -195.66 305.57 -195.68 326.55}
{ -185.20 306.93 -174.41 293.39 -176.51 313.85 -171.33 295.84 -177.49 290.93 -193.45 300.36}
{ -174.41 293.39 -175.20 263.23 -170.47 293.28 -175.20 263.23 -175.20 263.23 -178.35 293.49}
{ -175.20 263.23 -174.96 244.72 -175.20 263.23 -174.96 244.72 -185.20 244.59 -175.20 263.23}
{ -174.96 244.72 -174.96 244.72 -174.96 244.72 -164.72 244.72 -164.72 245.51 -174.96 245.51}
{ -174.96 244.72 -172.83 225.51 -174.96 244.72 -168.92 225.94 -177.53 224.99 -174.96 244.72}
{ -172.83 225.51 -175.28 215.28 -169.01 224.60 -170.68 214.18 -180.64 216.55 -177.43 226.61}
{ -175.28 215.28 -151.26 177.72 -171.30 217.82 -139.32 185.35 -153.91 176.02 -179.92 212.31}
{ -151.26 177.72 -138.82 171.26 -144.73 190.30 -135.19 178.25 -139.18 170.56 -152.71 174.92}
{ -138.82 171.26 -138.82 171.26 -146.69 171.26 -130.94 171.26 -130.94 177.56 -146.69 177.56}
{ -138.82 171.26 -107.40 161.34 -138.11 173.51 -107.40 161.34 -110.48 151.58 -141.19 163.75}
{ -107.40 161.34 -108.43 155.20 -107.40 161.34 -104.54 154.55 -113.09 155.97 -117.50 163.02}
{ -108.43 155.20 -98.98 142.36 -105.25 157.53 -97.71 143.30 -108.17 135.59 -112.23 152.40}
{ -98.98 142.36 -78.50 116.69 -97.75 143.34 -73.58 120.62 -81.58 114.24 -107.90 135.24}
{ -78.50 116.69 -78.50 116.69 -84.80 116.69 -74.57 116.69 -74.57 163.94 -84.80 163.94}
{ -78.50 116.69 -60.87 115.04 -78.14 120.61 -60.28 121.31 -61.90 104.06 -78.80 113.56}
{ -60.87 115.04 -36.46 92.68 -56.61 119.68 -28.48 101.39 -40.71 88.03 -68.31 106.91}
{ -36.46 92.68 -36.46 92.68 -48.27 92.68 -30.16 92.68 -30.16 104.49 -48.27 104.49}
{ -36.46 92.68 -8.98 107.64 -36.46 92.68 -14.62 118.01 -7.85 105.56 -34.57 89.22}
{ -8.98 107.64 40.87 115.04 -10.71 119.32 39.13 126.72 45.49 83.88 -8.63 105.30}
{ 40.87 115.04 50.31 88.35 52.00 118.98 51.43 88.74 42.15 85.46 11.18 104.53}
{ 50.31 88.35 50.31 88.35 49.13 88.35 59.76 88.35 59.76 91.50 49.13 91.50}
{ 50.31 88.35 37.40 85.04 50.51 87.58 37.40 85.04 37.40 85.04 47.97 97.50}
{ 37.40 85.04 37.40 85.04 36.61 78.74 44.09 78.74 44.09 92.91 36.61 92.91}
{ 37.40 85.04 24.65 75.20 37.88 84.42 24.65 75.20 20.80 80.18 33.31 90.34}
{ 24.65 75.20 24.65 75.20 20.71 75.20 30.94 75.20 30.94 90.94 20.71 90.94}
{ 24.65 75.20 49.92 88.43 22.82 78.69 44.44 98.89 55.40 77.96 26.84 71.01}
{ 49.92 88.43 62.36 97.64 42.89 97.92 62.36 97.64 66.11 92.58 56.95 78.93}
{ 62.36 97.64 92.91 89.13 62.36 97.64 103.47 127.06 92.91 89.13 60.67 91.57}
{ 92.91 89.13 120.71 87.95 94.58 128.47 121.38 103.69 119.87 68.29 92.91 89.13}
{ 120.71 87.95 135.35 100.39 110.51 99.95 133.32 102.79 145.55 88.39 133.45 72.95}
{ 135.35 100.39 153.39 122.28 132.92 102.40 149.74 125.29 155.82 120.28 147.51 90.38}
{ 153.39 122.28 177.01 126.69 152.52 126.93 177.01 126.69 179.90 111.21 153.96 119.19}
{ 177.01 126.69 191.65 122.05 177.01 126.69 197.61 140.81 191.65 122.05 172.25 111.68}
{ 191.65 122.05 202.28 117.48 199.42 140.13 210.99 137.74 197.31 105.90 191.65 122.05}
{ 202.28 117.48 202.28 117.48 180.24 117.48 214.88 117.48 214.88 117.48 180.24 117.48}
{ 202.28 117.48 200.71 154.33 188.52 116.89 190.80 153.91 226.35 155.43 202.28 117.48}
{ 202.28 117.48 205.83 120.00 202.28 117.48 205.83 120.00 212.22 111.02 208.67 108.50}
{ 205.83 120.00 215.28 102.13 205.83 120.00 215.28 102.13 212.14 100.47 196.08 114.85}
{ 215.28 102.13 230.24 113.39 215.28 102.13 228.34 115.90 230.80 112.63 217.41 99.29}
{ 230.24 113.39 235.28 114.65 229.47 116.44 233.73 120.83 235.98 111.82 230.47 112.47}
{ 235.28 114.65 253.23 59.06 241.34 116.61 260.95 61.55 250.23 58.09 232.50 113.75}
{ 253.23 59.06 276.22 47.24 256.93 66.27 280.54 55.65 271.90 38.84 251.79 56.25}
{ 253.23 59.06 253.23 59.06 245.12 20.71 256.38 20.71 256.38 59.06 245.12 59.06}
{ 253.23 59.06 253.23 59.06 253.23 59.06 253.23 59.06 253.23 59.06 253.23 59.06}
{ 253.23 59.06 247.17 49.69 253.23 59.06 250.01 47.85 244.12 51.65 253.23 59.06}
{ 247.17 49.69 247.17 49.69 219.06 49.69 269.92 49.69 269.92 53.39 219.06 53.39}
{ 247.17 49.69 247.17 49.69 219.06 49.69 269.92 49.69 269.92 49.69 219.06 49.69}
{ 247.17 49.69 253.07 25.67 248.69 50.06 254.60 26.05 193.28 10.97 187.37 34.98}
{ 253.07 25.67 208.43 -23.54 254.24 24.61 211.87 -26.66 203.23 -18.83 207.47 67.04}
{ 208.43 -23.54 202.13 -34.80 212.48 -25.81 205.49 -36.69 197.04 -31.96 202.31 -20.12}
{ 202.13 -34.80 156.85 -72.52 204.60 -37.77 160.38 -76.75 154.28 -69.43 198.40 -30.33}
{ 156.85 -72.52 120.24 -126.30 161.41 -75.62 122.51 -127.85 115.68 -123.20 153.53 -70.26}
{ 120.24 -126.30 85.91 -166.93 122.34 -128.08 86.81 -167.69 80.79 -162.61 116.03 -122.74}
{ 85.91 -166.93 65.67 -170.71 86.12 -168.09 66.59 -175.66 65.60 -170.32 84.68 -160.35}
{ 65.67 -170.71 -17.95 -226.69 68.47 -174.90 -17.95 -226.69 -23.17 -218.91 65.45 -170.38}
{ -17.95 -226.69 -43.54 -237.95 -17.95 -226.69 -39.39 -247.39 -53.34 -215.68 -21.73 -218.12}
{ -43.54 -237.95 -91.26 -213.39 -48.26 -247.12 -93.96 -218.64 -88.38 -207.79 -32.41 -216.32}
{ -43.54 -237.95 -67.64 -266.46 -35.67 -244.61 -67.34 -266.71 -73.05 -261.88 -62.12 -222.25}
{ -67.64 -266.46 -117.80 -272.36 -67.59 -266.85 -115.36 -293.01 -117.93 -271.19 -68.47 -259.42}
{ -117.80 -272.36 -159.76 -327.56 -101.25 -284.94 -159.76 -327.56 -159.76 -327.56 -118.74 -271.65}
}
set XVIgrid {-395.77 -420.001 15.748 0.0 0.0 15.748 49 54}
set XVIgrid {-395.748 -420 15.748 0.0 0.0 15.748 49 54}
@@ -21,7 +21,7 @@
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74102472216341,42.97380586857136,1705.00000000000000
</coordinates></LineString>
<LineString><coordinates>
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74108241356314,42.97382387255661,1694.03367577685663 -0.74106428703674,42.97382526563968,1694.34970154689972 -0.74105409414745,42.97383594491661,1690.14214388548271 -0.74105409414745,42.97383594491661,1662.68214388548267 -0.74104740269274,42.97390577218934,1642.42344863049334 -0.74108047007530,42.97389646359881,1642.17069697652505 -0.74108047007530,42.97389646359881,1636.20069697652502 -0.74108223316922,42.97391133652372,1636.97408839551053 -0.74108223316922,42.97391133652372,1623.27408839551049 -0.74109782696100,42.97395133555131,1618.96385875991541 -0.74109782696100,42.97395133555131,1609.76385875991537 -0.74108994539870,42.97397450453987,1607.37506249521425 -0.74110047955552,42.97396948601528,1607.26739817804855 -0.74110047955552,42.97396948601528,1597.18739817804862 -0.74111457319137,42.97397076131250,1597.12668846880683 -0.74109487738766,42.97400479183295,1588.31737677881051 -0.74109487738766,42.97400479183295,1583.65737677881043 -0.74109485148816,42.97404821227705,1580.02241403897210 -0.74109485148816,42.97404821227705,1573.13241403897200 -0.74106387472146,42.97408757018916,1565.05051568260114 -0.74106387472146,42.97408757018916,1555.15051568260105 -0.74105181826681,42.97410420280380,1554.70558466425109 -0.74105726483737,42.97411817357563,1551.79310103947682 -0.74103893066658,42.97412946015292,1546.96247315718392 -0.74103893066658,42.97412946015292,1537.28247315718386 -0.74103547406389,42.97414248747800,1536.25003557175205 -0.74102997709744,42.97417111699404,1531.66278412373367 -0.74102997709744,42.97417111699404,1504.26278412373358 -0.74096962066712,42.97417342017655,1503.12453178875353 -0.74096962066712,42.97417342017655,1494.80453178875359 -0.74096625305516,42.97414979276686,1495.46255934478472 -0.74094999615071,42.97413393671737,1494.08476925777836 -0.74095247555706,42.97409948686524,1490.25225050374729 -0.74095299097833,42.97407833702665,1490.25225050374729 -0.74095299097833,42.97407833702665,1483.51225050374728 -0.74095038261736,42.97405633333022,1482.71498665825993 -0.74095461320764,42.97404475995322,1479.86011712909453 -0.74091891016787,42.97400108430816,1479.95889774952957 -0.74089975604674,42.97399327989663,1479.48008251608985 -0.74089975604674,42.97399327989663,1472.68008251608990 -0.74085132234350,42.97398101635034,1472.60713145718205 -0.74085317021393,42.97397405211373,1472.83315408895191 -0.74083892613143,42.97395910040667,1463.29621498179722 -0.74080819139051,42.97392912331739,1460.03936577732452 -0.74080819139051,42.97392912331739,1454.92936577732462 -0.74078080008262,42.97392664467033,1454.73239379871484 -0.74074377929828,42.97390036967280,1453.03542593054067 -0.74074377929828,42.97390036967280,1457.23542593054071 -0.74070039406043,42.97391658436172,1456.39130446582067 -0.74062252933046,42.97392357902122,1449.99198809608242 -0.74060891059974,42.97389275477638,1447.82882818146027 -0.74060891059974,42.97389275477638,1445.12882818146022 -0.74062909526789,42.97388933984520,1445.09933361458116 -0.74062909526789,42.97388933984520,1443.91933361458109 -0.74064936194503,42.97387853758433,1441.94650384247757 -0.74064936194503,42.97387853758433,1438.69650384247757 -0.74060947848337,42.97389280553699,1437.92723058645197 -0.74058973205059,42.97390294887871,1436.79223058645198 -0.74054260989189,42.97389235317749,1431.64652036539997 -0.74049932344348,42.97389011631792,1421.92070174026571 -0.74047610821930,42.97390390817337,1419.87663714146242 -0.74044709681602,42.97392839264690,1413.09559962830576 -0.74041016616303,42.97393267537192,1413.52425277926272 -0.74038749768863,42.97392693554155,1407.50406503111435 -0.74037113840821,42.97392132740555,1406.87889522553155 -0.74037113840821,42.97392132740555,1396.33889522553159 -0.74037211557721,42.97396351480302,1384.12766324694826
-0.74102472216341,42.97380586857136,1705.00000000000000 -0.74108243468965,42.97382384675544,1694.02999999999997 -0.74106423297556,42.97382528829146,1694.34999999999991 -0.74105415367675,42.97383598487450,1690.14000000000010 -0.74105415367675,42.97383598487450,1662.68000000000006 -0.74104743040997,42.97390572802475,1642.42000000000007 -0.74108051088966,42.97389647610613,1642.17000000000007 -0.74108051088966,42.97389647610613,1636.20000000000005 -0.74108217292973,42.97391136655624,1636.97000000000003 -0.74108217292973,42.97391136655624,1623.26999999999998 -0.74109787867755,42.97395129701702,1618.96000000000004 -0.74109787867755,42.97395129701702,1609.75999999999999 -0.74108991798870,42.97397446181837,1607.38000000000011 -0.74110052496073,42.97396944856573,1607.26999999999998 -0.74110052496073,42.97396944856573,1597.19000000000005 -0.74111458076810,42.97397071659969,1597.13000000000011 -0.74109481532230,42.97400481405887,1588.31999999999994 -0.74109481532230,42.97400481405887,1583.66000000000008 -0.74109482016566,42.97404821645303,1580.01999999999998 -0.74109482016566,42.97404821645303,1573.13000000000011 -0.74106382510453,42.97408758500319,1565.04999999999995 -0.74106382510453,42.97408758500319,1555.15000000000009 -0.74105181273093,42.97410418647033,1554.71000000000004 -0.74105730974886,42.97411816213307,1551.78999999999996 -0.74103887132591,42.97412941403335,1546.96000000000004 -0.74103887132591,42.97412941403335,1537.27999999999997 -0.74103544928938,42.97414249321888,1536.25000000000000 -0.74102998672423,42.97417111011666,1531.66000000000008 -0.74102998672423,42.97417111011666,1504.25999999999999 -0.74096956854823,42.97417342893588,1503.11999999999989 -0.74096956854823,42.97417342893588,1494.79999999999995 -0.74096626552308,42.97414977159504,1495.46000000000004 -0.74095004432599,42.97413396333729,1494.07999999999993 -0.74095253177988,42.97409952473642,1490.25000000000000 -0.74095293852736,42.97407837189665,1490.25000000000000 -0.74095293852736,42.97407837189665,1483.50999999999999 -0.74095043397711,42.97405635115434,1482.71000000000004 -0.74095466108127,42.97404472860818,1479.85999999999990 -0.74091885828933,42.97400106957902,1479.96000000000004 -0.74089976723879,42.97399330880893,1479.48000000000002 -0.74089976723879,42.97399330880893,1472.68000000000006 -0.74085128914586,42.97398100570517,1472.60999999999990 -0.74085313919465,42.97397401862916,1472.82999999999993 -0.74083897158567,42.97395906132349,1463.29999999999995 -0.74080818559861,42.97392909831119,1460.03999999999996 -0.74080818559861,42.97392909831119,1454.93000000000006 -0.74078080596060,42.97392666666717,1454.73000000000002 -0.74074375463844,42.97390036185649,1453.03999999999996 -0.74074375463844,42.97390036185649,1457.24000000000001 -0.74070036223527,42.97391661373828,1456.39000000000010 -0.74062248498304,42.97392354013477,1449.99000000000001 -0.74060889747815,42.97389274611486,1447.82999999999993 -0.74060889747815,42.97389274611486,1445.13000000000011 -0.74062913235372,42.97388936378601,1445.09999999999991 -0.74062913235372,42.97388936378601,1443.92000000000007 -0.74064939568301,42.97387850817571,1441.95000000000005 -0.74064939568301,42.97387850817571,1438.70000000000005 -0.74060950687942,42.97389284819612,1437.93000000000006 -0.74058976006169,42.97390299362981,1436.78999999999996 -0.74054257071596,42.97389233667955,1431.65000000000009 -0.74049936375379,42.97389013266365,1421.92000000000007 -0.74047605068686,42.97390389954148,1419.88000000000011 -0.74044707290699,42.97392836008625,1413.09999999999991 -0.74041012650204,42.97393267296871,1413.51999999999998 -0.74038752862828,42.97392691391525,1407.50000000000000 -0.74037117697334,42.97392136827253,1406.88000000000011 -0.74037117697334,42.97392136827253,1396.33999999999992 -0.74037208523057,42.97396352786136,1384.13000000000011
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -30,10 +30,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74037113840821,42.97392132740555,1406.87889522553155 -0.74036559407972,42.97392410994534,1407.86721549459912 -0.74035164894642,42.97390343752961,1407.08365932594211 -0.74032781739374,42.97391585145180,1408.19514535432018 -0.74031992269338,42.97391712085719,1406.78130520654304 -0.74029431993192,42.97385304184775,1394.90863186035313 -0.74025899028910,42.97383886874060,1395.78861661370161
-0.74037117697334,42.97392136827253,1406.88000000000011 -0.74036555722693,42.97392413875740,1407.86999999999989 -0.74035160069587,42.97390342259988,1407.07999999999993 -0.74032784687548,42.97391583004806,1408.20000000000005 -0.74031995161621,42.97391711484607,1406.77999999999997 -0.74029433968968,42.97385303631160,1394.91000000000008 -0.74025905264520,42.97383883239061,1395.78999999999996
</coordinates></LineString>
<LineString><coordinates>
-0.74029431993192,42.97385304184775,1394.90863186035313 -0.74029431993192,42.97385304184775,1394.20863186035308 -0.74029431993192,42.97385304184775,1389.20863186035308 -0.74030419240189,42.97384255236077,1389.10957766763636 -0.74030419240189,42.97384255236077,1382.98957766763647 -0.74030419240189,42.97384255236077,1382.98957766763647
-0.74029433968968,42.97385303631160,1394.91000000000008 -0.74029433968968,42.97385303631160,1394.21000000000004 -0.74029433968968,42.97385303631160,1389.21000000000004 -0.74030416744965,42.97384251492027,1389.10999999999990 -0.74030416744965,42.97384251492027,1382.99000000000001 -0.74030416744965,42.97384251492027,1382.99000000000001
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -42,10 +42,10 @@
<styleUrl>#ThSurveyLine</styleUrl>
<MultiGeometry>
<LineString><coordinates>
-0.74030419240189,42.97384255236077,1382.98957766763647 -0.74029601676649,42.97381485084022,1382.14582758060214 -0.74036750499001,42.97376005695013,1382.14582758060214 -0.74037781849011,42.97374733857300,1382.74436283142199 -0.74044986450377,42.97370566549220,1382.22118927834094 -0.74050911378128,42.97364527907889,1381.49779661353546 -0.74056422925460,42.97359996927365,1380.66908507838048 -0.74059582301930,42.97359620008515,1381.17663700608205 -0.74072834754075,42.97353485146164,1381.17663700608205 -0.74076863050513,42.97352276303256,1381.17663700608205 -0.74084191101031,42.97355231103833,1381.17663700608205
-0.74030416744965,42.97384251492027,1382.99000000000001 -0.74029598231778,42.97381488914127,1382.15000000000009 -0.74036752204738,42.97376002322936,1382.15000000000009 -0.74037779650034,42.97374734954379,1382.74000000000001 -0.74044983519374,42.97370564018885,1382.22000000000003 -0.74050906684725,42.97364530841502,1381.50000000000000 -0.74056419437959,42.97359993328275,1380.67000000000007 -0.74059584504229,42.97359623613443,1381.18000000000006 -0.74072832431338,42.97353482949118,1381.18000000000006 -0.74076862062610,42.97352274863172,1381.18000000000006 -0.74084185093270,42.97355228915615,1381.18000000000006
</coordinates></LineString>
<LineString><coordinates>
-0.74076863050513,42.97352276303256,1381.17663700608205 -0.74080732472189,42.97349095270037,1381.50798025636664 -0.74088564051377,42.97348569042504,1380.94669727307178 -0.74095319247988,42.97342393289220,1380.94669727307178
-0.74076862062610,42.97352274863172,1381.18000000000006 -0.74080731036508,42.97349091590003,1381.50999999999999 -0.74088561459895,42.97348570868588,1380.95000000000005 -0.74095323754415,42.97342392154277,1380.95000000000005
</coordinates></LineString>
</MultiGeometry>
</Placemark>
@@ -17,27 +17,56 @@ geomag declinations (deg):
scanning centreline tree ... done
searching for centerline loops ... done
calculating station coordinates ... done
processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3>
4> La topographie contient 93 stations, connectes par 92 vises.
5> Il y a 0 bouclages.
6> Longueur totale de la topographie = 532.07m ( 532.07m ajust)
7> Longueur totale en projection horizontale = 246.73m
8> Longueur totale verticale = 368.16m
9> Intervalle vertical = 324.33m (de 2 … 1705.00m jusqu'… 86 … 1380.67m)
10> Intervalle Nord-Sud = 83.20m (de 32 … 4760422.94m jusqu'… 93 … 4760339.74m)
11> Intervalle Est-Ouest = 70.16m (de 75 … 684269.34m jusqu'… 17 … 684199.18m)
12> 6 1-noeuds.
13> 83 2-noeuds.
14> 4 3-noeuds.
15>
######################### transcription ########################
4> 93 : L21@AP7_Entree.AP7_Entree -- 92 : L20@AP7_Entree.AP7_Entree
9> 2 : AP0d@AP7_Entree.AP7_Entree -- 86 : L15@AP7_Entree.AP7_Entree
10> 32 : AP30@AP7_Entree.AP7_Entree -- 93 : L21@AP7_Entree.AP7_Entree
11> 75 : L05A@AP7_Entree.AP7_Entree -- 17 : AP15@AP7_Entree.AP7_Entree
12> 6 : AP4@AP7_Entree.AP7_Entree
13> 83 : L12@AP7_Entree.AP7_Entree
14> 4 : AP2@AP7_Entree.AP7_Entree
#################### end of cavern log file ####################
done
calculating basic statistics ... done
processing extended elevation ... done
processing references ... done
selecting export objects ... done
processing projection plan ... done
average distortion: 0.01%
average distortion: 0.04%
writing Data/AP7_Entree-Plan.xvi ... done
processing projection extended ... done
average distortion: 0.00%
average distortion: 0.01%
writing Data/AP7_Entree-Extended.xvi ... done
############### export maps & scraps selection #################
M 1438.06 MP-AP7_Entree-Plan-tot@AP7_Entree (AP7_Entree)
M 1461.01 MP-AP7_Entree-Plan-tot@AP7_Entree (AP7_Entree)
M 1529.84 MP-AP7_Entree-Plan-A@AP7_Entree (AP7_Entree)
S 1529.84 SP-AP7_Entree_01@AP7_Entree ()
M 1392.17 MP-AP7_Entree-Plan-B@AP7_Entree (AP7_Entree)
S 1402.96 SP-AP7_Entree_02@AP7_Entree ()
S 1381.39 SP-AP7_Entree_03@AP7_Entree ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Entree-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 23 DEC 2024 16:41
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 6 JAN 2025 17:51
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -45,52 +74,52 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9]
[15] [1]
[Warning: scrap outline intersects itself in scrap SP-AP7_Entree_01@AP7_Entree]
[10] [11] [12] (./mptextmp.mp) [13] (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [14] [15] [16]
[17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31]
[32] [33] [34] [35] [36] [37] [38] )
[2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] (./mptextmp.mp) [13]
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25]
[26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] )
Here is how much of MetaPost's memory you used:
10420 strings using 269279 characters
3907760 bytes of node memory
1749 symbolic tokens
10i,82n,16p,315b,5f stack positions out of 16i,98n,20p,390b,6f
53 output files written: data-patt.1 .. data.38
10316 strings using 264963 characters
3913552 bytes of node memory
1757 symbolic tokens
10i,82n,16p,393b,5f stack positions out of 16i,98n,20p,487b,6f
54 output files written: data-patt.1 .. data.39
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 23 DEC 2024 16:41
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 6 JAN 2025 17:51
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
91 numeric registers used out of 32768
101 numeric registers used out of 32768
[1] )
Here is how much of TeX's memory you used:
356 strings out of 95671
4595 string characters out of 1192323
61593 words of memory out of 1546636
1749 multiletter control sequences out of 15000+50000
366 strings out of 95671
4722 string characters out of 1192323
62788 words of memory out of 1546831
1759 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
herion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/type
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 105851 bytes).
Output written on data.pdf (1 page, 117350 bytes).
PDF statistics:
132 PDF objects out of 1000 (max. 8388607)
71 compressed objects within 1 object stream
152 PDF objects out of 1000 (max. 8388607)
81 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
319 words of extra memory for PDF output out of 10000 (max. 10000000)
379 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -100,12 +129,12 @@ done
############### export maps & scraps selection #################
M 0.00 MC-AP7_Entree-Extended-tot@AP7_Entree (AP7_Entree)
S 0.00 SC-AP7_Entree_01@AP7_Entree ()
S -.-- SC-AP7_Entree_02@AP7_Entree ()
S -.-- SC-AP7_Entree_03@AP7_Entree ()
S 0.00 SC-AP7_Entree_02@AP7_Entree ()
S 0.00 SC-AP7_Entree_03@AP7_Entree ()
########## end of export maps & scraps selection ###############
writing Outputs/AP7_Entree-Extended.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 23 DEC 2024 16:41
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 6 JAN 2025 17:51
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -113,49 +142,49 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [1] [2] [3] (./mptextmp.mp) [4] (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [5] [6] [7]
[8] )
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] (./mptextmp.mp) [10] (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
[11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] )
Here is how much of MetaPost's memory you used:
10963 strings using 347565 characters
3831808 bytes of node memory
1747 symbolic tokens
9i,82n,16p,312b,5f stack positions out of 16i,98n,20p,312b,6f
23 output files written: data-patt.1 .. data-patt.15
6682 strings using 178267 characters
3832864 bytes of node memory
1758 symbolic tokens
9i,82n,16p,391b,5f stack positions out of 16i,98n,20p,390b,6f
36 output files written: data-patt.1 .. data.21
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 23 DEC 2024 16:41
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 6 JAN 2025 17:51
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
55 numeric registers used out of 32768
72 numeric registers used out of 32768
[1] )
Here is how much of TeX's memory you used:
319 strings out of 95671
4251 string characters out of 1192323
119085 words of memory out of 1599128
1712 multiletter control sequences out of 15000+50000
337 strings out of 95671
4427 string characters out of 1192323
74749 words of memory out of 1559792
1730 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/T
herion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/type
1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 64178 bytes).
Output written on data.pdf (1 page, 77166 bytes).
PDF statistics:
56 PDF objects out of 1000 (max. 8388607)
33 compressed objects within 1 object stream
94 PDF objects out of 1000 (max. 8388607)
52 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
91 words of extra memory for PDF output out of 10000 (max. 10000000)
205 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -170,18 +199,18 @@ compilation time: 2 sec
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.01% 1.43% SP-AP7_Entree_01@AP7_Entree
0.01% 0.08% SP-AP7_Entree_02@AP7_Entree
0.00% 0.04% SP-AP7_Entree_03@AP7_Entree
0.05% 9.79% SP-AP7_Entree_01@AP7_Entree
0.04% 0.86% SP-AP7_Entree_02@AP7_Entree
0.02% 0.35% SP-AP7_Entree_03@AP7_Entree
################### end of scrap distortions ###################
###################### scrap distortions #######################
PROJECTION: extended
AVERAGE MAXIMAL SCRAP
0.00% 0.11% SC-AP7_Entree_01@AP7_Entree
0.00% 0.00% SC-AP7_Entree_02@AP7_Entree
0.00% 0.00% SC-AP7_Entree_03@AP7_Entree
0.01% 0.31% SC-AP7_Entree_02@AP7_Entree
0.01% 0.25% SC-AP7_Entree_01@AP7_Entree
0.00% 0.02% SC-AP7_Entree_03@AP7_Entree
################### end of scrap distortions ###################
############# CRS transformations chosen by PROJ ###############
File diff suppressed because one or more lines are too long
@@ -19,3 +19,9 @@ map MC-B3-Bourrugues-coupe-tot -title "Gouffre B3-Bourrugues"
# break
# SC-B3-Bourrugues_02
endmap
map MC-B3-Puits-coupe-tot -title "Gouffre B3-Bourrugues"
MC-B3_Puits-coupe-tot@B3_Entree
# break
# SC-B3-Bourrugues_02
endmap
@@ -30,7 +30,7 @@ map MP-B3_Entree-plan-tot -title "B3 Entrée (plan)"
MP-B3_Entree2
endmap
map MC-B3_Entree-coupe-tot -title "B3_Entree"
map MC-B3_Entree-coupe-tot -title "B3 Coupe Entree"
SC-B3_Entree_01
break
SC-B3_Entree_02
@@ -43,3 +43,17 @@ map MC-B3_Entree-coupe-tot -title "B3_Entree"
break
SC-B3_Entree_06
endmap
map MC-B3_Puits-coupe-tot -title "B3 Puits"
SC-B3_Entree_01
# break
# SC-B3_Entree_02
# break
# SC-B3_Entree_03
# break
# SC-B3_Entree_04
# break
# SC-B3_Entree_05
# break
# SC-B3_Entree_06
endmap
@@ -12,79 +12,125 @@ encoding utf-8
scrap SC-B3_Entree_01 -projection extended -station-names "" "@B3_Entree_01" -author 1990 "Yvon Hénaff" -author 1990 "François Ichas" -author 1990 "Olivier Gaspé" -author 2024 "Alexandre Pont" -copyright 2024 "licence CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/" -scale [0 0 1600 0 0.0 0.0 40.64 0.0 m]
scrap SC-B3_Entree_01 -projection extended -station-names "" "" -author 1990 "Yvon Hénaff" -author 1990 "François Ichas" -author 1990 "Olivier Gaspé" -author 2024 "Alexandre Pont" -copyright 2024 "licence CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/" -scale [0 0 1600 0 0.0 0.0 40.64 0.0 m]
point 8635.429999999997 10094.33 station -name A-32
line wall -reverse on -clip off -outline none
5032.0 18516.0
5032.0 18516.0 5288.0 18534.0 5380.0 18550.0
5472.0 18566.0 5590.0 18616.0 5590.0 18616.0
smooth off
endline
point 9679.159999999996 8154.469999999999 station -name A-42
line u -subtype bush -attr bulges 10 -clip off
5292.0 18756.0
5292.0 18756.0 5500.08 19086.24 5186.0 19090.0
4852.0 19094.0 5034.0 18764.0 5034.0 18764.0
smooth off
endline
point 9620.329999999996 8159.62 station -name A-43
line wall -reverse on -subtype invisible
4508.0 18492.0
5032.0 18516.0
endline
point 9710.579999999996 8152.27 station -name A-41
line u -reverse on -subtype bush -attr bulgesize 0.2 -attr bulges 5 -clip off
5160.0 18834.0
5160.0 18834.0 5184.0 18926.0 5208.0 18832.0
endline
point 9504.709999999995 9120.79 station -name A-40
line u -reverse on -subtype bush -attr bulgesize 0.5 -attr bulges 8 -clip off
5104.0 18788.0
5104.0 18788.0 5044.0 18787.79 5044.0 18898.0
5044.0 18930.0 5117.03 18945.78 5172.0 18958.0
5226.0 18970.0 5316.0 18948.0 5296.0 18878.0
5276.0 18808.0 5254.0 18792.0 5230.0 18790.0
endline
point 9477.799999999996 9505.68 station -name A-39
line u -subtype treetrunk -clip off
5180.0 18762.0
5180.0 18762.0 5178.0 18640.0 5186.0 18600.0
5194.0 18560.0 5218.0 18530.0 5218.0 18530.0
smooth off
endline
point 9316.0 9986.0 station -name A-38
line u -subtype treetrunk -clip off
5142.0 18534.0
5142.0 18534.0 5166.0 18718.0 5158.0 18782.0
endline
point 9143.579999999996 9914.66 station -name A-37
point 4432.0 19054.0 label -align center -text B3 -scale xl
point 9086.809999999996 9898.380000000001 station -name A-36
point 8635.429999999997 10094.33 station -name A-32@B3_Entree_01
point 9012.969999999996 9974.84 station -name A-35
point 9679.159999999996 8154.469999999999 station -name A-42@B3_Entree_01
point 8875.239999999996 10022.27 station -name A-34
point 9620.329999999996 8159.62 station -name A-43@B3_Entree_01
point 8736.529999999995 10078.31 station -name A-33
point 9710.579999999996 8152.27 station -name A-41@B3_Entree_01
point 8546.609999999997 10367.66 station -name A-31
point 9504.709999999995 9120.79 station -name A-40@B3_Entree_01
point 8362.839999999997 10438.21 station -name A-30
point 9477.799999999996 9505.68 station -name A-39@B3_Entree_01
point 8168.489999999996 10550.41 station -name A-29
point 9316.0 9986.0 station -name A-38@B3_Entree_01
point 8168.489999999996 10484.27 station -name A-28
point 9143.579999999996 9914.66 station -name A-37@B3_Entree_01
point 7882.759999999997 11630.29 station -name A-27
point 9086.809999999996 9898.380000000001 station -name A-36@B3_Entree_01
point 7722.509999999997 11722.81 station -name A-26
point 9012.969999999996 9974.84 station -name A-35@B3_Entree_01
point 7544.929999999997 11787.44 station -name A-25
point 8875.239999999996 10022.27 station -name A-34@B3_Entree_01
point 7544.929999999997 11722.48 station -name A-24
point 8736.529999999995 10078.31 station -name A-33@B3_Entree_01
point 7544.929999999997 12675.24 station -name A-23
point 8546.609999999997 10367.66 station -name A-31@B3_Entree_01
point 7418.059999999996 12754.52 station -name A-22
point 8362.839999999997 10438.21 station -name A-30@B3_Entree_01
point 7113.899999999996 13260.72 station -name A-21
point 8168.489999999996 10550.41 station -name A-29@B3_Entree_01
point 6940.679999999997 13907.2 station -name A-20
point 8168.489999999996 10484.27 station -name A-28@B3_Entree_01
point 6797.609999999996 14244.24 station -name A-19
point 7882.759999999997 11630.29 station -name A-27@B3_Entree_01
point 6705.899999999996 14483.15 station -name A-18
point 7722.509999999997 11722.81 station -name A-26@B3_Entree_01
point 6451.019999999997 14729.28 station -name A-17
point 7544.929999999997 11787.44 station -name A-25@B3_Entree_01
point 6060.689999999996 14653.41 station -name A-16
point 7544.929999999997 11722.48 station -name A-24@B3_Entree_01
point 6060.0 15544.0 station -name A-15
point 7544.929999999997 12675.24 station -name A-23@B3_Entree_01
point 5926.449999999996 16163.71 station -name A-14
point 7418.059999999996 12754.52 station -name A-22@B3_Entree_01
point 5833.979999999996 16448.28 station -name A-13
point 7113.899999999996 13260.72 station -name A-21@B3_Entree_01
point 5759.529999999996 16473.92 station -name A-12
point 6940.679999999997 13907.2 station -name A-20@B3_Entree_01
point 5700.479999999996 16576.2 station -name A-11
point 6797.609999999996 14244.24 station -name A-19@B3_Entree_01
point 5576.669999999996 16691.66 station -name A-10
point 6705.899999999996 14483.15 station -name A-18@B3_Entree_01
point 5537.889999999997 17134.85 station -name A-09
point 6451.019999999997 14729.28 station -name A-17@B3_Entree_01
point 5447.3399999999965 17134.85 station -name A-08
point 6060.689999999996 14653.41 station -name A-16@B3_Entree_01
point 6060.0 15544.0 station -name A-15@B3_Entree_01
point 5926.449999999996 16163.71 station -name A-14@B3_Entree_01
point 5833.979999999996 16448.28 station -name A-13@B3_Entree_01
point 5759.529999999996 16473.92 station -name A-12@B3_Entree_01
point 5700.479999999996 16576.2 station -name A-11@B3_Entree_01
point 5576.669999999996 16691.66 station -name A-10@B3_Entree_01
point 5537.889999999997 17134.85 station -name A-09@B3_Entree_01
point 5447.3399999999965 17134.85 station -name A-08@B3_Entree_01
line wall -close on -outline in
6792.0 14124.0
@@ -107,17 +153,17 @@ line wall -close on -reverse on -outline in
6774.0 14436.0
endline
point 5447.3399999999965 17461.62 station -name A-07
point 5447.3399999999965 17461.62 station -name A-07@B3_Entree_01
point 5349.419999999996 17527.67 station -name A-06
point 5349.419999999996 17527.67 station -name A-06@B3_Entree_01
point 5073.099999999997 17881.34 station -name A-05
point 5073.099999999997 17881.34 station -name A-05@B3_Entree_01
point 4970.8399999999965 18035.69 station -name A-03
point 4970.8399999999965 18035.69 station -name A-03@B3_Entree_01
point 4762.719999999997 18266.82 station -name A-02
point 4762.719999999997 18266.82 station -name A-02@B3_Entree_01
point 4762.719999999997 18483.36 station -name A-01
point 4762.719999999997 18483.36 station -name A-01@B3_Entree_01
line wall
endline
@@ -251,13 +297,13 @@ line wall -reverse on
smooth off
endline
point 9156.0 8718.0 height -value [-26 m]
point 9274.0 8660.0 height -value [-26 m] -align left -scale l
point 8914.0 9364.0 height -value [-23 m]
point 9174.0 9352.0 height -value [-23 m] -align left -scale l
point 8012.0 10056.0 height -value [-11 m]
point 8226.0 10144.0 height -value [-11 m] -scale l -align left
point 7526.0 11004.0 height -value [-28 m]
point 7642.0 11016.0 height -value [-28 m] -align left -scale l
line wall -reverse on -subtype invisible
8538.0 10602.0
@@ -296,13 +342,13 @@ endline
point 4742.0 18714.0 entrance -orientation 178.2
point 5388.0 18086.0 height -value [-30 m]
point 5388.0 18086.0 height -value [-30 m] -align right -scale l
line wall
4508.0 18492.0
altitude .
4508.0 18492.0 4568.0 18508.0 4608.0 18460.0
4648.0 18412.0 4673.0 18374.0 4686.0 18347.0
4508.0 18492.0 4580.0 18490.0 4608.0 18460.0
4650.64 18414.32 4673.0 18374.0 4686.0 18347.0
4699.0 18320.0 4694.0 18304.0 4713.0 18263.0
4732.0 18222.0 4862.0 18080.0 4872.0 18076.0
4882.0 18072.0 4903.0 18024.0 4927.0 18002.0
@@ -324,7 +370,7 @@ line wall -subtype invisible
5278.0 17374.0
endline
point 5204.0 15752.0 height -value [-74 m]
point 5472.0 15746.0 height -value [-74 m] -align left -scale l
line wall -close on -reverse on -outline in
6504.0 14672.0
@@ -338,13 +384,13 @@ line wall -close on -reverse on -outline in
smooth off
endline
point 6796.0 12890.0 height -value [-13 m]
point 6848.0 12952.0 height -value [-13 m] -align left -scale l
point 7584.0 13972.0 height -value [-30 m]
point 7438.0 13946.0 height -value [-30 m] -align right -scale l
point 7248.0 14732.0 height -value [-11 m]
point 7072.0 14762.0 height -value [-11 m] -scale l -align right
point 7058.0 12168.0 height -value [-25 m]
point 7208.0 12154.0 height -value [-25 m] -align left -scale l
line rock-border -close on
7276.0 12782.0
@@ -473,7 +519,25 @@ line wall
smooth off
endline
point 4566.949999999996 18503.93 station -name A-00
point 4566.949999999996 18503.93 station -name A-00@B3_Entree_01
point 9479.969999999996 8139.889999999999 station -name B-40@B3_Entree_02
point 9095.609999999997 8106.26 station -name B-39@B3_Entree_02
line wall -reverse on
9066.0 8224.0
9066.0 8224.0 9302.0 8254.0 9366.0 8256.0
9430.0 8258.0 9558.0 8270.0 9558.0 8270.0
smooth off
endline
line wall
9096.0 8030.0
9096.0 8030.0 9366.0 8052.0 9432.0 8062.0
9498.0 8072.0 9602.0 8086.0 9602.0 8086.0
smooth off
endline
endscrap
@@ -555,20 +619,6 @@ point 7770.279999999996 7990.45 station -name B-35
point 8035.999999999996 8023.08 station -name B-36
line wall
9096.0 8030.0
9096.0 8030.0 9366.0 8052.0 9432.0 8062.0
9498.0 8072.0 9602.0 8086.0 9602.0 8086.0
smooth off
endline
line wall -reverse on
9066.0 8224.0
9066.0 8224.0 9302.0 8254.0 9366.0 8256.0
9430.0 8258.0 9558.0 8270.0 9558.0 8270.0
smooth off
endline
line wall -reverse on
-3982.0 7134.0
-3982.0 7134.0 -3886.0 7138.0 -3774.0 7166.0
@@ -688,10 +738,6 @@ point 8385.539999999997 8047.52 station -name B-37
point 8837.199999999997 8079.1 station -name B-38
point 9095.609999999997 8106.26 station -name B-39
point 9479.969999999996 8139.889999999999 station -name B-40
endscrap
@@ -9,7 +9,9 @@ survey GL4_Amonts -title "Gouffre GL4 - Lonne-Peyret Amonts"
centerline
date 1971.07.01
# team "Xxxxx Xxxxx"
team "Lambert Martin"
## Données reçu de Lambert Martin via Mickey Décembre 2024...
explo-date 1971.07.01
explo-team "CRS"
@@ -38,7 +38,7 @@ encoding utf-8
source GL04_Amonts-tot.th
## Add config file
input config.thc
input ../../../../../../config.thc
###############################################################################################
## 2-LAYOUT
@@ -131,7 +131,7 @@ layout layout-Plan
## Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
## Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
## ou une autre combination...
map-header 2 98 nw
map-header 2 2 nw
## arrière plan de la manchette
map-header-bg on
@@ -13,7 +13,7 @@ processing survey data ...
####################### cavern log file ########################
1> Survex 1.4.15
2> Copyright ¸ 1990-2024 Olly Betts
3> C:\Users\alexa\AppData\Local\Temp\th36476\data.svx:7: info: La topographie n'a pas de points fixes. Par consquent j'ai fix 1 … (0,0,0)
3> C:\Users\alexa\AppData\Local\Temp\th8104\data.svx:7: info: La topographie n'a pas de points fixes. Par consquent j'ai fix 1 … (0,0,0)
4>
5> La topographie contient 256 stations, connectes par 255 vises.
6> Il y a 0 bouclages.
@@ -29,7 +29,7 @@ processing survey data ...
16> 1 5-noeud.
17>
######################### transcription ########################
3> input:7 -- Data/GL04_Amonts.th [29]
3> input:7 -- Data/GL04_Amonts.th [31]
3> 1 : A@GL4_Amonts.GL04_Amonts
5> 256 : 248@GL4_Amonts.GL04_Amonts -- 255 : 247@GL4_Amonts.GL04_Amonts
10> 124 : G@GL4_Amonts.GL04_Amonts -- 2 : -@GL4_Amonts.GL04_Amonts
@@ -54,10 +54,9 @@ writing Data/GL04_Amonts-Extended.xvi ... done
############### export maps & scraps selection #################
M 39.17 MP-GL04_Amonts-Plan-tot@GL04_Amonts (GL04_Amonts)
M 39.52 MP-GL04_Amonts-Plan-tot@GL04_Amonts (GL04_Amonts)
S 19.72 SP-GL4_Amonts_01@GL04_Amonts ()
S 47.99 SP-GL4_Amonts_02@GL04_Amonts ()
S 36.68 SP-GL4_Amonts_03@GL04_Amonts ()
S 39.72 SP-GL4_Amonts_04@GL04_Amonts ()
S 41.16 SP-GL4_Amonts_05@GL04_Amonts ()
S 29.75 SP-GL4_Amonts_06@GL04_Amonts ()
@@ -66,7 +65,7 @@ S 28.78 SP-GL4_Amonts_08@GL04_Amonts ()
########## end of export maps & scraps selection ###############
writing Outputs/GL04_Amonts-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 3 JAN 2025 11:15
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 6 JAN 2025 16:08
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -74,40 +73,44 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16]
[17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] (./mptextmp.mp) [28]
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40]
[41] )
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9]
[Warning: scrap outline intersects itself in scrap SP-GL4_Amonts_06@GL04_Amonts
] [10] [11] [12] [13]
[Warning: scrap outline intersects itself in scrap SP-GL4_Amonts_05@GL04_Amonts
] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] (./mptextmp.mp)
[26] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) [27] [28] [29] [30] [31] [32] [33] [34] [35]
[36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50]
[51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] )
Here is how much of MetaPost's memory you used:
23884 strings using 572746 characters
4368472 bytes of node memory
1758 symbolic tokens
10i,82n,13p,430b,5f stack positions out of 16i,98n,16p,487b,6f
56 output files written: data-patt.1 .. data.41
43384 strings using 1043082 characters
6035760 bytes of node memory
1793 symbolic tokens
11i,82n,16p,430b,5f stack positions out of 16i,98n,17p,487b,6f
78 output files written: data-patt.1 .. data.63
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 3 JAN 2025 11:15
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 6 JAN 2025 16:08
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex (./th_legend.tex)) (./th_pages.tex)
102 numeric registers used out of 32768
123 numeric registers used out of 32768
[1] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
363 strings out of 95671
4746 string characters out of 1192323
72894 words of memory out of 1548937
1756 multiletter control sequences out of 15000+50000
385 strings out of 95671
4872 string characters out of 1192323
283833 words of memory out of 1737876
1778 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
12i,5n,8p,715b,73s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -115,12 +118,12 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 183109 bytes).
Output written on data.pdf (1 page, 356638 bytes).
PDF statistics:
164 PDF objects out of 1000 (max. 8388607)
87 compressed objects within 1 object stream
204 PDF objects out of 1000 (max. 8388607)
106 compressed objects within 2 object streams
0 named destinations out of 1000 (max. 500000)
415 words of extra memory for PDF output out of 10000 (max. 10000000)
533 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
@@ -140,7 +143,7 @@ S -.-- SC-GL4_Amonts_08@GL04_Amonts ()
########## end of export maps & scraps selection ###############
writing Outputs/GL04_Amonts-Extended.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 3 JAN 2025 11:15
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 6 JAN 2025 16:08
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -152,9 +155,9 @@ Preloading the plain mem file, version 1.005) ) (./data.mp
) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) [4] [5] [6] [7] )
Here is how much of MetaPost's memory you used:
1644 strings using 48237 characters
4480640 bytes of node memory
1754 symbolic tokens
1659 strings using 48530 characters
4529936 bytes of node memory
1778 symbolic tokens
9i,82n,12p,312b,5f stack positions out of 16i,98n,15p,312b,6f
22 output files written: data-patt.1 .. data-patt.15
@@ -163,7 +166,7 @@ Here is how much of MetaPost's memory you used:
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 3 JAN 2025 11:15
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 6 JAN 2025 16:08
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -187,7 +190,7 @@ Overfull \hbox (23.15439pt too wide) in paragraph at lines 12--12
Here is how much of TeX's memory you used:
315 strings out of 95671
4202 string characters out of 1192323
298307 words of memory out of 1764350
298447 words of memory out of 1764490
1708 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
@@ -195,7 +198,7 @@ Here is how much of TeX's memory you used:
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb><c:/Program Files/
Therion/texmf/fonts/type1/cmssi10.pfb><c:/Program Files/Therion/texmf/fonts/typ
e1/csss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 78832 bytes).
Output written on data.pdf (1 page, 79041 bytes).
PDF statistics:
54 PDF objects out of 1000 (max. 8388607)
32 compressed objects within 1 object stream
@@ -209,13 +212,13 @@ writing Outputs/GL04_Amonts.lox ........... done
C:\Program Files\Therion\therion.exe: warning -- data not georeferenced -- unable to export KML file
writing Outputs/GL04_Amonts-Cave-list.html ... done
writing Outputs/GL04_Amonts-Surveys.html ... done
compilation time: 3 sec
compilation time: 4 sec
###################### scrap distortions #######################
PROJECTION: plan
AVERAGE MAXIMAL SCRAP
0.00% 0.07% SP-GL4_Amonts_05@GL04_Amonts
0.00% 0.10% SP-GL4_Amonts_05@GL04_Amonts
0.00% 0.06% SP-GL4_Amonts_06@GL04_Amonts
0.00% 0.05% SP-GL4_Amonts_01@GL04_Amonts
0.00% 0.03% SP-GL4_Amonts_08@GL04_Amonts
@@ -25,9 +25,9 @@ line rope
7508.0 16919.0
endline
point 7374.0 19834.0 label -text R2 -scale s
point 7382.0 19758.0 label -text R2 -scale s -align right
point 7306.0 19960.0 label -text R2 -scale s
point 7306.0 19960.0 label -text R2 -scale s -align right
line rope
6616.0 21237.0
@@ -44,7 +44,7 @@ line rope
7266.0 17719.0
endline
point 6584.0 21620.0 label -text GL102 -scale xl
point 6600.0 21776.0 label -text GL102 -scale xl -align center
point 6594.0 21456.0 entrance -orientation 151.0
@@ -285,13 +285,13 @@ point 6844.0 19716.0 dig
point 7524.0 16780.0 dig
point 7320.0 16408.0 height -value [-17 m] -scale l
point 7424.0 16376.0 height -value [-17 m] -scale l -align left
point 6694.0 18202.0 height -value [-50 m] -scale l
point 6694.0 18202.0 height -value [-50 m] -scale l -align left
point 7090.0 20714.0 height -value [-34 m] -scale l
point 7090.0 20714.0 height -value [-34 m] -scale l -align right
point 6300.0 19736.0 height -value [-15 m] -scale l
point 6300.0 19736.0 height -value [-15 m] -scale l -align left
line rope
6731.0 20005.0
@@ -363,7 +363,7 @@ point 8565.630000000001 14432.259999999998 station -name 24@GL102_Entree_01
point 8403.93 14535.409999999998 station -name PTR_01_23@GL102_Entree_01
point 7748.0 15140.0 height -value [-38 m] -scale l
point 7868.0 15116.0 height -value [-38 m] -scale l -align left
point 8068.0 14596.0 station-name -align left -scale xs
@@ -392,7 +392,7 @@ line wall
smooth off
endline
point 8154.0 14102.0 height -value [-12 m] -scale l
point 8234.0 14062.0 height -value [-12 m] -scale l -align left
line wall -reverse on -subtype invisible
8818.0 14634.0
@@ -507,11 +507,11 @@ line rope
9452.0 12608.0
endline
point 9436.0 12422.0 height -value [-5 m] -scale l
point 9436.0 12422.0 height -value [-5 m] -scale l -align left
point 8868.0 12890.0 height -value [-18 m] -scale l
point 8960.0 12858.0 height -value [-18 m] -scale l -align left
point 8642.0 13448.0 height -value [-21 m] -scale l
point 8694.0 13428.0 height -value [-21 m] -scale l -align left
line border
9208.0 13218.0
@@ -782,6 +782,7 @@ line wall
8398.0 7674.0 8398.0 7610.0 8354.0 7592.0
8310.0 7574.0 8276.0 7604.0 8244.0 7596.0
8212.0 7588.0 8098.0 7570.0 8042.0 7556.0
smooth off
endline
point 8254.0 7370.0 water-flow -orientation 269.3
@@ -810,6 +811,7 @@ point 9474.580000000002 7928.7199999999975 station -name PTR_A84_52@GL102_Entree
line wall -reverse on
8282.0 7358.0
8222.0 7338.0 8122.0 7342.0 8060.0 7342.0
smooth off
endline
endscrap
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,469 @@
encoding utf-8
# Copyright (C) ARSIP 2024 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 Complexe_Lonne_Peyret-Bourrugues-tot.th
# Add Coordinates
#input Legendes/entrances_coordinates.th
# Add config file
input ../../config.thc
# 2-LAYOUT
# Ici, on peut specifier des choses comme les symboles à utiliser (UIS, etc)
# ou imprimer des explications des symboles
# Debut de la definition du Layout "xviexport"
layout xviexport
#cs UTM32
# echelle à laquelle on veut dessiner la topo
scale 1 100
#scale 1 1000
# taille de la grille
grid-size 2 2 2 m
# mettre la grille en arrière plan
grid bottom
endlayout
# fin de la définition du layout "xviexport"
#debut de la definition du layout "my_layout"
layout my_layout
# Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
# Call the config settings (Layout config inside the config.thc file)
copy Survey_No_Scrap
copy fonts_2000
copy drawingconfig
copy headerl
copy langue-fr
# Définition du système de projection du plan
cs UTM30
# La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
# Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 400 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
grid bottom
# Défini la rotation de la topographie
#rotate -65
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
grid-size 500 500 500 m
# la topo est transparente (on peut voir les galeries en dessous)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
## Couleur de la topographie
#color map-fg [100 100 80]
#color map-fg [100 100 80]
#color map-fg altitude
#color-legend off
color map-fg 90
## ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
##surface bottom
#surface-opacity 100
# Auteur
doc-author "Alexandre Pont pour l'ARSIP"
# Titre
doc-title "Complexe Lonné Peyret - Bourrugues"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header 2 98 nw
# arrière plan de la manchette
map-header-bg on
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
# "legend off" = pas de légende
legend on
# Par défaut, la légende est de 14 cm de largeur
legend-width 50 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
map-comment "Massif de la Pierre Saint Martin - Larra"
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
statistics explo-length off
statistics topo-length off
# Afficher un copyright
statistics copyright 2
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
#debug scrap-names
#debug station-names
layers on
overlap 3 cm
code tex-map
%\legendwidth=60
\legendtextsize={\size[30]} %% Taille de la police
\legendtextheadersize={\size[52]} %% Taille de la police du titre
\legendtextsectionsize={\size[40]} %% Taille de la police de la légende
%\legendtextcolor={\color[0 0 110]}
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
% ie Therion can not infer a unique title from the input data given.
% This code allows you to define an output map title {cavename} if it happens to be empty
\edef\temp{\the\cavename} % cavename from Therion
\edef\nostring{} % empty string
\ifx\temp\nostring % test if cavename is empty
% if empty
reassign cavename to describe selected maps as a group
\else % if not empty keep the value set by therion, or assign an override cavename here
\fi
\cavename={Complexe Lonné Peyret - Bourrugues}
\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
\newtoks\wpage \wpage={https://www.arsip.fr/}
\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
\newtoks\synth \synth={Alexandre Pont pour l'ARSIP}
\framethickness=0.5mm
endcode
map-image 4 77 nw ../../Logos/Logo-ARSIP-Synthese-Topographique_XL.png
map-image 25 40 n Outputs/GL102_Puits-Coupe.pdf
endlayout
#debut de la definition du layout "layout-coupe"
layout layout-coupe
## Rajout des coordonnées de l'entrée
#copy Coords_Header_CDa
## Call the config settings (Layout config inside the config.thc file)
copy Survey_No_Scrap
copy fonts_2000
copy drawingconfig
#copy header_coupe
copy langue-fr
# copy scalebar_vert-Halama
copy scalebar_vert
# Définition du système de projection du plan
cs UTM30
# La ligne base-scale spécifie l'échelle auquel nous avons dessiné nos croquis.
# Par défaut, Therion pense que c'est une échelle 1:200. Si on a utilisé une autre échelle,
# il faut enlever le "#" et spécifier l'échelle vraiment employée, comme c'est le cas
# après avoir dessiné la topo sur un cheminement exporté avec le layout "xviexport".
# Jouer avec le ration base-scale/scale permet de jouer globalement sur les tailles
# des caractères et des traits.
base-scale 1 800
# Maintenant on va mettre une ligne "scale" pour specifier l'échelle pour imprimer la topo.
# La combination entre scale et base-scale contrôle l'épaisseur des lignes, rotation, etc, convenable
# pour faire l'ampliation-réduction entre dessin et le résultat de l'imprimante
# C'est tres important s'assurer que la configuration de l'imprimante ne spécifie pas l'option "Fit in page"
# ou similaire, sinon, l'échelle sera changée pendant l'impression!
scale 1 1000
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
scale-bar 350 m
# Voici une ligne pour specifier qu'il faut imprimer une grille au dessous de la topo
#grid bottom
grid off
# Une ligne pour specifier que la grille est 1000x1000x1000 m
# (Trois dimensions, oui, ça sert pour la coupe aussi)
#grid-size 250 250 250 m
# la topo est transparente (on peut voir les galeries inférieurs)
# C'est on par défaut, donc, pas vraiment besoin de specifier
transparency on
# Couleur de la topographie
#color map-fg [100 100 80]
color map-fg 90
# ça marche seulement si transparency est "on" 90% blanc= 10% noir
opacity 75
#surface bottom
#surface-opacity 100
# Auteur
doc-author "Alexandre Pont"
# Titre
doc-title "GL102 - Puits - coupe développée - 1:250"
# Maintenant on spécifie la position de la manchette, dont l'intérieur est occupé par le titre, auteurs, etc.
# Nous pouvons indiquer les cordonnées du point de la topo ou l'on veut la manchette :
# 0 0, c'est en bas, à gauche, 100 100, c'est en haut, à droite
# La manchette a des "points cardinaux" autour : n, s, ne, sw, etc.
# Il faut specifier un de ces points comme ce que sera placé sur les cordonnées.
# Alors nous pouvons specifier que le sud-ouest de la manchette soit placé en bas, a gauche,
# ou une autre combination...
map-header -20 110 nw
# arrière plan de la manchette
map-header-bg off
# Légende pour expliciter les symboles. "on" imprimera seulement la légende des symboles dessinés
# sur la topo. Si l'on veut pour tous les symboles, utilisés ou pas, il faut indiquer "all".
# "legend off" = pas de légende
legend off
# Par défaut, la légende est de 14 cm de largeur
legend-width 14 cm
legend-columns 3
# Un commentaire à ajouter au titre, on pourrait indiquer ici la mairie où est placée la cavité
# dont le nom est probablement le titre de la topo.
map-comment "Massif de la Pierre Saint Martin - Larra"
# Afficher les statistiques d'explo/topo par équipe/nom. C'est lourd
# si la cavité est importante et qu'il y a beaucoup d'explorateurs/topographes.
statistics explo-length off
statistics topo-length off
# Afficher un copyright
statistics copyright off
# Dessin ou pas du cheminement topo
symbol-hide point station
symbol-hide line survey
symbol-hide point u:symbol_plan
symbol-hide point u:symbol_extend
symbol-hide point station-name
# debug scrap-names
#debug station-names
# color map-fg [100 100 80]
# color map-fg altitude
# color-legend off
layers on
overlap 2 cm
code tex-map
\legendcontent={%
\hsize=\legendwidth
\color[0 0 0]\the\legendtextcolor
%\ifnortharrow\vbox to 0pt{\line{\hfil\northarrow}\vss}\fi
%print cave map name
\edef\tmp{\the\cavename} \ifx\tmp\empty \else
{\the\legendtextheadersize\the\cavename}\vskip4cm
\fi
%print comment
# {\rightskip=0pt plus 3em\parskip=3bp
# \edef\tmp{\the\comment} \ifx\tmp\empty \else
# {\the\legendtextsize\the\comment} \par\medskip\vskip1cm
# \fi}
%print scalebar
\ifscalebar\scalebar\vskip1cm\fi
{
%print the coordinates of the entrance. It is associated with the entrances_coordinates.th file
# \edef\tmp{\the\ECoordinates} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thcoords: \ss\the\ECoordinates\par}
# \vskip0.5cm
# \fi
%print cavelength and depth
# \everypar{\hangindent=2em\hangafter=1}
# \edef\tmp{\the\cavelength} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavelengthtitle: \ss\the\cavelength\par}
# \fi
# \edef\tmp{\the\cavedepth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cavedepthtitle: \ss\the\cavedepth\par}
# \fi
% end bruces addition
%print explorers names
# \edef\tmp{\the\exploteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\explotitle: \ss\the\exploteam\quad\si\the\explodate\par}
# \fi
%print surveyors names
# \edef\tmp{\the\topoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\topotitle: \ss\the\topoteam\quad\si\the\topodate\par}
# \fi
# %%print the guides
# \edef\tmp{\the\guide} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thguide: \ss\the\guide\par}
# \fi
%print cartographers names
# \edef\tmp{\the\cartoteam} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\cartotitle: \ss\the\cartoteam\quad\si\the\cartodate\par}
# \fi
%print synthesys name !!! !!! with newtoks\synth \synth={Synth Name} in the thconfig
# \edef\tmp{\the\synth} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thsynth: \ss\the\synth\par}
# \fi
%print the club
# \edef\tmp{\the\club} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thclub: \ss\the\club\par}
# \fi
%%print the expedition
# \edef\tmp{\the\expe} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thexpe: \ss\the\expe\par}
# \fi
%%print the web page
# \edef\tmp{\the\wpage} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thwpage: \ss\the\wpage\par}
# \fi
%%print the survey's data web page
# \edef\tmp{\the\datat} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\thdatat: \ss\the\datat\par}
# \fi
# % start bruces addition (compilation version and date modified to use built-in 5.3.15 variables)
# \edef\tmp{\the\thversion} \ifx\tmp\empty \else %only write version and date if version is not emplty
# {\the\legendtextsize\si\the\thversiontitleA: \ss\the\thversiontitleB \ss\the\thversion}
# % \fi
# % \edef\tmp{\the\currentdate} \ifx\tmp\empty \else
# {\the\legendtextsize\si\the\datetitle \ss\the\currentdate\par}
# \fi
# % end bruces addition
%print copyrights
# \edef\tmp{\the\copyrights} \ifx\tmp\empty \else
# {\the\legendtextsize\ss\the\copyrights\par}
# \fi
# \edef\tmp{\the\thanksto} \ifx\tmp\empty \else
# \bigskip
# {\the\legendtextsize\si\the\ththanksto: \ss\the\thanksto\par}
# %\def\ththankstotitle{Nos remerciements : }
# %{\everypar{\hangindent=7.2em\hangafter=1}
# %\size[\thsizem]\si\ththankstotitle \ss\ththanksto\par}
# \fi
}
\formattedlegend
\color[0 0 0]
}
# endcode
# Modification du Titre de la topo
# code tex-map
% Output map title as determined by Therion is stored in cavename, défini par la une Map.
% It will be empty if there are multiple maps selected for any one projection
% AND there are multiple source surveys identified in the thconfig file
% ie Therion can not infer a unique title from the input data given.
% This code allows you to define an output map title {cavename} if it happens to be empty
# \edef\temp{\the\cavename} % cavename from Therion
# \edef\nostring{} % empty string
# \ifx\temp\nostring % test if cavename is empty
# % if empty
# reassign cavename to describe selected maps as a group
# \else % if not empty keep the value set by therion, or assign an override cavename here
# \fi
\cavename={Coupe puits GL102 - Lonné Peyret}
%\newtoks\club \club={ARSIP}
%\newtoks\thanksto \thanksto={Alpes Minages pour son soutien actif et Loire Travaux Spéciaux l'aide logistique}
%\newtoks\wpage \wpage={https://www.arsip.fr/}
%\newtoks\datat \datat={https://github.com/Alex38Lyon/Synthese-PSM\_LARRA}
%\newtoks\synth \synth={Alexandre Pont}
\framethickness=0.5mm
endcode
endlayout
# Fin de la definition du Layout "normal"
layout layout-kml
# Définition du système de projection du plan
cs EPSG:2154
# Couleur de la topographie
# Rouge-Orange = 255,69,0 -->
# Orange = 255,165,0 -->
# Orange Sombre = 255,140,0 -->
# Bleu --> 0, 0 255
color map-fg [0 0 100]
endlayout
# 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
# select MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
# select MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
# 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/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/GL102_Puits-Coupe_(test).pdf
unselect MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
unselect MP-Complexe_Lonne_Peyret-Bourrugues-Plan-tot@Complexe_Lonne_Peyret-Bourrugues
select MC-B3_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues
export map -projection extended -fmt pdf -layout layout-coupe -o Outputs/B3_Puits-Coupe_(test).pdf
# Export du fichier 3d pour Loch
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.lox
# export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml
# Export des fichiers ESRI
# export map -proj plan -fmt esri -o Outputs/SHP/ -enc UTF-8
# export model -fmt esri -o Outputs/SHP/ -enc UTF-8
#export map -proj plan -fmt esri -o Outputs/SHP/therion -layout my_layout -enc ASCII
# Export des fichiers kml
#export map -proj plan -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues.kml -layout layout-kml
#export model -fmt kml -o Outputs/Complexe_Lonne_Peyret-Bourrugues-model.kml -enable all
#export model -enable all -o Outputs/Complexe_Lonne_Peyret-Bourrugues-3D.kml
# export cave-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html
# export survey-list -location on -o Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html
+40 -200
View File
@@ -135,7 +135,7 @@ processing extended elevation ... done
processing references ... done
selecting export objects ... done
processing projection plan ... done
average distortion: 0.19%
average distortion: 0.18%
############### export maps & scraps selection #################
@@ -241,7 +241,7 @@ S 1620.00 SP-NL31_Entree_01@NL31_Squelettes.Complexe_Lonne_Peyret-Bourrugues ()
########## end of export maps & scraps selection ###############
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Plan.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 JAN 2025 10:40
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 6 JAN 2025 18:16
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
@@ -303,38 +303,41 @@ urrugues.Complexe_Lonne_Peyret-Bourrugues] [122] [123] [124] [125]
urrugues.Complexe_Lonne_Peyret-Bourrugues] [126] [127] [128] [129] [130] [131]
[132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144]
[145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157]
[158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170]
[171] [172] [173] [174] [175] [176] [177]
[158] [159] [160] [161] [162]
[Warning: scrap outline intersects itself in scrap SP-GL4_Amonts_06@GL04_Amonts
.Complexe_Lonne_Peyret-Bourrugues] [163] [164] [165] [166] [167] [168] [169]
[170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]
[183]
[Warning: scrap outline intersects itself in scrap SP-GL102_Amont_01B@Gouffre_d
u_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [178] [179] [180] [181] [182]
[183] [184] [185] [186] [187] [188] [189] [190] [191] [192]
u_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [184] [185] [186] [187] [188]
[189] [190] [191] [192] [193] [194] [195] [196] [197] [198]
[Warning: scrap outline intersects itself in scrap SP-GL102_Aval_01E@Gouffre_du
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [193] [194] [195] [196] [197]
[198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210]
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [199] [200] [201] [202] [203]
[204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216]
[Warning: scrap outline intersects itself in scrap SP-GL102_Aval_01A@Gouffre_du
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [211] [212] [213] [214] [215]
[216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228]
[229] [230] [231] [232] [233] [234] (./mptextmp.mp) [235] (./mptextmp.mp)
_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [217] [218] [219] [220] [221]
[222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234]
[235] [236] [237] [238] [239] [240] (./mptextmp.mp) [241] (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
[236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248]
[249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261]
[262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274]
[275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287]
[288] [289] [290] [291] [292] )
[242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254]
[255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267]
[268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280]
[281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293]
[294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] )
Here is how much of MetaPost's memory you used:
190613 strings using 4588052 characters
6782656 bytes of node memory
1780 symbolic tokens
10i,82n,17p,612b,5f stack positions out of 16i,98n,20p,760b,6f
307 output files written: data-patt.1 .. data.292
210817 strings using 5057128 characters
8350832 bytes of node memory
1804 symbolic tokens
11i,82n,17p,612b,5f stack positions out of 16i,98n,20p,760b,6f
319 output files written: data-patt.1 .. data.304
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 4 JAN 2025 10:40
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 6 JAN 2025 18:16
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
@@ -345,15 +348,18 @@ Normal \count register pool exhausted, switching to extended pool.)
(./th_pagedef.tex (./th_legend.tex) <d:/08 GitHub/Synthese-PSM_LARRA/Data/Compl
exe_Lonne_Peyret-Bourrugues/../../Logos/Logo-ARSIP-Synthese-Topographique_XL.pn
g> <d:/08 GitHub/Synthese-PSM_LARRA/Data/Complexe_Lonne_Peyret-Bourrugues/Outpu
ts/GL102_Puits-Coupe.pdf>) (./th_pages.tex)
ts/GL102_Puits-Coupe.pdf> <d:/08 GitHub/Synthese-PSM_LARRA/Data/Complexe_Lonne_
Peyret-Bourrugues/Outputs/B3_Puits-Coupe.pdf> <d:/08 GitHub/Synthese-PSM_LARRA/
Data/Complexe_Lonne_Peyret-Bourrugues/Outputs/AP7_Puits-Coupe.pdf>)
(./th_pages.tex)
253 numeric registers used out of 32768
[1] )
(\end occurred when \ifx on line 12 was incomplete)
Here is how much of TeX's memory you used:
918 strings out of 95671
11457 string characters out of 1192323
303939 words of memory out of 1773982
2311 multiletter control sequences out of 15000+50000
930 strings out of 95671
11561 string characters out of 1192323
354782 words of memory out of 1811825
2323 multiletter control sequences out of 15000+50000
21229 words of font info for 66 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
13i,5n,9p,1688b,75s stack positions out of 5000i,500n,10000p,200000b,50000s
@@ -361,106 +367,17 @@ Here is how much of TeX's memory you used:
xmf/fonts/type1/cmss10.pfb><c:/Program Files/Therion/texmf/fonts/type1/cmssi10.
pfb><c:/Program Files/Therion/texmf/fonts/type1/csss10.pfb><c:/Program Files/Th
erion/texmf/fonts/type1/csssi10.pfb>
Output written on data.pdf (1 page, 6931501 bytes).
Output written on data.pdf (1 page, 7388566 bytes).
PDF statistics:
1453 PDF objects out of 1728 (max. 8388607)
729 compressed objects within 8 object streams
1555 PDF objects out of 1728 (max. 8388607)
785 compressed objects within 8 object streams
0 named destinations out of 1000 (max. 500000)
4077 words of extra memory for PDF output out of 10000 (max. 10000000)
4159 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
done
processing projection extended ... done
average distortion: 18.78%
############### export maps & scraps selection #################
M 0.00 MC-GL102_Puits-Coupe-tot@Complexe_Lonne_Peyret-Bourrugues (GL102 coupe puits)
M 0.00 MC-GL102_Puits@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues (GL102 - Puits)
S 0.00 SC-GL102_Entree_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues ()
S 0.00 SC-GL102_Entree_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues ()
S 0.00 SC-GL102_Entree_02A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues ()
S 0.00 SC-GL102_Entree_02B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues ()
########## end of export maps & scraps selection ###############
writing Outputs/GL102_Puits-Coupe.pdf ...
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 JAN 2025 10:40
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
Preloading the plain mem file, version 1.005) ) (./data.mp
{randomseed:=42}
[1] [2] [3] [4]
[5] [6] [7] [8] [9] [10] [11] [12] [13] [14]
[15] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]
[Warning: scrap outline intersects itself in scrap SC-GL102_Entree_01A@Gouffre_
du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues] [14] [15] [16] (./mptextmp.mp
) [17] (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp) (./mptextmp.mp)
(./mptextmp.mp) (./mptextmp.mp) [18] )
Here is how much of MetaPost's memory you used:
8070 strings using 204597 characters
3915968 bytes of node memory
1770 symbolic tokens
9i,82n,17p,312b,5f stack positions out of 16i,98n,21p,312b,6f
33 output files written: data-patt.1 .. data.18
#################### end of metapost log file ####################
converting scraps ... done
making map ... done
######################## pdftex log file #########################
This is pdfTeX, Version 3.141592653-2.6-1.40.22 (TeX Live 2021/W32TeX) (preloaded format=pdfetex 2023.12.2) 4 JAN 2025 10:40
entering extended mode
**data.tex
(./data.tex (./th_enc.tex) (./th_texts.tex) (./th_resources.tex
(c:/Program Files/Therion/texmf/tex/glyphtounicode.tex)) (./th_fontdef.tex{c:/P
rogram Files/Therion/texmf/fonts/pdftex.map})
(./th_formdef.tex) (./th_pagedef.tex) (./th_pages.tex)
85 numeric registers used out of 32768
[1] )
Here is how much of TeX's memory you used:
344 strings out of 95671
4594 string characters out of 1192323
29493 words of memory out of 1516536
1742 multiletter control sequences out of 15000+50000
16503 words of font info for 54 fonts, out of 1000000 for 2000
844 hyphenation exceptions out of 5000
6i,5n,6p,1688b,36s stack positions out of 5000i,500n,10000p,200000b,50000s
<c:/Program Files/Therion/texmf/fonts/type1/cmss10.pfb>
Output written on data.pdf (1 page, 65133 bytes).
PDF statistics:
107 PDF objects out of 1000 (max. 8388607)
57 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
289 words of extra memory for PDF output out of 10000 (max. 10000000)
##################### end of pdftex log file #####################
done
writing Outputs/Complexe_Lonne_Peyret-Bourrugues.lox ........
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
C:\Program Files\Therion\therion.exe: warning -- SP-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues -- invalid scrap outline
.........................................
C:\Program Files\Therion\therion.exe: warning -- SP-B3_Entree_05@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues -- multiple scrap outer outlines not supported yet
........................................ done
writing Outputs/Complexe_Lonne_Peyret-Bourrugues.kml ... done
####################### metapost log file ########################
This is MetaPost, version 2.01 (TeX Live 2021/W32TeX) (kpathsea version 6.3.3) 4 JAN 2025 10:41
**data.mp
(c:/Program Files/Therion/texmf/mpost/mpost.mp
(c:/Program Files/Therion/texmf/mpost/plain.mp
Preloading the plain mem file, version 1.005) ) (./data.mp [1] )
1 output file written: data.1
#################### end of metapost log file ####################
writing Outputs/SHP/ ... done
writing Outputs/SHP/ ... done
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Cave-list.html ... done
writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html ... done
compilation time: 66 sec
compilation time: 12 sec
######################### loop errors ##########################
@@ -492,7 +409,7 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
1.31% 33.31% SP-GL102_Entree_02B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.25% 33.23% SP-GL102_Amont_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.89% 32.11% SP-GL102_Entree_02A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.12% 31.53% SP-GL4_Amonts_06@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.08% 31.53% SP-GL4_Amonts_06@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
5.41% 29.52% SP-GL102_Entree_02D@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.11% 25.80% SP-GL102_Entree_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.10% 25.25% SP-B3_Amonts_01@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
@@ -521,8 +438,8 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
0.01% 0.79% SP-B3_Amonts_04@B3_Amonts.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.75% SP-GL102_Aval_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.02% 0.63% SP-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.63% SP-GL4_Amonts_08@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.03% 0.62% SP-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.55% SP-GL4_Amonts_08@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.53% SP-GL4_Amonts_01@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.50% SP-GL4_Amonts_07@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.01% 0.47% SP-GL102_Aval_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
@@ -563,83 +480,6 @@ REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
0.00% 0.00% SP-GL04_Entree_01@GL04_Entree.GL04_Cam_Claque.Complexe_Lonne_Peyret-Bourrugues
################### end of scrap distortions ###################
###################### scrap distortions #######################
PROJECTION: extended
AVERAGE MAXIMAL SCRAP
49.45% 100.00% SC-AP7_Aval_01@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
53.37% 99.84% SC-GL4_Amonts_01@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
22.90% 99.61% SC-AP7_Amonts_01@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.81% 77.61% SC-GL102_Entree_02B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
13.03% 49.61% SC-GL102_Riviere_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.67% 40.38% SC-GL102_Aval_01D@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
2.38% 24.94% SC-GL102_Riviere_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.06% 13.35% SC-GL102_Amont_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.12% 10.17% SC-GL102_Entree_02B2@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.08% 8.24% SC-GL4_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.09% 4.63% SC-B3_Entree_01@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.03% 1.18% SC-GL4_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.01% 1.06% SC-B3_Entree_06@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.41% SC-B3_Entree_02@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.31% SC-AP7_Entree_01@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.26% SC-B3_Entree_04@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.01% SC-GL102_Entree_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.01% SC-GL102_Entree_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.01% SC-GL102_Entree_02A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL102_Aval_01A@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL102_Aval_01C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL102_Aval_01B@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL102_Entree_02C@Gouffre_du_Lonne_Peyret.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL80_Entree_01@GL80.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-B3_Entree_03@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-B3_Entree_05@B3_Entree.B3-Bourrugues.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL04_Entree_01@GL04_Entree.GL04_Cam_Claque.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP260_Entree_01@AP260.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_02@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_03@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_04@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_05@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_06@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_07@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-GL4_Amonts_08@GL04_Amonts.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_10@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-NL31_Entree_01@NL31_Squelettes.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_07@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_15@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_14@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_13@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_12@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_11@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_10@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_09@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_08@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_16@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_06@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_05@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_04@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_03@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_02@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Entree_03@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Entree_02@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_02@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_11@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_09@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_08@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_07@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_06@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_05@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_04@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_03@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Amonts_12@AP7_Amonts.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_23@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_22@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_21@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_20@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_19@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_18@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
0.00% 0.00% SC-AP7_Aval_17@AP7_Aval.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues
################### end of scrap distortions ###################
############# CRS transformations chosen by PROJ ###############
Area of Use (AoU): (-0.769, 42.974) (-0.727, 42.978)
[UTM30 → LONG-LAT] AoU: [yes] 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]
+337 -116
View File
File diff suppressed because it is too large Load Diff