forked from willsepulvedam/victor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdatos2.json
More file actions
39 lines (39 loc) · 1.32 KB
/
datos2.json
File metadata and controls
39 lines (39 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"fecha_creacion": "2025-05-01 14:58:48",
"triangulo": {
"puntos": [
{
"nombre": "La Magdalena, Cartagena",
"latitud": 37.6555647,
"longitud": -1.0743221,
"x_transf": 0.0,
"y_transf": 0.0,
"distancia_desde_origen": 0.0
},
{
"nombre": "El Progreso, Cartagena",
"latitud": 10.375556,
"longitud": -75.487778,
"x_transf": -7558125.131872624,
"y_transf": -3033398.5662594237,
"distancia_desde_origen": 7944217.6850103345
},
{
"nombre": "Zarabanda, Cartagena",
"latitud": 10.4095931,
"longitud": -75.4757069,
"x_transf": -7555898.643562517,
"y_transf": -3029613.8134217304,
"distancia_desde_origen": 7940922.642034142
}
],
"distancias": {
"punto1_punto2": 7944217.6850103345,
"punto2_punto3": 3990.167593289389,
"punto3_punto1": 7940922.642034142
},
"perimetro": 15889130.494637767,
"area_heron": 8936828824.751638,
"area_determinante": 10925904546.412642
}
}