mirror of
https://github.com/Alex38Lyon/Synthese-PSM_LARRA.git
synced 2026-06-01 22:00:53 +00:00
AP7 - Gouffre des Arres planère
This commit is contained in:
@@ -9,7 +9,7 @@ encoding utf-8
|
||||
survey Complexe_Lonne_Peyret-Bourrugues -title "Complexe Lonné Peyret-Bourrugues"
|
||||
input Data/B3_Bourrugues/B3_Bourrugues-tot.th
|
||||
input Data/GL102_Lonne_Peyret/GL102_Lonne_Peyret-tot.th
|
||||
|
||||
input Data/AP7_Arres_Planeres/AP7_Arres_Planeres-tot.th
|
||||
## Pour le plan
|
||||
# input Data/Complexe_Lonne_Peyret-Bourrugues-plan.th2
|
||||
|
||||
|
||||
+19
@@ -0,0 +1,19 @@
|
||||
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/>
|
||||
|
||||
map MP-AP7_Arres_Planeres-plan-tot -title "AP7_Arres_Planeres"
|
||||
SP-AP7_Arres_Planeres_01
|
||||
break
|
||||
SP-AP7_Arres_Planeres_02
|
||||
endmap
|
||||
|
||||
map MC-AP7_Arres_Planeres-coupe-tot -title "AP7_Arres_Planeres"
|
||||
SC-AP7_Arres_Planeres_01
|
||||
break
|
||||
SC-AP7_Arres_Planeres_02
|
||||
endmap
|
||||
+21
@@ -0,0 +1,21 @@
|
||||
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/>
|
||||
|
||||
survey AP7_Arres_Planeres -title "AP7 Arres Planères"
|
||||
input Data/AP7_Entree.th
|
||||
|
||||
## Pour le plan
|
||||
# input Data/AP7_Arres_Planeres-plan.th2
|
||||
|
||||
## Pour la coupe développée
|
||||
# input Data/AP7_Arres_Planeres-coupe.th2
|
||||
|
||||
## Appel des maps
|
||||
# input AP7_Arres_Planeres-maps.th
|
||||
|
||||
endsurvey
|
||||
+357
@@ -0,0 +1,357 @@
|
||||
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 AP7_Arres_Planeres-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 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 100
|
||||
|
||||
# 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 100
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 10 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 50 50 50 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 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_Arres_Planeres plan - 1:100"
|
||||
|
||||
# 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 15 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
|
||||
#debug scrap-names
|
||||
#debug station-names
|
||||
|
||||
|
||||
# color map-fg [100 100 80]
|
||||
# color map-fg altitude
|
||||
# color-legend off
|
||||
|
||||
layers on
|
||||
|
||||
overlap 3 cm
|
||||
|
||||
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={AP7_Arres_Planeres, plan 1:100}
|
||||
\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
|
||||
|
||||
#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 drawingconfig
|
||||
copy header_coupe
|
||||
#copy headerl
|
||||
#copy header_coupe_vert-auto
|
||||
#copy header_coupe_vert-to-place
|
||||
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 250
|
||||
|
||||
# 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 250
|
||||
|
||||
# Echelle graphique 100 m ampleur (Généralement, le choix scale/10 est plutôt pas mal)
|
||||
scale-bar 40 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_Arres_Planeres 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 98 98 ne
|
||||
# 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 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 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
|
||||
# debug scrap-names
|
||||
debug station-names
|
||||
|
||||
|
||||
# color map-fg [100 100 80]
|
||||
# color map-fg altitude
|
||||
# color-legend off
|
||||
|
||||
layers on
|
||||
|
||||
overlap 3 cm
|
||||
|
||||
# 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={AP7_Arres_Planeres, coupe développée}
|
||||
\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/AP7_Arres_Planeres-map.xvi
|
||||
#export map -proj extended -layout xviexport -fmt xvi -o Data/AP7_Arres_Planeres-coupe.xvi
|
||||
|
||||
# Selection des Maps à exporter
|
||||
# select MP-AP7_Arres_Planeres-plan-tot@AP7_Arres_Planeres
|
||||
# select MC-AP7_Arres_Planeres-coupe-tot@AP7_Arres_Planeres
|
||||
|
||||
# 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 extended -fmt pdf -layout layout-coupe -o Outputs/AP7_Arres_Planeres-Coupe.pdf
|
||||
#export map -projection extended -fmt pdf -layout layout-coupe-LT -o Outputs/AP7_Arres_Planeres-Coupe-LT.pdf
|
||||
#export map -projection plan -fmt pdf -layout layout-plan-LT -o Outputs/AP7_Arres_Planeres-Plan-LT.pdf
|
||||
# export map -projection plan -fmt pdf -layout my_layout -o Outputs/AP7_Arres_Planeres-Plan.pdf
|
||||
#export map -projection extended -fmt pdf -layout layout-coupe-plan -o Outputs/AP7_Arres_Planeres-Coupe-Plan.pdf
|
||||
|
||||
|
||||
# Export du fichier 3d pour Loch
|
||||
export model -enable all -o Outputs/AP7_Arres_Planeres.lox
|
||||
export model -enable all -o Outputs/AP7_Arres_Planeres.kml
|
||||
|
||||
# Export des fichiers ESRI
|
||||
#export map -proj plan -fmt esri -o Outputs/AP7_Arres_Planeres
|
||||
|
||||
# Export des fichiers kml
|
||||
#export map -proj plan -fmt kml -o Outputs/AP7_Arres_Planeres.kml -layout layout-kml
|
||||
#export model -fmt kml -o Outputs/AP7_Arres_Planeres-model.kml -enable all
|
||||
#export model -enable all -o Outputs/AP7_Arres_Planeres-3D.kml
|
||||
export cave-list -location on -o Outputs/AP7_Arres_Planeres-Cave-list.html
|
||||
export survey-list -location on -o Outputs/AP7_Arres_Planeres-Surveys.html
|
||||
File diff suppressed because it is too large
Load Diff
+18
@@ -0,0 +1,18 @@
|
||||
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/>
|
||||
|
||||
|
||||
scrap SC-Dossier_Type_01 -projection extended -station-names "" "@Dossier_Type" -author 2024 "Alexandre Pont" -copyright 2024 "licence CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/"
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
scrap SC-Dossier_Type_02 -projection extended -station-names "" "@Dossier_Type" -author 2024 "Alexandre Pont" -copyright 2024 "licence CC by-nc-nd : http://creativecommons.org/licenses/by-nc-nd/4.0/"
|
||||
|
||||
endscrap
|
||||
|
||||
+20
@@ -0,0 +1,20 @@
|
||||
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/>
|
||||
|
||||
|
||||
|
||||
|
||||
scrap SP-Dossier_Type_01 -station-names "" "@Dossier_Type" -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]
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
scrap SP-Dossier_Type_02 -station-names "" "@Dossier_Type" -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]
|
||||
|
||||
endscrap
|
||||
|
||||
|
||||
+52
@@ -0,0 +1,52 @@
|
||||
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/>
|
||||
|
||||
|
||||
layout Entrances_coords_CDa
|
||||
# Layout where we define the different variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
# We need one variable per entrance.
|
||||
|
||||
# This layout is called by the layout Coords_Header below
|
||||
|
||||
code tex-map
|
||||
\def\thjunk{ }
|
||||
\def\thlocationCDa{UTM30 WGS84 X : 679.298 Y : 4758.093 Alt. : 1 644 m}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
layout Coords_Header_CDa
|
||||
# Layout that set the presentation for the entrance coordinates.
|
||||
|
||||
copy Entrances_coords_CDa
|
||||
# it calls the layout above Entrances_coords where we defined the different
|
||||
# variables that contain the text with
|
||||
# the entrance coordinates we want to print in the header.
|
||||
|
||||
code tex-map
|
||||
\def\nostring{}
|
||||
\def\thsizexl{}
|
||||
\def\thsizel{}
|
||||
\def\thsizem{}
|
||||
\ifx\thsizexl\nostring\def\thsizexl{30}\else\fi
|
||||
\ifx\thsizel\nostring\def\thsizel{24}\else\fi
|
||||
\ifx\thsizem\nostring\def\thsizem{12}\else\fi
|
||||
|
||||
\ECoordinates={
|
||||
%\edef\tmp{\thjunk} \ifx\tmp\empty \else
|
||||
%{\size[\thsizem] \ss\thjunk\vss}
|
||||
%\fi
|
||||
\edef\tmp{\thlocationCDa} \ifx\tmp\empty \else
|
||||
{\size[\thsizem]\hskip0cm \ss\thlocationCDa\vss} % The first one should be without hskip
|
||||
\fi
|
||||
}
|
||||
endcode
|
||||
|
||||
endlayout
|
||||
|
||||
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>AP7_Arres_Planeres-Cave-list.html</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<script language="javascript">
|
||||
function xTree(node)
|
||||
{
|
||||
var fsub = true;
|
||||
var show = false;
|
||||
var last = node.length;
|
||||
var all = document.getElementsByTagName("tr");
|
||||
for(i = 1; i < all.length; i++) {
|
||||
if ((all[i].id.length > node.length) && (all[i].id.substr(0, node.length) == node)) {
|
||||
if (fsub) {
|
||||
fsub = false;
|
||||
show = (all[i].style.display == "none");
|
||||
last = all[i].id.lastIndexOf(".");
|
||||
}
|
||||
if (show) {
|
||||
if (all[i].id.lastIndexOf(".") == last)
|
||||
all[i].style.display = "";
|
||||
} else {
|
||||
all[i].style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style type="text/css">
|
||||
body {font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 1.5;}
|
||||
table {font-size:80%; border-spacing: 0px;}
|
||||
th {border-bottom:2px solid #a7a9aa; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:1px;}
|
||||
td {border-bottom:1px solid #a7a9aa; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr><th align="left">Title</th><th align="right">Length</th><th align="right">Depth</th><th align="right">Explored</th><th align="right">X</th><th align="right">Y</th><th align="right">Altitude</th></tr>
|
||||
<tr id="AP7_Arres_Planeres"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('AP7_Arres_Planeres')">AP7 Arres Planères</a></td><td align="right" style="color:#808080">4648</td><td align="right">354</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="AP7_Arres_Planeres.AP7_Entree"><td align="left" style="padding-left: 12px">Gouffre des arres planères</td><td align="right">4648</td><td align="right">354</td><td align="right"> </td><td align="right">684207.000</td><td align="right">4760382.000</td><td align="right">1705.000</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+43
@@ -0,0 +1,43 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>AP7_Arres_Planeres-Surveys.html</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<script language="javascript">
|
||||
function xTree(node)
|
||||
{
|
||||
var fsub = true;
|
||||
var show = false;
|
||||
var last = node.length;
|
||||
var all = document.getElementsByTagName("tr");
|
||||
for(i = 1; i < all.length; i++) {
|
||||
if ((all[i].id.length > node.length) && (all[i].id.substr(0, node.length) == node)) {
|
||||
if (fsub) {
|
||||
fsub = false;
|
||||
show = (all[i].style.display == "none");
|
||||
last = all[i].id.lastIndexOf(".");
|
||||
}
|
||||
if (show) {
|
||||
if (all[i].id.lastIndexOf(".") == last)
|
||||
all[i].style.display = "";
|
||||
} else {
|
||||
all[i].style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<style type="text/css">
|
||||
body {font-family: Verdana, Helvetica, Arial, sans-serif; line-height: 1.5;}
|
||||
table {font-size:80%; border-spacing: 0px;}
|
||||
th {border-bottom:2px solid #a7a9aa; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:1px;}
|
||||
td {border-bottom:1px solid #a7a9aa; padding-left:8px; padding-right:8px; padding-top:0px; padding-bottom:0px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table>
|
||||
<tr><th align="left">Title</th><th align="right">Length</th><th align="right">Depth</th><th align="right">Explored</th><th align="right">Approx.</th><th align="right">Duplicate</th><th align="right">Surface</th><th align="right">Shots</th><th align="right">Stations</th></tr>
|
||||
<tr id="AP7_Arres_Planeres"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('AP7_Arres_Planeres')">AP7 Arres Planères</a></td><td align="right">4648</td><td align="right">354</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">978</td><td align="right">976</td></tr>
|
||||
<tr id="AP7_Arres_Planeres.AP7_Entree"><td align="left" style="padding-left: 12px">Gouffre des arres planères</td><td align="right">4648</td><td align="right">354</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">978</td><td align="right">976</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
+555
@@ -0,0 +1,555 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<kml xmlns="http://earth.google.com/kml/2.0">
|
||||
<Folder>
|
||||
<Style id="ThSurveyLine"> <LineStyle> <color>ffffff00</color> <width>1</width> </LineStyle> </Style>
|
||||
<Style id="ThSurveyLineSurf"> <LineStyle> <color>ffcccccc</color> <width>1</width> </LineStyle> </Style>
|
||||
<Style id="ThEntranceIcon"> <IconStyle> <Icon> <href>https://therion.speleo.sk/downloads/KmlIconEntrance.png</href> </Icon> <hotSpot x="0.5" y="0" xunits="fraction" yunits="fraction" /> </IconStyle> </Style>
|
||||
<Icon> <href>https://therion.speleo.sk/downloads/KmlIconModel.png</href> </Icon>
|
||||
<name><![CDATA[AP7 Arres Planères]]></name>
|
||||
<description><![CDATA[Length 4648 m<br>Depth 354 m]]></description>
|
||||
<Placemark>
|
||||
<styleUrl>#ThEntranceIcon</styleUrl><name><![CDATA[AP7-Arres Planères]]></name>
|
||||
<Point> <coordinates>-0.74102472216341,42.97380586857136,1705.00000000000000</coordinates> </Point>
|
||||
</Placemark>
|
||||
<Folder>
|
||||
<name><![CDATA[Gouffre des arres planères]]></name>
|
||||
<Placemark>
|
||||
<name>AP_7</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-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
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN01</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74059177252003,42.97495807209343,1374.62792887327782
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74066166409666,42.97501615896319,1373.29750493457300 -0.74073277774348,42.97505925931318,1372.40040636491767 -0.74081374096174,42.97516897497493,1371.51051928432526 -0.74085345433953,42.97518549864620,1371.32507059883142 -0.74095655413721,42.97520796613755,1371.66597781812948 -0.74104927434531,42.97520740288668,1370.49473425732890 -0.74113181911308,42.97522424586017,1370.88456787983273 -0.74122465997533,42.97522844743423,1371.30922784695804 -0.74124820544869,42.97524606805469,1371.50836092347754 -0.74132599214571,42.97526521382576,1368.82736525828477 -0.74132020657062,42.97528287554339,1368.73925409580670 -0.74136022753530,42.97528417131943,1369.19852532897494 -0.74133688128869,42.97529346954706,1368.81649933810763 -0.74133688128869,42.97529346954706,1368.01649933810768
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74132599214571,42.97526521382576,1368.82736525828477 -0.74132598573952,42.97526521404556,1366.64452467828323
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN20</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74132598573952,42.97526521404556,1366.64452467828323 -0.74130261868164,42.97524363799438,1367.13775152291510 -0.74130097543745,42.97522386330458,1367.43392794510623 -0.74124683032543,42.97519652409306,1368.68735863063534 -0.74120393840301,42.97520406763899,1369.01144863335458 -0.74121860987616,42.97518043838413,1369.52817976347592 -0.74121860369041,42.97518043859634,1367.56533918347441 -0.74118149218440,42.97519521249122,1365.89778622451581
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74132598573952,42.97526521404556,1366.64452467828323 -0.74135746881107,42.97530611551106,1367.56486001991789 -0.74135746881107,42.97530611551106,1367.56486001991789
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74135746881107,42.97530611551106,1367.56486001991789 -0.74137701047057,42.97531753948543,1367.05682403915853 -0.74141013947016,42.97530988099839,1367.76323597430951 -0.74145132206423,42.97531828128189,1368.06828107392630 -0.74161936192612,42.97532372169277,1367.34918503514814 -0.74161936192612,42.97532372169277,1367.34918503514814 -0.74166962032010,42.97532405955707,1367.34918503514814 -0.74169144130652,42.97532646119953,1367.36489279904526
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>VD02</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74169144130652,42.97532646119953,1367.36489279904526 -0.74171579849825,42.97532443118867,1367.39979761191989 -0.74173460631105,42.97532034680084,1367.41376006871724
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN25</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74161936192612,42.97532372169277,1367.34918503514814 -0.74167395533022,42.97538462787469,1366.21074906929471 -0.74168364237023,42.97539898715880,1366.58914834658299 -0.74168014295932,42.97540081002604,1366.58914834658299 -0.74162924891163,42.97543256121480,1368.04888776096118 -0.74157998850146,42.97548690454313,1368.55601732508103 -0.74154178522508,42.97552198450573,1368.55601732508103 -0.74151380149264,42.97552067445356,1368.31560185956550 -0.74150363378116,42.97555142242198,1368.13137929359027 -0.74152905746122,42.97558601777963,1367.59515418260753 -0.74154369888152,42.97562042507818,1367.24478809676202 -0.74154336204635,42.97564229368196,1367.20237874911936 -0.74154336204635,42.97564229368196,1367.50237874911932 -0.74155223222350,42.97566313854951,1367.16140465176704 -0.74153294261654,42.97571050588108,1366.87355689243077 -0.74150765501094,42.97574750832612,1366.79327582281917 -0.74146246072337,42.97573630924690,1369.51776389548672 -0.74146246072337,42.97573630924690,1369.91776389548681 -0.74141448867336,42.97573837234935,1369.91776389548681 -0.74136243920697,42.97573660468805,1370.74396684546718 -0.74136243920697,42.97573660468805,1370.17396684546725 -0.74130207239301,42.97573920078769,1369.65550566765978 -0.74123073136211,42.97573860814764,1370.89258022802551 -0.74116144201668,42.97572904227514,1371.90668558560037 -0.74110152798780,42.97573471838860,1372.25128256589642 -0.74107944838181,42.97572828352981,1373.03421034613575 -0.74100031825620,42.97573168635104,1373.26001008980097 -0.74091856636388,42.97572468938797,1374.20360371431025
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>C07</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74118149218440,42.97519521249122,1365.89778622451581 -0.74113916545895,42.97517902375478,1364.01233980112784 -0.74107957681809,42.97515323429251,1362.51846328018382 -0.74106476343132,42.97513679755347,1360.18387026714890 -0.74102464985395,42.97511943846599,1361.28355737588595 -0.74099529845337,42.97508921307483,1363.48978126550537 -0.74095689538404,42.97508346628226,1364.53760037894222 -0.74092763306247,42.97506377078534,1366.65212286094857 -0.74085450246047,42.97505857875263,1366.35650662976150 -0.74082611074260,42.97503946985434,1366.86244036730591 -0.74079688943044,42.97503310799362,1367.87490246262769
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>C01</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74130261868164,42.97524363799438,1367.13775152291510 -0.74130261868164,42.97524363799438,1365.63775152291510 -0.74130015912192,42.97525060893962,1365.63775152291510 -0.74129264875019,42.97527189501089,1363.72920094940559 -0.74129264875019,42.97527189501089,1363.12920094940569
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN01</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74049618081234,42.97490411868991,1375.56631093826786 -0.74042400777494,42.97482686431814,1375.45099089109340 -0.74041064508439,42.97477367932020,1374.27217668021854 -0.74041972573404,42.97476893020148,1373.99411419452031 -0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035705408554,42.97470046968448,1372.31962277983143 -0.74036624701374,42.97467008471301,1372.19887052124068 -0.74032906599455,42.97465462209469,1371.70898120586116 -0.74029989595497,42.97460017487480,1371.70898120586116 -0.74025799093081,42.97457387058193,1371.55193347069985 -0.74020707317130,42.97453005457515,1371.44023806950122 -0.74021098511295,42.97450831035204,1372.37557841781449 -0.74018829533892,42.97449727199030,1374.59589371074026 -0.74015392959290,42.97443312626903,1375.40076287790112 -0.74012283362033,42.97441911975349,1375.24480172829703 -0.74007064973015,42.97438518788756,1375.64241362863845 -0.74004351937239,42.97435617376252,1377.38324646100295 -0.74005746779840,42.97430594605969,1379.56929095322926 -0.74004129029170,42.97431505280637,1380.73365111902194 -0.74004129029170,42.97431505280637,1374.81365111902187 -0.74001583522760,42.97434436385682,1374.27087602527763
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74005746779840,42.97430594605969,1379.56929095322926 -0.74012855138330,42.97424903442928,1378.96938527902967 -0.74022706404291,42.97419555704940,1379.31838024605463 -0.74031769554028,42.97414635778112,1379.63945561571768 -0.74028470103279,42.97415687959212,1379.01572054326448 -0.74033454974995,42.97411966415640,1379.11694450060077 -0.74039793606384,42.97410501134124,1377.35554763266350 -0.74041754372403,42.97409475100011,1376.48106385005053 -0.74036805255864,42.97404182367735,1374.43583466988844 -0.74034475025811,42.97399599651257,1371.17049327495874 -0.74031040922333,42.97394059837696,1368.97338244495290 -0.74032878987018,42.97391469896783,1364.82056577344542 -0.74031592109264,42.97388056607280,1364.61436210584816 -0.74032905516117,42.97387076055538,1363.86913115630682
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN31</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74045871897063,42.97408034601985,1381.60214142444397 -0.74051797448094,42.97406234549056,1382.15196114123182 -0.74053329529184,42.97405769135617,1382.29411985127581
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74041754372403,42.97409475100011,1376.48106385005053 -0.74045871897063,42.97408034601985,1381.60214142444397 -0.74042942270214,42.97404068347768,1382.48601064876857 -0.74037234658432,42.97398399137126,1383.72653595653765 -0.74037211557721,42.97396351480302,1384.12766324694826
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74049618081234,42.97490411868991,1375.56631093826786 -0.74038687527548,42.97481644999719,1382.29445014440785 -0.74042631289281,42.97477435465629,1385.44086457980666 -0.74038705043090,42.97474697156862,1386.29950505900115 -0.74036541225497,42.97472200677076,1387.24218481589537
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>PS03</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74168014295932,42.97540081002604,1366.58914834658299 -0.74168014295932,42.97540081002604,1366.58914834658299
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74168014295932,42.97540081002604,1366.58914834658299 -0.74171187505879,42.97542811496666,1364.72962799492393 -0.74169751471600,42.97543123351333,1364.28500180860055
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN01</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74059177252003,42.97495807209343,1374.62792887327782 -0.74059219497234,42.97494623368179,1373.82865203749157 -0.74059218884112,42.97494623677044,1372.88763131121300 -0.74059407676224,42.97495127518756,1372.76589614954264 -0.74063733728444,42.97494188368533,1370.88721129846908 -0.74063952289118,42.97495597884313,1369.64574668538626 -0.74068266597511,42.97497617120894,1368.59361508389247 -0.74069210214321,42.97499376571275,1367.77961477019790 -0.74071201749994,42.97500458734851,1367.77372527856369 -0.74074890034945,42.97502463571550,1367.10369407662665 -0.74079688943044,42.97503310799362,1367.87490246262769
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>Z03</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74063733728444,42.97494188368533,1370.88721129846908 -0.74063307876534,42.97490783265779,1370.95040845184008 -0.74069787604011,42.97490681262394,1371.32011776268405
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74063307876534,42.97490783265779,1370.95040845184008 -0.74058125387221,42.97490864845494,1372.48949909680550
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74063307876534,42.97490783265779,1370.95040845184008 -0.74058375849167,42.97488957885244,1368.94235422578777 -0.74054993360429,42.97483921610456,1369.94487779029851 -0.74050197223078,42.97481987745087,1371.56947347109553
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74054993360429,42.97483921610456,1369.94487779029851 -0.74055681161778,42.97483446633819,1370.45881985659412 -0.74059926972181,42.97482043718703,1370.52201700996511 -0.74062878567642,42.97482111253457,1369.60122348339132 -0.74067883061443,42.97480220527057,1367.92832327834208 -0.74069445100221,42.97480316716464,1367.29692988690795 -0.74066730143615,42.97477962392682,1367.96017791790177 -0.74059316043769,42.97477026408686,1369.27667061154784
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN15</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74012283362033,42.97441911975349,1375.24480172829703 -0.74008903352194,42.97441883863873,1375.73101662576437 -0.74008413671037,42.97442467222317,1375.37601728590221 -0.74002952586396,42.97442702025100,1376.57176127427579 -0.73999674003973,42.97440844752838,1376.45380097542125 -0.73998371315171,42.97440503214307,1378.87364276680910 -0.73996227943413,42.97440375228096,1379.99122595217045 -0.73991057942657,42.97438301188697,1380.83862905918500 -0.73990528931602,42.97436664422224,1380.77336700035130 -0.73996188241750,42.97436348242552,1380.77336700035130 -0.73997628263724,42.97435072282526,1379.99190474337274 -0.74001219652352,42.97434494831163,1379.13191619322379 -0.74003581554893,42.97435403411972,1378.11763236504612
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>AP65</name>
|
||||
<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
|
||||
</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
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>L09</name>
|
||||
<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
|
||||
</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
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN05</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035324742568,42.97471201288555,1370.67869801599090 -0.74035325512174,42.97471200900862,1367.92971874226942 -0.74034872154251,42.97471864821372,1369.02550971731193 -0.74037429889755,42.97472390065013,1368.00910610197002 -0.74039368097156,42.97472331322847,1369.05575093917764 -0.74050196434914,42.97475166964845,1369.30078958300192 -0.74056048598855,42.97476532620636,1369.56088655456460 -0.74059316043769,42.97477026408686,1369.27667061154784
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN05</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74037472935379,42.97472252574507,1372.51842873000214 -0.74035575236566,42.97472407676401,1374.51209593662725 -0.74032670392190,42.97472308997253,1374.22082820588889
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>A02</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74032670392190,42.97472308997253,1374.22082820588889 -0.74025388951556,42.97471096988206,1373.52689250549156 -0.74023169654355,42.97470007201154,1373.62198276994809 -0.74020371235891,42.97470015372225,1372.65296957129476 -0.74020371235891,42.97470015372225,1371.95296957129472 -0.74017015592509,42.97469129617557,1371.69847480247154 -0.74015183626121,42.97469348162617,1373.32208002006610 -0.74006787829471,42.97467837063056,1372.26819891871196 -0.74006753946901,42.97468641146602,1372.99191736841931 -0.74004613722947,42.97468255941897,1372.11517507484109 -0.74000200261728,42.97467154438141,1371.51290238443630 -0.73998066510512,42.97466926639362,1371.57432549863279 -0.73995979362632,42.97465977422472,1373.00285476968179 -0.73994259089823,42.97465283772879,1373.40202589742125 -0.73988130388090,42.97465223103358,1373.40202589742125
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>PS01</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74167395533022,42.97538462787469,1366.21074906929471 -0.74167699392898,42.97538127572854,1366.87397912733877 -0.74173950069397,42.97537038182606,1367.51744926051788 -0.74175912794986,42.97535938205271,1369.46249269780310 -0.74177502096905,42.97535910658964,1369.55317611367036
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>RN13</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74136022753530,42.97528417131943,1369.19852532897494 -0.74140696218843,42.97527067072102,1369.92090174806935 -0.74141914263975,42.97525550185303,1370.33672512970497 -0.74150230638046,42.97525819439394,1369.98084062725297 -0.74157909473184,42.97524571960109,1369.41955764395811 -0.74162130487312,42.97524817228557,1368.99545232890819
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>SF05</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74162130487312,42.97524817228557,1368.99545232890819 -0.74163537989433,42.97523446944844,1369.96699199835075 -0.74167103936614,42.97522390344907,1371.17110830882302 -0.74176737073594,42.97520231093574,1372.76817960012477 -0.74184229523608,42.97520137429601,1371.24407165784692 -0.74187988451722,42.97517565774638,1372.76948149707937
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74184229523608,42.97520137429601,1371.24407165784692 -0.74185227841900,42.97522538828792,1371.00003557815353 -0.74194528137800,42.97518439478689,1371.15448937512338 -0.74196130868668,42.97519500047596,1371.15448937512338
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74185227841900,42.97522538828792,1371.00003557815353 -0.74187662792177,42.97523530912348,1370.08224942428456 -0.74190557724086,42.97522401820017,1375.33027785175409
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74185227841900,42.97522538828792,1371.00003557815353 -0.74183510855405,42.97527989103910,1371.43461840957934 -0.74185867327404,42.97532502556050,1370.29318322698987 -0.74177271475353,42.97535577676781,1370.29318322698987
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74185867327404,42.97532502556050,1370.29318322698987 -0.74188149748387,42.97537376670234,1369.89278106769848 -0.74191417136738,42.97539951709700,1371.63361390006298 -0.74201835917618,42.97542441086738,1372.10202070843729 -0.74212366676150,42.97544661944000,1372.57042751681161 -0.74217012044362,42.97544603858478,1372.57042751681161 -0.74223050434506,42.97546308039023,1372.20141577070513
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>SF18</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74223050434506,42.97546308039023,1372.20141577070513 -0.74224596842612,42.97545453131394,1372.25655697549519 -0.74224596842612,42.97545453131394,1372.92655697549526 -0.74228921584926,42.97547215155873,1373.27953773362333 -0.74233310023406,42.97546043858672,1373.67988174793845 -0.74238364665899,42.97548276123032,1374.10084398540971 -0.74239474115673,42.97552476637484,1374.34996313712622 -0.74249817518887,42.97552877893575,1373.75912580451359 -0.74258705902492,42.97550375721173,1374.03029489389201 -0.74262256173403,42.97552643799385,1375.35210160098814 -0.74265781676897,42.97555521297917,1375.35210160098814 -0.74273603724183,42.97561269723761,1375.82521864542446 -0.74277456232303,42.97564201522877,1375.26949443949707 -0.74279227092364,42.97562706948463,1375.73729574383697 -0.74283107227692,42.97563859453719,1376.15652628515068 -0.74285488694748,42.97563153794791,1376.01003769028807 -0.74284723374583,42.97564088171448,1375.79645043175765 -0.74289879663492,42.97566188950244,1377.08536927636828 -0.74293003702758,42.97570331379854,1377.73127679641561 -0.74297754050753,42.97575317317101,1377.73127679641561 -0.74303337930658,42.97581636733178,1377.87735343829559 -0.74308437703018,42.97586433792449,1378.23166786206025 -0.74311256567186,42.97590682059815,1378.69097862634044 -0.74311209589945,42.97592612345586,1377.78057509696032 -0.74314932675663,42.97590905662127,1382.04744264513306
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74311209589945,42.97592612345586,1377.78057509696032 -0.74307209639122,42.97594905082479,1377.70832213431004 -0.74309951359578,42.97596369027313,1378.39779953676907 -0.74308702528879,42.97597835163752,1377.77358520813164 -0.74311475095611,42.97594703094824,1377.77358520813164
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74308702528879,42.97597835163752,1377.77358520813164 -0.74308702528879,42.97597835163752,1375.75358520813165 -0.74304808016351,42.97598818494374,1375.81222529376100 -0.74302370019935,42.97600950133849,1376.02847036236790 -0.74302617963667,42.97601511250432,1376.16777119521589 -0.74301512763557,42.97603179287016,1375.64203521734453 -0.74299305120189,42.97605347772253,1375.55137662596417 -0.74297051161718,42.97604785252832,1375.84107710058788 -0.74293132504778,42.97604622653807,1376.01229197392536
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74309951359578,42.97596369027313,1378.39779953676907 -0.74309951359578,42.97596369027313,1373.76779953676896 -0.74312040666528,42.97595718576939,1373.09401985441741 -0.74312040666528,42.97595718576939,1371.89401985441737 -0.74314300306659,42.97593811475247,1371.99208744015141 -0.74316478413325,42.97592692593333,1371.28752869297659 -0.74316478413325,42.97592692593333,1367.68752869297668 -0.74320369270233,42.97592893561455,1366.77516904522236
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74293132504778,42.97604622653807,1376.01229197392536 -0.74288211467607,42.97604305001365,1376.65054459128942
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74293132504778,42.97604622653807,1376.01229197392536 -0.74296358184908,42.97602202700721,1378.09976524334979 -0.74299886383126,42.97601407813639,1378.49913545418030 -0.74302617963667,42.97601511250432,1376.16777119521589
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74301512763557,42.97603179287016,1375.64203521734453 -0.74303180847744,42.97603725230810,1375.61603113175306
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>SF55</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74303180847744,42.97603725230810,1375.61603113175306 -0.74306424984637,42.97604146280435,1374.30530140285373 -0.74305484565200,42.97606719093606,1373.56743962127484 -0.74308662658813,42.97609933831468,1373.95353956164695 -0.74309810738680,42.97611138838138,1374.58068347335120 -0.74302415185284,42.97613784621373,1374.93238109930371 -0.74296907233294,42.97613570976481,1375.01091692827140 -0.74290792747191,42.97615758444770,1375.69216655790615 -0.74283188434888,42.97617045078857,1376.24909175406378 -0.74277362977974,42.97618109676362,1376.42009928790594 -0.74270273632096,42.97618931914545,1379.15021325875091 -0.74264716198931,42.97620662041905,1378.28197237041627 -0.74264231948963,42.97622900947055,1378.36991910210668 -0.74258990919465,42.97623930376297,1378.83507076364776 -0.74253676058332,42.97624546796753,1379.14199924812192 -0.74246915715021,42.97625874638016,1378.54200586896559 -0.74241839794998,42.97625415403991,1382.71393587796615
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74277362977974,42.97618109676362,1376.42009928790594 -0.74273458546828,42.97617007784458,1374.45009928790591 -0.74269011109207,42.97616192110060,1374.84312630979230 -0.74262488863820,42.97614633799434,1374.05679828936786 -0.74251192762047,42.97614050280239,1373.41085334249715 -0.74242607363642,42.97613717226274,1372.79727691355356 -0.74238196512500,42.97611769299139,1372.20718296548284
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74270273632096,42.97618931914545,1379.15021325875091 -0.74264666692402,42.97617096814471,1379.94333599650486 -0.74259570438218,42.97617822562956,1380.69002316047272
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GB22</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74238196512500,42.97611769299139,1372.20718296548284 -0.74230493911779,42.97614268325322,1372.30310314441272 -0.74230937672732,42.97615344980228,1372.33146231137880 -0.74231342871971,42.97619779837217,1372.67675685641211 -0.74229347871820,42.97624834545744,1373.78147321795632 -0.74229347871820,42.97624834545744,1369.33147321795627 -0.74229307958886,42.97626279577803,1369.44938671533168 -0.74240795929110,42.97627640038278,1368.86881510435524 -0.74240834974161,42.97626226332988,1370.42331739756651 -0.74246068024485,42.97626641168694,1370.79895864880882 -0.74248019002375,42.97626720301712,1370.65950946041266 -0.74248019002375,42.97626720301712,1369.59950946041272 -0.74245876885445,42.97626234556883,1368.69564423113138 -0.74244694224109,42.97626277609630,1368.43682518602895
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>SF26</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74258705902492,42.97550375721173,1374.03029489389201 -0.74253533285443,42.97550431298707,1374.03029489389201 -0.74256198528243,42.97549262889453,1374.22958099704078 -0.74259354715145,42.97549188505293,1374.37360047992320 -0.74263363858590,42.97548297551960,1374.67254467754765 -0.74268246926895,42.97548119779810,1374.55417636364814 -0.74275181700277,42.97547052418694,1374.53400039846815 -0.74280881081557,42.97546991170281,1374.22516402260408 -0.74283649021340,42.97547504007640,1374.80577657204321 -0.74287331462703,42.97552624176002,1374.33339020056997 -0.74294400079745,42.97554952624702,1374.37751176565303 -0.74301381616471,42.97554788061522,1374.74599124577730 -0.74301089278449,42.97556119094043,1374.82710946525458
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74253533285443,42.97550431298707,1374.03029489389201 -0.74247952707215,42.97551215821993,1373.65736989576271 -0.74247580708653,42.97552048495301,1374.07664812847952 -0.74256452924153,42.97556637611333,1374.43221581031798 -0.74262171446671,42.97558700294740,1374.06878458211099
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN31</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74045871897063,42.97408034601985,1381.60214142444397 -0.74045871897063,42.97408034601985,1380.76214142444405 -0.74044338553326,42.97407270476354,1379.45265979700935 -0.74044239732779,42.97406412961715,1378.37583054669153 -0.74044239732779,42.97406412961715,1367.79583054669160
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>SF32</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74283107227692,42.97563859453719,1376.15652628515068 -0.74281314860218,42.97564064103359,1375.85548070418076 -0.74279334599794,42.97566128323984,1376.14535565792085 -0.74279334599794,42.97566128323984,1379.32535565792091
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74285488694748,42.97563153794791,1376.01003769028807 -0.74286180878300,42.97562483252664,1376.46594368294882 -0.74278201113212,42.97562262100510,1376.01043390939958
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74286180878300,42.97562483252664,1376.46594368294882 -0.74291734521439,42.97563980530406,1380.37402331136832
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74279227092364,42.97562706948463,1375.73729574383697 -0.74279227092364,42.97562706948463,1376.70729574383699 -0.74279753984618,42.97562417113588,1376.76374111400150 -0.74285197487473,42.97563964386185,1377.04663251595889
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74291734521439,42.97563980530406,1380.37402331136832 -0.74293763456731,42.97562943594978,1380.06545123806404 -0.74295606494816,42.97564304553246,1380.41079460347851 -0.74295606494816,42.97564304553246,1370.71079460347846
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74293763456731,42.97562943594978,1380.06545123806404 -0.74295615800180,42.97562131543732,1376.89058170114799 -0.74296741901841,42.97561218389028,1376.16290077882991 -0.74296741901841,42.97561218389028,1372.58290077882998 -0.74294127334429,42.97559539984645,1370.36157162832319
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74295606494816,42.97564304553246,1380.41079460347851 -0.74295606494816,42.97564304553246,1380.91079460347851 -0.74297327367652,42.97564793695209,1383.80244991963946 -0.74295948279477,42.97566608472857,1388.23750408553065
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>4_0</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74126792381918,42.97324914113756,1373.90441839914956 -0.74120708634196,42.97327703062084,1373.22539625175295 -0.74115859968762,42.97328497361738,1373.60063722488894 -0.74107751971396,42.97329620855980,1372.38467814529008 -0.74101853701526,42.97333697508604,1373.90292743186637 -0.74108117565377,42.97335320347754,1374.38462097686352
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74101853701526,42.97333697508604,1373.90292743186637 -0.74095186358339,42.97347643721906,1364.54448983028260 -0.74083948468562,42.97351030844408,1365.63854091186022 -0.74078801353732,42.97353031683668,1365.11235247842569 -0.74072086375108,42.97353148396421,1365.19077791638415 -0.74068890222006,42.97355866983941,1365.20888389990409 -0.74069116392634,42.97358343962257,1365.55827301911199 -0.74062179597778,42.97360245988639,1366.81579690738954 -0.74054134229048,42.97362953998392,1366.86242130896972 -0.74046367279076,42.97364090091019,1367.87873779713414 -0.74044325607908,42.97368336859056,1368.13832126726834 -0.74039801354477,42.97371408471074,1368.87340540471882 -0.74038978714364,42.97372523147376,1369.05383714893264 -0.74035806845309,42.97378336261301,1365.68464294853675 -0.74034180047415,42.97377935072387,1365.01930478084842
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN30</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74032905516117,42.97387076055538,1363.86913115630682 -0.74031474111697,42.97383844141832,1364.56957454729900 -0.74034379406229,42.97380084812831,1364.84645751697462 -0.74034180047415,42.97377935072387,1365.01930478084842
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN30</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74032905516117,42.97387076055538,1363.86913115630682 -0.74036144936298,42.97387637237399,1364.55314889844362 -0.74036849751383,42.97387430278207,1364.52232164664497 -0.74039579811612,42.97387936216513,1364.64109081444803
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>GN30</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74032905516117,42.97387076055538,1363.86913115630682 -0.74031462429770,42.97388629210744,1364.70543796643688 -0.74032872828836,42.97390191221320,1364.97917958240510 -0.74032747773375,42.97392655158802,1364.64090779563594 -0.74029885791584,42.97392756310608,1365.88949725633756 -0.74027110378351,42.97393728629237,1366.91475941474437 -0.74023791124960,42.97394488969645,1367.05695822875373 -0.74019820600666,42.97395327504842,1369.01932428392570 -0.74017543721758,42.97394633452057,1366.45356507197835 -0.74010586130463,42.97396595169214,1368.66643539929532
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>5_0</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73968902168941,42.97260162398142,1401.84469807983533 -0.73976033439447,42.97260520175803,1401.37553437251154 -0.73984536223554,42.97256193312127,1404.58804272304337 -0.73990946426956,42.97258292846292,1403.38974201100405 -0.73991527602498,42.97260710301053,1402.40359322068093 -0.74000665386438,42.97262398032487,1400.91224184714065 -0.74007119355296,42.97261243447324,1400.43527713331196 -0.74009211422121,42.97261110076633,1401.81560022790154 -0.74016147439077,42.97262775616831,1400.63036293280879 -0.74026837782667,42.97263949968940,1399.42557235418190 -0.74031254713894,42.97262751350115,1397.65464166439847 -0.74039431603627,42.97263457567568,1398.07956641257579 -0.74049626624616,42.97263819522929,1397.60820183499573 -0.74056634387959,42.97262947115345,1397.97503880184718 -0.74059832585841,42.97262366264725,1398.23288417908952 -0.74062491472910,42.97262378119915,1399.30587369291607 -0.74068078693491,42.97263527338642,1397.79069812674675 -0.74071707683170,42.97263107549988,1396.29384279740270 -0.74073720679805,42.97263533585278,1396.23595430739829 -0.74076336811854,42.97264677767543,1394.57176321418706 -0.74078885054130,42.97265824354553,1392.98303200147666 -0.74082147557265,42.97265570768522,1393.25347213341593 -0.74084214455545,42.97266084140881,1392.36367399811911 -0.74087013978652,42.97267310958033,1392.88401604809246 -0.74091965764791,42.97265293534127,1392.93803973851436 -0.74097585768298,42.97265888789213,1392.53114857985634 -0.74100844972848,42.97264209723120,1391.79622612123467 -0.74107893561901,42.97266691559807,1389.94595105601047 -0.74114417133409,42.97265182771021,1390.01606955855959 -0.74118629145523,42.97266200134093,1389.39581948522004 -0.74121737246614,42.97262472409687,1389.19484629380145 -0.74124375927323,42.97264125988143,1388.47509081176440 -0.74132192056120,42.97264728977271,1388.80773070762507 -0.74135014933025,42.97268061472286,1388.79783818991268 -0.74143370922975,42.97266323708092,1388.09068157173806 -0.74155396900259,42.97263042556695,1387.79834201430231 -0.74160580202689,42.97261638166383,1387.25292076599294 -0.74162929538442,42.97266793296770,1387.61383243540354 -0.74168311149609,42.97267042421152,1387.51784694125149 -0.74171983929688,42.97269385817768,1387.43955480140471 -0.74177680839165,42.97269783257997,1387.31649366521606 -0.74177784406397,42.97270272098226,1387.33731919027150 -0.74178962466253,42.97269395998450,1386.46927978240547 -0.74179176575367,42.97267432059333,1385.46069181743769
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74177784406397,42.97270272098226,1387.33731919027150 -0.74177784406397,42.97270272098226,1387.33731919027150 -0.74185395849806,42.97271177061479,1385.37212882141239 -0.74184505279796,42.97273252799366,1386.24352928680696 -0.74176880301803,42.97275617161410,1388.23592753978778 -0.74170249794298,42.97277808689945,1384.73070253831452 -0.74168289626033,42.97282992917052,1383.73260043614209 -0.74170890136869,42.97285533229582,1383.99063126357532 -0.74166376635428,42.97285704191178,1384.77767609152488
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74170890136869,42.97285533229582,1383.99063126357532 -0.74175153676588,42.97285688384607,1384.34128947921749 -0.74172149016434,42.97289013377187,1383.45948122370464 -0.74173139569719,42.97291623328443,1383.45948122370464 -0.74169079212382,42.97292069613054,1383.52963833031390 -0.74162876958719,42.97298371193452,1383.33060462757294 -0.74152724786746,42.97301776876719,1383.62470258471785 -0.74150445293041,42.97307539376730,1383.40588454746899 -0.74146438184416,42.97307777295721,1383.35379215010312 -0.74144918425739,42.97310147013128,1383.33500032065740 -0.74139087587363,42.97312288554566,1383.46219477676709 -0.74138440435166,42.97315727608787,1383.61710349594273 -0.74134110191580,42.97319026395670,1385.80398446031154 -0.74131792513700,42.97320572432713,1378.40235549377917 -0.74126772994241,42.97324084003271,1373.67684561790975 -0.74126792381918,42.97324914113756,1373.90441839914956
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>7_0</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73850015395569,42.97247489683311,1416.76213324030073 -0.73857626078808,42.97248973919483,1415.43296975045519 -0.73874193260942,42.97249682442466,1412.65643570213956 -0.73882346252703,42.97248489729169,1413.75363582781119 -0.73887117965247,42.97247154705435,1413.21778325513401 -0.73895457165140,42.97249129398759,1412.27419423310312 -0.73899160207462,42.97254797970620,1414.59493322278740 -0.73908539772141,42.97258408350967,1414.48033128349834 -0.73915386847452,42.97260828440470,1411.73455323405096 -0.73926438312241,42.97260745260694,1412.51701846456763 -0.73930641164990,42.97260407955115,1412.79209892036806 -0.73933934156740,42.97259733838562,1412.44769902151984 -0.73941407297632,42.97260323463792,1411.52914029207795 -0.73946189257501,42.97258552190614,1410.86133003606915 -0.73952986121094,42.97257557824954,1409.70900344850111 -0.73959092227853,42.97258910935494,1407.92654949880193 -0.73962637593174,42.97259227944078,1405.37945476097366 -0.73968902168941,42.97260162398142,1401.84469807983533
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>7_0</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73843365742881,42.97245958208899,1415.83724831349059 -0.73841538119015,42.97239701618138,1413.12123137378740 -0.73838100328137,42.97237436299444,1412.15514297792265 -0.73836500752360,42.97235938630627,1410.11247828735100 -0.73832483121611,42.97229448920688,1410.17882794807588 -0.73829651112290,42.97227531700648,1409.34917766059743 -0.73825772698784,42.97226367512970,1411.09906670407599 -0.73821673618656,42.97225685667316,1408.76103198921169 -0.73817866383648,42.97224307963939,1409.10908211972878 -0.73821936868213,42.97224355620685,1406.58732413285043 -0.73810106447928,42.97224840793469,1406.07058937598572 -0.73806820367397,42.97225153615025,1407.12071615984632 -0.73803636844895,42.97225691453481,1406.29476041090561 -0.73801599105480,42.97225427778401,1406.91983383867705 -0.73792993165180,42.97223920666012,1409.68749885946249 -0.73780882649977,42.97225363627635,1409.03674601440252 -0.73764085072690,42.97224257615250,1409.25287870061311 -0.73756703605396,42.97222909793611,1410.15257744049791 -0.73759322453527,42.97220999012266,1408.44931754229788 -0.73760512191125,42.97216694809347,1409.93360199312201 -0.73757638293618,42.97211325263230,1411.62944479074827
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73756703605396,42.97222909793611,1410.15257744049791 -0.73754545914704,42.97224946284138,1410.01137798678997 -0.73750023032282,42.97222871421947,1417.04455031087969 -0.73746556715605,42.97222034343940,1419.71640011956015 -0.73741881177368,42.97221243965205,1421.56822603547221 -0.73735704502617,42.97222965642437,1425.73084407758438 -0.73732708816682,42.97222495490043,1425.66191230939762 -0.73727620761331,42.97222037126509,1425.40173949611449 -0.73721919035641,42.97224790127355,1425.58932865605561 -0.73717783035564,42.97223999338512,1422.04751521699723 -0.73717037695934,42.97226609170859,1423.08843324708596 -0.73714861788240,42.97227080218681,1423.63625987698424 -0.73712070252280,42.97228203702949,1422.64407497654065 -0.73703890523487,42.97228986570576,1422.55363299184978 -0.73695693275984,42.97231129489566,1422.70604088845585 -0.73690754346781,42.97231055780394,1426.07083882661686 -0.73689534458774,42.97231485273473,1426.91586194041247 -0.73684099168091,42.97232918726831,1424.31826922458913 -0.73677925032024,42.97234655972210,1422.41454142991756 -0.73670914049986,42.97234490183509,1421.85244099014471 -0.73666064306377,42.97234771433472,1422.65988112453442 -0.73660264289304,42.97236039138309,1423.13958436484472 -0.73654039139994,42.97237730595977,1423.37411129379552 -0.73647485236175,42.97241498171913,1422.03948901920285 -0.73638984335622,42.97244971982253,1422.65155766131011 -0.73633302194557,42.97245676610356,1422.36155752926288 -0.73630439604165,42.97246905707792,1422.19989296329550 -0.73628929573274,42.97247010237027,1423.58863998234642 -0.73627219364270,42.97247606427484,1423.87097691140548 -0.73620034849485,42.97247164822562,1424.18642159247975 -0.73614779808162,42.97248531719043,1425.68965170189199 -0.73609885161937,42.97249371772688,1426.25938782258368 -0.73602262057995,42.97250699691084,1424.53484797536930 -0.73595867825258,42.97252354595322,1426.03236595964904 -0.73593357532615,42.97253252667261,1425.41558717380258 -0.73589901591084,42.97253108784570,1424.96226936585367 -0.73588159485311,42.97254578594136,1426.64201253538272 -0.73579450821773,42.97253821130288,1430.77076397392329 -0.73576908085179,42.97255292829873,1429.93596479093003 -0.73574915187308,42.97254737946363,1428.00287758407694 -0.73574265982699,42.97254219238172,1427.41309886138788 -0.73568894344521,42.97254800647070,1424.48463233169241 -0.73563857986067,42.97255170101320,1425.68501476170945 -0.73560634638284,42.97256697544497,1424.23298739391839 -0.73556333502540,42.97258008693352,1422.61329815365571 -0.73548209028547,42.97257833163026,1422.96428078649319 -0.73542895912455,42.97259217424762,1422.64751943894407 -0.73536898936826,42.97257373931186,1423.26961552474381 -0.73527664767690,42.97256476954288,1423.83830099383840 -0.73526306737468,42.97257167843256,1424.02028697872561 -0.73523233702303,42.97257078966354,1425.17053577457182 -0.73519736258456,42.97256671944902,1427.68525921910555 -0.73517157405195,42.97256512743145,1429.78838805439250 -0.73515447265266,42.97255675693859,1430.28980602166621 -0.73504037717515,42.97253479954896,1431.86376392498846 -0.73499447855638,42.97252426593136,1431.49776970111384 -0.73488623009895,42.97249642042736,1429.58727307936306 -0.73478714149143,42.97247965425712,1430.77526492576135 -0.73471946380335,42.97248179297998,1431.90259373440495 -0.73465145126694,42.97245491734105,1433.86746739467731 -0.73457243776052,42.97242600682017,1435.69512945512861 -0.73451690262507,42.97239153724566,1438.42483683225578 -0.73447433458943,42.97239720890923,1438.49198781521159 -0.73442345040808,42.97238973850317,1439.30181790844040 -0.73438179314189,42.97239060576457,1440.09045770621265 -0.73438101684870,42.97238993367963,1442.23822737627984 -0.73432451488690,42.97238796537417,1442.46230254011334 -0.73428192204026,42.97237158912076,1443.13836729601098 -0.73417593059401,42.97236195513776,1443.68804918896262 -0.73411454479708,42.97236547411632,1445.28241522277244 -0.73405839034991,42.97237167635821,1444.69225749364364 -0.73399298618059,42.97236480996410,1444.65462850063773 -0.73393030236765,42.97234842269349,1445.65772659610957 -0.73390202521470,42.97234392703200,1447.68287052578557 -0.73384760254360,42.97233082130110,1451.15289929808546 -0.73379316365628,42.97233482097651,1451.98414382335795 -0.73366473946304,42.97232637714565,1452.47283146312975 -0.73352602852185,42.97233445338485,1453.27854777555604 -0.73348626124986,42.97229667496186,1458.33716360753942 -0.73346408778159,42.97228713481097,1459.52573439927232
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>PS15</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74150765501094,42.97574750832612,1366.79327582281917 -0.74150765501094,42.97574750832612,1366.79327582281917 -0.74146401322784,42.97575610923973,1365.91173424552471 -0.74152667056097,42.97578427655474,1367.15174652568544 -0.74158172305189,42.97578756873607,1366.95580948596648 -0.74164307060472,42.97578249680777,1366.75530313848117 -0.74167882531689,42.97579787894545,1367.39281634831445 -0.74166748483605,42.97581545861401,1366.60541563301717 -0.74161247292250,42.97581428380034,1366.67515793052030 -0.74157821256483,42.97581226595308,1367.62417238265380 -0.74152066402512,42.97582351280312,1366.78419167296374 -0.74150172150550,42.97583576845165,1366.73817465920501 -0.74139671342648,42.97583714659171,1366.52430501932417 -0.74135619741863,42.97584384775141,1366.64438821541444 -0.74126868040113,42.97584828940407,1367.34101348356421 -0.74121834075379,42.97584520097566,1368.04242244824104 -0.74122063106755,42.97584544020771,1364.31719924594404 -0.74139143504634,42.97585196070423,1362.66092853205919 -0.74138762646476,42.97585761016986,1363.28795811537179 -0.74157151800402,42.97585323939059,1363.48705245665974 -0.74162398596414,42.97586172115846,1360.89832598442672 -0.74166702834332,42.97587489388992,1361.24852608124706 -0.74174264755375,42.97589650434761,1361.15263057420952 -0.74186868097521,42.97593058280379,1360.85617020439349 -0.74192968443597,42.97595120045629,1360.36629544829543 -0.74200939473570,42.97596083297542,1360.42150305740870 -0.74204690131166,42.97596912462351,1360.24677781540595 -0.74208545297946,42.97595176787317,1360.33693255278922 -0.74213773265560,42.97596651558430,1360.22208801661327 -0.74207826445564,42.97597619169127,1360.33397685738692 -0.74218745590202,42.97607931551931,1359.14855029788464 -0.74222124505450,42.97607981162979,1360.65164273181813 -0.74228612237844,42.97609161450913,1359.92899035484038 -0.74231306498607,42.97607200678286,1360.11500046684091 -0.74238075685201,42.97605375392060,1359.66030480981658 -0.74251513101271,42.97607596322403,1359.09309522348485 -0.74255313753496,42.97609635489828,1359.05489408695348 -0.74258341349993,42.97609185428945,1359.02586641279777 -0.74260717005650,42.97608326902900,1359.04584665713014 -0.74262990741806,42.97610608496911,1359.60362204069042 -0.74265517431927,42.97610362768113,1360.01793929848623 -0.74267169167531,42.97611826499418,1359.83169476179864 -0.74270696784742,42.97611814528042,1358.98366585164922 -0.74272690779967,42.97611456935761,1358.29626568875483 -0.74283748820524,42.97612643657796,1358.03684701967359 -0.74290750391900,42.97614009202437,1357.95948750984689 -0.74302659519291,42.97614297000182,1357.96796980893487 -0.74308233057741,42.97615553284034,1358.33391957309982 -0.74326804400657,42.97615625843705,1358.44761797989372 -0.74329990633053,42.97617307916142,1358.79537590526706 -0.74355881514408,42.97614691787152,1358.61304707153590 -0.74366771947744,42.97614886461150,1359.75930122719865 -0.74372065800334,42.97614734041083,1357.76421775716290 -0.74377474436406,42.97614084723548,1358.92955847916346 -0.74402838038961,42.97616866214932,1357.80025847853926 -0.74409621046217,42.97616015245855,1357.52670248047389 -0.74414374315951,42.97616674995404,1357.35096222195511 -0.74421248615162,42.97615659429805,1357.34996389362800 -0.74444813647468,42.97619307084096,1358.10809699691822 -0.74446990609933,42.97623228762209,1357.53125743757255 -0.74461601123618,42.97624385486041,1357.28225001780538 -0.74467305531714,42.97627389088277,1357.06928338981879 -0.74467242648317,42.97632537459314,1357.12119575042561 -0.74455813456698,42.97633858557968,1356.12922063401561 -0.74451020306780,42.97633049645869,1356.97465779414188 -0.74442945010598,42.97634764020484,1356.55405752918887 -0.74433625122140,42.97633010248252,1356.38828975263459 -0.74426942735926,42.97634502507109,1356.22217538381028 -0.74420597059773,42.97634762673511,1356.83029178228867 -0.74414197579813,42.97634019757825,1356.60323488072640 -0.74411044222605,42.97638584859294,1356.79982803014718 -0.74406911097193,42.97644027505059,1356.31330151603356 -0.74399723522966,42.97647411233505,1356.77467777230709 -0.74387340336533,42.97646472505419,1356.06278446329998 -0.74377774087155,42.97647648661733,1355.39838238724133 -0.74370711917195,42.97649615935460,1355.72237062467480
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>S3_15</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74122063106755,42.97584544020771,1364.31719924594404 -0.74117592377073,42.97582979189421,1365.46500771147612 -0.74110782496733,42.97581519230481,1366.38676418207842 -0.74106827899934,42.97579214722789,1366.50180133361960 -0.74104315638989,42.97579576429017,1365.99077666511835 -0.74103616964969,42.97578586439802,1366.04702677039859 -0.74098469576918,42.97576491671893,1366.34569770879739
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74370711917195,42.97649615935460,1355.72237062467480 -0.74365994396959,42.97647813138872,1355.84657921723056 -0.74360467366506,42.97647427756326,1355.74538646367364 -0.74355093251977,42.97648132462865,1356.39265776402635 -0.74349972467534,42.97646773224477,1358.10391710764588 -0.74338722780355,42.97646935481044,1356.32145492860627 -0.74331519456916,42.97647880036718,1356.20997152167524 -0.74325773733421,42.97647962900549,1356.06920044714889 -0.74320875485180,42.97647845168618,1356.88401716764770 -0.74317167440673,42.97649425068418,1357.02569917917390 -0.74309367133236,42.97649237577130,1356.19772029283968 -0.74303492174059,42.97649700499272,1356.96112048223608 -0.74295816917551,42.97650706913367,1356.16217438780814 -0.74293308373766,42.97649629913113,1356.37539773812432 -0.74284986493155,42.97652114239435,1355.80767585020158
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74360467366506,42.97647427756326,1355.74538646367364 -0.74360795958864,42.97649546919737,1351.43354398068709
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.74106827899934,42.97579214722789,1366.50180133361960 -0.74105569828184,42.97580301453261,1368.93063264974171 -0.74102081157591,42.97578256040256,1369.17571051675441 -0.74097599060944,42.97576077171042,1368.96432121858174 -0.74095060871877,42.97575199111086,1368.88999372108788 -0.74091996265039,42.97573983077473,1369.41665438976020 -0.74088973031530,42.97574069661258,1369.51448765669102 -0.74086822423154,42.97572402878648,1369.20083824271546 -0.74082709987339,42.97570838527234,1368.11890218679468 -0.74079078331495,42.97568724467499,1369.15526416182411 -0.74075417759500,42.97567645221667,1370.31374784906302 -0.74072611412785,42.97566430120050,1370.42606478187417 -0.74070830487654,42.97566519579149,1371.46704854857239 -0.74066042280670,42.97565620998772,1374.52491299397343 -0.74063337456292,42.97564844388004,1374.58901984401587 -0.74060114447492,42.97563063188436,1373.62116295312035 -0.74054911512219,42.97560961446068,1374.01346616510773 -0.74050983424125,42.97560799345833,1374.58572184345417 -0.74048657486380,42.97560998869390,1375.73625782078420 -0.74043711215756,42.97559060663592,1376.94291987805764 -0.74042894417023,42.97557282949665,1377.09707907163806 -0.74038980729407,42.97555148183979,1377.86222149837386 -0.74036637189008,42.97554717961378,1378.20401630262040 -0.74030896042045,42.97550132402682,1378.57757472764797 -0.74029420363851,42.97550585517705,1378.46089546755911 -0.74025008378254,42.97548471451392,1378.60496288385366 -0.74022576406218,42.97547443479519,1379.17909530054658 -0.74021494605773,42.97546627291158,1379.06973244776964 -0.74019215611181,42.97545595094444,1379.33212743553759 -0.74015942263346,42.97544633398982,1378.51449514791466 -0.74013195004354,42.97543956591914,1378.23764391357713 -0.74010262773396,42.97542405619001,1378.34780093310337 -0.74007135700808,42.97541793070739,1378.67243417869668 -0.74004097507031,42.97540162270622,1378.68047141072111 -0.73999801120696,42.97539220171991,1378.98054735085520 -0.73996080716572,42.97537143055278,1380.19069234805420 -0.73992809566201,42.97535015956917,1380.92883810315197 -0.73990203695245,42.97533603839405,1380.72230478735332 -0.73988792292486,42.97532494519763,1380.61412823881415 -0.73984453158238,42.97531088115334,1380.69517540376273 -0.73981426580467,42.97530207894269,1380.54112812588414 -0.73978740229282,42.97528774374432,1380.61632296585708 -0.73975846552087,42.97527152364906,1381.43319923693844 -0.73973978199018,42.97525600767172,1380.13881934911433 -0.73971640465466,42.97524508573262,1380.70447006160248 -0.73968905847022,42.97522108124267,1380.22264650892112
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_27</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73732708816682,42.97222495490043,1425.66191230939762 -0.73740344744221,42.97223426651298,1425.40166656407223 -0.73755282589388,42.97221880857619,1428.37212241149132 -0.73760568945387,42.97223408301463,1426.63293258266685 -0.73767991340343,42.97223509960421,1422.94637056389274 -0.73773369212134,42.97225208953971,1422.46713498317263 -0.73788134062634,42.97224248642004,1418.78632729170658 -0.73804217068685,42.97225813607778,1418.15754686987020 -0.73818905086554,42.97228558494573,1418.53315030721274
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73823579836316,42.97218197457013,1422.45457030494254 -0.73822139789277,42.97221251547413,1421.74492587244299 -0.73818905086554,42.97228558494573,1418.53315030721274 -0.73829609767022,42.97231159407442,1418.70495053229888 -0.73834136829023,42.97231496967041,1418.17333126929248 -0.73841170577149,42.97238947347671,1416.62319396401722
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_10</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73821936868213,42.97224355620685,1406.58732413285043 -0.73828328274943,42.97227058579617,1406.05985328727843 -0.73829683233258,42.97227849399662,1404.86452392493902 -0.73833611478967,42.97229312720128,1404.02567173920283 -0.73832991962634,42.97231227029545,1403.89197543762157 -0.73836841262793,42.97234744916236,1402.95644846307755 -0.73836948609108,42.97237057816659,1402.40245900369973 -0.73842695246638,42.97241502783798,1401.56762369207286 -0.73845003871239,42.97242722217631,1401.55669099010152 -0.73848067992267,42.97248451294416,1401.96293964909682 -0.73851959897666,42.97249975861992,1400.53892566238255 -0.73854309465410,42.97251373906131,1400.20142445828151 -0.73861943917878,42.97252765220267,1399.79320138761568 -0.73865849705193,42.97250612404532,1400.76145664619276 -0.73870214480409,42.97250838656704,1401.03424177027409 -0.73871770694252,42.97250176962567,1400.08009906195775 -0.73877729322216,42.97250721018000,1399.44042892384118 -0.73880479435752,42.97251263180704,1399.15849783992667 -0.73892446727249,42.97250995870743,1399.38867674235098 -0.73895346297510,42.97252889444763,1398.42147887552142 -0.73902305200698,42.97254870238020,1397.80195167281204 -0.73904293969572,42.97258506304651,1396.83131195958936 -0.73907377369222,42.97260596203580,1394.98352312704537 -0.73913395357171,42.97265254217554,1393.74373595295719 -0.73924893926444,42.97268926917847,1393.86157448732729 -0.73926945396374,42.97268819132006,1393.53148336551590 -0.73931565751645,42.97270576102645,1391.39944031333357 -0.73936370618263,42.97273555361897,1389.41677142690082 -0.73943486415477,42.97273663660812,1388.36893119304295 -0.73943975517299,42.97274653514533,1387.87453959686991 -0.73952866495915,42.97273538379937,1388.03894989845458 -0.73968027048893,42.97274302639706,1387.75979061765133 -0.73972973275765,42.97276145879447,1386.98958316600874 -0.73984910948995,42.97275412405418,1388.13932887680221 -0.73984686619315,42.97274077143764,1387.86285259039914 -0.73992987658227,42.97275889342608,1388.13425440064793 -0.73997832623105,42.97275740040281,1387.47793637359928 -0.74009106503512,42.97279721936603,1387.77726631363680 -0.74015409050887,42.97280456346300,1386.58783630675180 -0.74020626881796,42.97280518999477,1388.16515344072286 -0.74026218883229,42.97282337528559,1386.69959000351173 -0.74032518060689,42.97280704672972,1387.36484836171644 -0.74038817898538,42.97281450346414,1386.17450978102465 -0.74048992683347,42.97280102862490,1386.48378268250804 -0.74051662613188,42.97281474478854,1386.07132287425566 -0.74056792699129,42.97281144009467,1385.57780565632538
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_76</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73499447855638,42.97252426593136,1431.49776970111384 -0.73496682375178,42.97251761850926,1430.31990077188107 -0.73496667242327,42.97247362791035,1433.80070749823221 -0.73492437611168,42.97244218123284,1435.28601183244496 -0.73485911300145,42.97240207445189,1434.79323630217368 -0.73482616354397,42.97240969150044,1435.14574006588805 -0.73479222639186,42.97240221235602,1434.20431018546310 -0.73477953319281,42.97243474949050,1437.04082811101466 -0.73478028337944,42.97246010530527,1438.83442540041233 -0.73472992783336,42.97247785718220,1437.81251495454421 -0.73472291263824,42.97247026702595,1437.76944605549625
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_100</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73346408778159,42.97228713481097,1459.52573439927232 -0.73346408778159,42.97228713481097,1459.52573439927232
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73346408778159,42.97228713481097,1459.52573439927232 -0.73341770488567,42.97228623916857,1461.07506790817524 -0.73335748011373,42.97226860761723,1463.25294432714054 -0.73327971667666,42.97226120496121,1460.26590954436915
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73335748011373,42.97226860761723,1463.25294432714054 -0.73337610231553,42.97222509489443,1462.39044622225106 -0.73339821019149,42.97220178566253,1461.92389058094227 -0.73340064000481,42.97215748316604,1460.95571083839081 -0.73343011478372,42.97213450404162,1458.81252471153539
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73337610231553,42.97222509489443,1462.39044622225106 -0.73328476027343,42.97222394005668,1462.06114330811442 -0.73325746742539,42.97221759919899,1466.27762573060159 -0.73320453579078,42.97223580970165,1463.83007731495672 -0.73317447893354,42.97223375190734,1460.88373327318754 -0.73311278648749,42.97222506373085,1458.43395729884878 -0.73305549900207,42.97220901099971,1459.42804491142897 -0.73302009586404,42.97219826029275,1458.01491402590864 -0.73294952807270,42.97219364771752,1458.60810386039157 -0.73294366125604,42.97220740627663,1459.45114570100350 -0.73288570789688,42.97220972844611,1459.83043784642314 -0.73286530740771,42.97220616324799,1460.56048347498358 -0.73283789718037,42.97220790768915,1460.71782728100175 -0.73278137875820,42.97221519086517,1460.19771045925859 -0.73271792794487,42.97220978599454,1463.91329994344528 -0.73270303701314,42.97220443695886,1463.17658649688497 -0.73269450118822,42.97220617091171,1461.79398279209818 -0.73257950353915,42.97220941963644,1463.43082856167621 -0.73254484767925,42.97220339590612,1462.01945168882457 -0.73248069508561,42.97219425002861,1463.56227030391869 -0.73240856245071,42.97218472232640,1463.67289692363101 -0.73233850104782,42.97217419245709,1465.41986802533074 -0.73225934393055,42.97216557056367,1466.31993095841267 -0.73212578055596,42.97213804402002,1467.85005319588959 -0.73207272629530,42.97214420253515,1469.75989838564692
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>10_2</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.74179963287636,42.97679602770213,1353.42296756368410 -0.74183860483681,42.97677539738720,1353.13035315847083 -0.74186863263438,42.97677340660453,1353.07711779092301 -0.74187937557970,42.97674082718046,1353.28923184608630 -0.74196066525396,42.97670682371595,1353.64779317276043 -0.74204029643211,42.97669365810361,1353.25454385612898 -0.74213226401472,42.97667127337311,1353.57474520217806 -0.74224630132712,42.97664354922355,1353.43620558100542 -0.74229670822745,42.97662391116146,1352.95107425615265 -0.74232610784938,42.97661414160394,1353.50484467374372 -0.74236069968278,42.97661474921100,1353.81895339882976 -0.74241162811100,42.97659866771008,1353.55424184082221 -0.74241687895068,42.97659727661117,1356.45876441589962 -0.74248845717359,42.97659270637968,1356.78541373440294 -0.74257340593196,42.97659334895441,1356.81927996840932 -0.74261146068255,42.97657668537410,1356.12719328058324 -0.74259770899942,42.97656236589344,1356.01120611372471 -0.74256114901961,42.97654953262015,1356.96343785440354 -0.74244645320194,42.97657973636137,1357.05017961725730 -0.74240579460660,42.97657188731523,1356.98433238982648 -0.74237051328003,42.97657936456530,1357.14866011938670 -0.74231056697311,42.97656293327873,1357.08579836987019 -0.74225883051469,42.97655982313295,1357.63575556725641 -0.74227952486107,42.97654630858965,1357.94321568828059 -0.74230784590521,42.97653942328393,1357.41616743273107 -0.74236640819766,42.97654085754311,1357.37028343138081 -0.74247585991293,42.97651276098713,1356.28763636603708 -0.74254984145193,42.97651094015939,1357.07937933120661 -0.74256653345406,42.97649520746265,1358.51490700574254 -0.74262440823148,42.97649977160099,1358.64587736529734 -0.74266663523796,42.97649342395172,1359.37081570495525 -0.74268104977077,42.97649574719014,1359.70738571918696 -0.74268753130016,42.97648928017280,1360.92574012096247 -0.74272977738141,42.97649803466366,1360.66843933005612 -0.74276357415272,42.97649567140788,1359.39056035298427 -0.74284986493155,42.97652114239435,1355.80767585020158 -0.74284986493155,42.97652114239435,1355.80767585020158
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_47</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73630439604165,42.97246905707792,1422.19989296329550 -0.73630439604165,42.97246905707792,1422.19989296329550
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73630439604165,42.97246905707792,1422.19989296329550 -0.73630439604165,42.97246905707792,1422.19989296329550 -0.73632312474916,42.97249153878799,1420.95890082613346 -0.73632778643493,42.97250277358167,1420.84199383840519 -0.73630886519326,42.97252821059301,1420.84705180049741 -0.73628902434229,42.97254396942999,1421.01210526195473 -0.73619459383647,42.97256463545061,1420.57957671206077 -0.73609356872859,42.97258965260825,1421.78026810950564 -0.73605057258415,42.97258863583419,1421.31575525867856 -0.73603275592000,42.97256879080517,1421.53796243028569 -0.73599922539200,42.97257947916359,1421.06032506717725 -0.73598060396010,42.97256474111517,1422.76549231806280 -0.73595550319335,42.97257639577730,1424.10841496614512 -0.73595763341645,42.97257172192614,1425.79159397234912
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73619459383647,42.97256463545061,1420.57957671206077 -0.73618845854486,42.97257072965597,1420.32361182957447 -0.73618593612612,42.97257565375311,1417.89289089618774 -0.73619921886596,42.97262014394890,1417.89995598670407 -0.73621186340773,42.97262357759673,1418.26879728194967 -0.73620416499741,42.97264644733706,1415.72460139973032 -0.73617553389866,42.97265242659086,1416.04990105953107 -0.73619543163430,42.97266601109838,1415.80403300546641 -0.73621838297968,42.97266413389455,1414.87621304636582 -0.73630215992668,42.97266209781698,1415.27888131134819 -0.73631823327683,42.97265397808236,1415.03590693520482 -0.73637728056962,42.97264983688759,1415.13811279998481 -0.73643268676911,42.97264804221396,1414.42638045812055 -0.73647716402694,42.97264823275307,1414.32059183376418 -0.73648012553180,42.97264389836048,1414.76754127901086 -0.73653577783123,42.97264732586846,1415.32533126158728
|
||||
</coordinates></LineString>
|
||||
<LineString><coordinates>
|
||||
-0.73620416499741,42.97264644733706,1415.72460139973032 -0.73621096583671,42.97263882282124,1415.48729321686824 -0.73612223454942,42.97264200445919,1415.28612620956051 -0.73611683024574,42.97264572531947,1416.56004000941107 -0.73605912499401,42.97266494302886,1416.66019295403498 -0.73605253271892,42.97266246963033,1416.44834750097448 -0.73598451760336,42.97268197788945,1416.25386159774325 -0.73585722723371,42.97272623237519,1415.28504550901926 -0.73582579204153,42.97272451508530,1415.73153655130682 -0.73577919398458,42.97275274743939,1415.60162404565153
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>8_70</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73526306737468,42.97257167843256,1424.02028697872561 -0.73526306737468,42.97257167843256,1424.02028697872561 -0.73523853816177,42.97259680521849,1422.11018771597310 -0.73527335231805,42.97260907302642,1418.34395657246409 -0.73530270762799,42.97260756758104,1417.90726017661291 -0.73533006475469,42.97261821982254,1417.55898089294692 -0.73539507251460,42.97261362752823,1417.71431239923345 -0.73543025510888,42.97262440550707,1417.68934398718807 -0.73552409526263,42.97268229830828,1417.51481992281515 -0.73568325264413,42.97274986927536,1417.25303382625589 -0.73577871735433,42.97275358577436,1417.11690505604497
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
<Placemark>
|
||||
<name>7_0</name>
|
||||
<styleUrl>#ThSurveyLine</styleUrl>
|
||||
<MultiGeometry>
|
||||
<LineString><coordinates>
|
||||
-0.73843365742881,42.97245958208899,1415.83724831349059 -0.73835444196660,42.97247921875596,1414.26259093308363 -0.73831872573256,42.97247537084232,1414.83501791921321 -0.73826986012744,42.97247766198096,1415.04436174418493 -0.73807437274669,42.97247177920620,1416.16046532409086 -0.73798173584487,42.97247971401477,1418.63260127909052 -0.73798546264327,42.97247904925635,1420.60797796028078 -0.73775393146077,42.97248395597837,1422.59401876236620 -0.73784325927517,42.97246922991125,1425.46096235872869
|
||||
</coordinates></LineString>
|
||||
</MultiGeometry>
|
||||
</Placemark>
|
||||
</Folder>
|
||||
</Folder>
|
||||
</kml>
|
||||
BIN
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
Folder where Therion outputs are exported
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
+8357
File diff suppressed because one or more lines are too long
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,58 @@
|
||||
therion 6.3.1 (2024-11-22)
|
||||
- using Proj 9.4.1, compiled against 9.4.1
|
||||
initialization file: C:\Program Files\Therion/therion.ini
|
||||
reading ... done
|
||||
configuration file: AP7_Arres_Planeres.thconfig
|
||||
reading ... done
|
||||
reading source files ... done
|
||||
preprocessing database ... done
|
||||
output coordinate system: UTM30
|
||||
meridian convergence (deg): -1.5403
|
||||
geomag declinations (deg):
|
||||
2006.1.1 -1.5412
|
||||
2007.1.1 -1.4178
|
||||
2008.1.1 -1.2945
|
||||
2009.1.1 -1.1714
|
||||
2010.1.1 -1.0486
|
||||
2011.1.1 -0.9110
|
||||
2012.1.1 -0.7735
|
||||
2013.1.1 -0.6363
|
||||
2014.1.1 -0.4994
|
||||
2015.1.1 -0.3626
|
||||
2016.1.1 -0.2071
|
||||
2017.1.1 -0.0519
|
||||
2018.1.1 0.1031
|
||||
2019.1.1 0.2578
|
||||
2020.1.1 0.4122
|
||||
scanning centreline tree ... done
|
||||
searching for centerline loops ... done
|
||||
calculating station coordinates ... done
|
||||
average loop error: 1.46%
|
||||
calculating basic statistics ... done
|
||||
processing extended elevation ... done
|
||||
processing references ... done
|
||||
selecting export objects ... done
|
||||
writing Outputs/AP7_Arres_Planeres.lox ...
|
||||
processing projection plan ... done
|
||||
done
|
||||
writing Outputs/AP7_Arres_Planeres.kml ... done
|
||||
writing Outputs/AP7_Arres_Planeres-Cave-list.html ... done
|
||||
writing Outputs/AP7_Arres_Planeres-Surveys.html ... done
|
||||
compilation time: 0 sec
|
||||
|
||||
|
||||
######################### loop errors ##########################
|
||||
REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
||||
4.61% 1.0m 20.7m 7 -0.8m -0.4m 0.3m [SF48@AP7_Entree.AP7_Arres_Planeres - SF54 - SF53 - SF52 - SF51 - SF50 - SF49 - SF48]
|
||||
2.46% 2.7m 108.0m 27 -0.0m -0.0m -2.7m [GN05@AP7_Entree.AP7_Arres_Planeres - Y01 - Y02 - Y03 - Y04 - Y05 - Y06 - Y07 - Z19 - Z18 - Z17 - Z16 - Z15 - Z14 - Z13 - Z12 - Z11 - Z10 - Z03 - Z02 - Z01 - Z00 - RN01 - GN01 - GN02 - GN03 - GN04 - GN05]
|
||||
0.18% 0.3m 167.2m 38 -0.0m -0.0m -0.3m [Z03@AP7_Entree.AP7_Arres_Planeres - Z04 - Z05 - Z06 - Z07 - Z08 - C17 - C16 - C15 - C14 - C13 - C12 - C11 - C10 - C09 - C08 - C07 - C06 - C05 - C04 - C03 - C02 - C01 - RN20 - RN11 - RN10 - RN09 - RN08 - RN07 - RN06 - RN05 - RN04 - RN03 - RN02 - RN01 - Z00 - Z01 - Z02 - Z03]
|
||||
##################### end of loop errors #######################
|
||||
|
||||
############# CRS transformations chosen by PROJ ###############
|
||||
Area of Use (AoU): (-0.741, 42.974) (-0.741, 42.974)
|
||||
[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]
|
||||
[UTM30 → LAT-LONG] AoU: [no] transformation: [Inverse of UTM zone 30N + axis order change (2D)] definition: [proj=pipeline step inv proj=utm zone=30 ellps=WGS84 step proj=unitconvert xy_in=rad xy_out=deg] accuracy: [0.000 m]
|
||||
[UTM30 → UTM30] AoU: [yes] transformation: [Inverse of UTM zone 30N + UTM zone 30N] definition: [proj=noop ellps=GRS80] accuracy: [0.000 m]
|
||||
[UTM30 → EPSG:4326] 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]
|
||||
[EPSG:4326 → UTM30] AoU: [yes] transformation: [axis order change (2D) + UTM zone 30N] definition: [proj=pipeline step proj=unitconvert xy_in=deg xy_out=rad step proj=utm zone=30 ellps=WGS84] accuracy: [0.000 m]
|
||||
########## end of CRS transformations chosen by PROJ ###########
|
||||
+3
-1
@@ -36,13 +36,15 @@ td {border-bottom:1px solid #a7a9aa; padding-left:8px; padding-right:8px; paddin
|
||||
<body>
|
||||
<table>
|
||||
<tr><th align="left">Title</th><th align="right">Length</th><th align="right">Depth</th><th align="right">Explored</th><th align="right">X</th><th align="right">Y</th><th align="right">Altitude</th></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues')">Complexe Lonné Peyret-Bourrugues</a></td><td align="right" style="color:#808080">9071</td><td align="right">681</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues')">Complexe Lonné Peyret-Bourrugues</a></td><td align="right" style="color:#808080">13719</td><td align="right">752</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues"><td align="left" style="padding-left: 12px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues')">Gouffre B3 - Bourrugues</a></td><td align="right" style="color:#808080">6616</td><td align="right">667</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree"><td align="left" style="padding-left: 24px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree')">B3 Entree</a></td><td align="right" style="color:#808080">1636</td><td align="right">357</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree.B3_Entree_01"><td align="left" style="padding-left: 36px">Gouffre des Bourrugues B3, entrée 01 : puits d'entrée</td><td align="right">341</td><td align="right">263</td><td align="right"> </td><td align="right">684226.000</td><td align="right">4760869.000</td><td align="right">1620.000</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret"><td align="left" style="padding-left: 12px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret')">Gouffre du Lonné Peyret</a></td><td align="right" style="color:#808080">2455</td><td align="right">469</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Entree_01"><td align="left" style="padding-left: 24px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Entree_01')">GL102 - Gouffre du Lonné Peyret - Entrée</a></td><td align="right" style="color:#808080">342</td><td align="right">225</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Entree_01."><td align="left" style="padding-left: 36px">GL102</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right">682343.000</td><td align="right">4760590.000</td><td align="right">1633.000</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres"><td align="left" style="padding-left: 12px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres')">AP7 Arres Planères</a></td><td align="right" style="color:#808080">4648</td><td align="right">354</td><td align="right"> </td><td align="right"> </td><td align="right"> </td><td align="right"> </td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres.AP7_Entree"><td align="left" style="padding-left: 24px">Gouffre des arres planères AP7</td><td align="right">4648</td><td align="right">354</td><td align="right"> </td><td align="right">684207.000</td><td align="right">4760382.000</td><td align="right">1705.000</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+3
-1
@@ -36,7 +36,7 @@ td {border-bottom:1px solid #a7a9aa; padding-left:8px; padding-right:8px; paddin
|
||||
<body>
|
||||
<table>
|
||||
<tr><th align="left">Title</th><th align="right">Length</th><th align="right">Depth</th><th align="right">Explored</th><th align="right">Approx.</th><th align="right">Duplicate</th><th align="right">Surface</th><th align="right">Shots</th><th align="right">Stations</th></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues')">Complexe Lonné Peyret-Bourrugues</a></td><td align="right">9071</td><td align="right">681</td><td align="right">0</td><td align="right">0</td><td align="right">112</td><td align="right">0</td><td align="right">2713</td><td align="right">2729</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues"><td align="left" style="padding-left: 0px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues')">Complexe Lonné Peyret-Bourrugues</a></td><td align="right">13719</td><td align="right">752</td><td align="right">0</td><td align="right">0</td><td align="right">112</td><td align="right">0</td><td align="right">3691</td><td align="right">3705</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues"><td align="left" style="padding-left: 12px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues')">Gouffre B3 - Bourrugues</a></td><td align="right">6616</td><td align="right">667</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">745</td><td align="right">756</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree"><td align="left" style="padding-left: 24px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree')">B3 Entree</a></td><td align="right">1636</td><td align="right">357</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">187</td><td align="right">193</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.B3-Bourrugues.B3_Entree.B3_Entree_01"><td align="left" style="padding-left: 36px">Gouffre des Bourrugues B3, entrée 01 : puits d'entrée</td><td align="right">341</td><td align="right">263</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">44</td><td align="right">45</td></tr>
|
||||
@@ -58,6 +58,8 @@ td {border-bottom:1px solid #a7a9aa; padding-left:8px; padding-right:8px; paddin
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Aval_01"><td align="left" style="padding-left: 24px">GL102 - Gouffre du Lonné Peyret - Aval salle chao des Titans</td><td align="right">957</td><td align="right">96</td><td align="right">0</td><td align="right">0</td><td align="right">16</td><td align="right">0</td><td align="right">551</td><td align="right">552</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Riviere"><td align="left" style="padding-left: 24px">GL102 - Gouffre du Lonné Peyret - Aval Embarquadère (Sup)</td><td align="right">208</td><td align="right">18</td><td align="right">0</td><td align="right">0</td><td align="right">78</td><td align="right">0</td><td align="right">175</td><td align="right">176</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.Gouffre_du_Lonne_Peyret.GL102_Amont_01"><td align="left" style="padding-left: 24px">GL102 - Gouffre du Lonné Peyret - Amonts</td><td align="right">486</td><td align="right">25</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">427</td><td align="right">428</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres"><td align="left" style="padding-left: 12px"><a href="javascript:xTree('Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres')">AP7 Arres Planères</a></td><td align="right">4648</td><td align="right">354</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">978</td><td align="right">976</td></tr>
|
||||
<tr id="Complexe_Lonne_Peyret-Bourrugues.AP7_Arres_Planeres.AP7_Entree"><td align="left" style="padding-left: 24px">Gouffre des arres planères AP7</td><td align="right">4648</td><td align="right">354</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">0</td><td align="right">978</td><td align="right">976</td></tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+2311
-1764
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -7,47 +7,48 @@ reading ... done
|
||||
reading source files ... done
|
||||
preprocessing database ... done
|
||||
output coordinate system: UTM30
|
||||
meridian convergence (deg): -1.5328
|
||||
meridian convergence (deg): -1.5353
|
||||
geomag declinations (deg):
|
||||
1990.1.1 -3.5730
|
||||
1991.1.1 -3.4562
|
||||
1992.1.1 -3.3394
|
||||
1993.1.1 -3.2228
|
||||
1994.1.1 -3.1063
|
||||
1995.1.1 -2.9900
|
||||
1996.1.1 -2.8500
|
||||
1997.1.1 -2.7102
|
||||
1998.1.1 -2.5706
|
||||
1999.1.1 -2.4312
|
||||
2000.1.1 -2.2919
|
||||
2001.1.1 -2.1670
|
||||
2002.1.1 -2.0421
|
||||
2003.1.1 -1.9175
|
||||
2004.1.1 -1.7930
|
||||
2005.1.1 -1.6687
|
||||
2006.1.1 -1.5449
|
||||
2007.1.1 -1.4214
|
||||
2008.1.1 -1.2981
|
||||
2009.1.1 -1.1750
|
||||
2010.1.1 -1.0522
|
||||
2011.1.1 -0.9145
|
||||
2012.1.1 -0.7770
|
||||
2013.1.1 -0.6398
|
||||
2014.1.1 -0.5028
|
||||
2015.1.1 -0.3660
|
||||
2016.1.1 -0.2105
|
||||
2017.1.1 -0.0552
|
||||
2018.1.1 0.0998
|
||||
2019.1.1 0.2545
|
||||
2020.1.1 0.4090
|
||||
2021.1.1 0.5750
|
||||
2022.1.1 0.7407
|
||||
2023.1.1 0.9061
|
||||
2024.1.1 1.0713
|
||||
2025.1.1 1.2362
|
||||
1990.1.1 -3.5716
|
||||
1991.1.1 -3.4547
|
||||
1992.1.1 -3.3380
|
||||
1993.1.1 -3.2214
|
||||
1994.1.1 -3.1049
|
||||
1995.1.1 -2.9886
|
||||
1996.1.1 -2.8486
|
||||
1997.1.1 -2.7089
|
||||
1998.1.1 -2.5693
|
||||
1999.1.1 -2.4298
|
||||
2000.1.1 -2.2906
|
||||
2001.1.1 -2.1657
|
||||
2002.1.1 -2.0409
|
||||
2003.1.1 -1.9162
|
||||
2004.1.1 -1.7917
|
||||
2005.1.1 -1.6674
|
||||
2006.1.1 -1.5437
|
||||
2007.1.1 -1.4202
|
||||
2008.1.1 -1.2969
|
||||
2009.1.1 -1.1738
|
||||
2010.1.1 -1.0510
|
||||
2011.1.1 -0.9133
|
||||
2012.1.1 -0.7759
|
||||
2013.1.1 -0.6386
|
||||
2014.1.1 -0.5017
|
||||
2015.1.1 -0.3649
|
||||
2016.1.1 -0.2094
|
||||
2017.1.1 -0.0541
|
||||
2018.1.1 0.1009
|
||||
2019.1.1 0.2556
|
||||
2020.1.1 0.4101
|
||||
2021.1.1 0.5760
|
||||
2022.1.1 0.7417
|
||||
2023.1.1 0.9072
|
||||
2024.1.1 1.0723
|
||||
2025.1.1 1.2372
|
||||
scanning centreline tree ... done
|
||||
searching for centerline loops ... done
|
||||
calculating station coordinates ... done
|
||||
average loop error: 1.46%
|
||||
calculating basic statistics ... done
|
||||
processing extended elevation ... done
|
||||
processing references ... done
|
||||
@@ -62,6 +63,14 @@ writing Outputs/Complexe_Lonne_Peyret-Bourrugues-Surveys.html ... done
|
||||
compilation time: 1 sec
|
||||
|
||||
|
||||
######################### loop errors ##########################
|
||||
REL-ERR ABS-ERR TOTAL-L STS X-ERROR Y-ERROR Z-ERROR STATIONS
|
||||
4.61% 1.0m 20.7m 7 -0.8m -0.4m 0.3m [SF48@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues - SF54 - SF53 - SF52 - SF51 - SF50 - SF49 - SF48]
|
||||
2.46% 2.7m 108.0m 27 -0.0m -0.0m -2.7m [GN05@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues - Y01 - Y02 - Y03 - Y04 - Y05 - Y06 - Y07 - Z19 - Z18 - Z17 - Z16 - Z15 - Z14 - Z13 - Z12 - Z11 - Z10 - Z03 - Z02 - Z01 - Z00 - RN01 - GN01 - GN02 - GN03 - GN04 - GN05]
|
||||
0.18% 0.3m 167.2m 38 -0.0m -0.0m -0.3m [Z03@AP7_Entree.AP7_Arres_Planeres.Complexe_Lonne_Peyret-Bourrugues - Z04 - Z05 - Z06 - Z07 - Z08 - C17 - C16 - C15 - C14 - C13 - C12 - C11 - C10 - C09 - C08 - C07 - C06 - C05 - C04 - C03 - C02 - C01 - RN20 - RN11 - RN10 - RN09 - RN08 - RN07 - RN06 - RN05 - RN04 - RN03 - RN02 - RN01 - Z00 - Z01 - Z02 - Z03]
|
||||
##################### end of loop errors #######################
|
||||
|
||||
|
||||
###################### scrap distortions #######################
|
||||
PROJECTION: plan
|
||||
AVERAGE MAXIMAL SCRAP
|
||||
@@ -86,7 +95,7 @@ compilation time: 1 sec
|
||||
################### end of scrap distortions ###################
|
||||
|
||||
############# CRS transformations chosen by PROJ ###############
|
||||
Area of Use (AoU): (-0.764, 42.976) (-0.741, 42.978)
|
||||
Area of Use (AoU): (-0.764, 42.974) (-0.741, 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]
|
||||
[UTM30 → LAT-LONG] AoU: [no] transformation: [Inverse of UTM zone 30N + axis order change (2D)] definition: [proj=pipeline step inv proj=utm zone=30 ellps=WGS84 step proj=unitconvert xy_in=rad xy_out=deg] accuracy: [0.000 m]
|
||||
[UTM30 → UTM30] AoU: [yes] transformation: [Inverse of UTM zone 30N + UTM zone 30N] definition: [proj=noop ellps=GRS80] accuracy: [0.000 m]
|
||||
|
||||
Reference in New Issue
Block a user