@geode/opengeodeweb-back 0.0.0-semantically-released

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/.gitattributes +2 -0
  2. package/.github/workflows/Branch-protection.yml +11 -0
  3. package/.github/workflows/CD.yml +53 -0
  4. package/.github/workflows/prepare_pr.yml +11 -0
  5. package/.pylintrc +536 -0
  6. package/.pypirc +6 -0
  7. package/CHANGELOG.md +1223 -0
  8. package/COPYLEFT +4 -0
  9. package/LICENSE +21 -0
  10. package/README.md +32 -0
  11. package/app.py +54 -0
  12. package/config.py +29 -0
  13. package/generate_schemas.js +82 -0
  14. package/package.json +31 -0
  15. package/pyproject.toml +48 -0
  16. package/requirements.in +15 -0
  17. package/requirements.txt +116 -0
  18. package/src/OpenGeodeWeb_Back.egg-info/PKG-INFO +74 -0
  19. package/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +22 -0
  20. package/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +1 -0
  21. package/src/OpenGeodeWeb_Back.egg-info/requires.txt +28 -0
  22. package/src/OpenGeodeWeb_Back.egg-info/top_level.txt +1 -0
  23. package/src/opengeodeweb_back/__init__.py +0 -0
  24. package/src/opengeodeweb_back/geode_functions.py +330 -0
  25. package/src/opengeodeweb_back/geode_objects.py +429 -0
  26. package/src/opengeodeweb_back/inspector_functions.py +483 -0
  27. package/src/opengeodeweb_back/routes/blueprint_routes.py +178 -0
  28. package/src/opengeodeweb_back/routes/schemas/allowed_files.json +20 -0
  29. package/src/opengeodeweb_back/routes/schemas/allowed_objects.json +16 -0
  30. package/src/opengeodeweb_back/routes/schemas/geode_objects_and_output_extensions.json +21 -0
  31. package/src/opengeodeweb_back/routes/schemas/geographic_coordinate_systems.json +17 -0
  32. package/src/opengeodeweb_back/routes/schemas/missing_files.json +16 -0
  33. package/src/opengeodeweb_back/routes/schemas/upload_file.json +15 -0
  34. package/tests/__init__.py +0 -0
  35. package/tests/conftest.py +12 -0
  36. package/tests/corbi.og_brep +0 -0
  37. package/tests/data/test.bmp +0 -0
  38. package/tests/data/test.dat +11 -0
  39. package/tests/data/test.dev +121 -0
  40. package/tests/data/test.dxf +4184 -0
  41. package/tests/data/test.grdecl +2555 -0
  42. package/tests/data/test.jpg +0 -0
  43. package/tests/data/test.lso +3637 -0
  44. package/tests/data/test.ml +78770 -0
  45. package/tests/data/test.msh +800 -0
  46. package/tests/data/test.obj +24 -0
  47. package/tests/data/test.og_brep +0 -0
  48. package/tests/data/test.og_edc2d +0 -0
  49. package/tests/data/test.og_edc3d +0 -0
  50. package/tests/data/test.og_grp +0 -0
  51. package/tests/data/test.og_hso3d +0 -0
  52. package/tests/data/test.og_img2d +3 -0
  53. package/tests/data/test.og_img3d +0 -0
  54. package/tests/data/test.og_lrgd2d +0 -0
  55. package/tests/data/test.og_lrgd3d +0 -0
  56. package/tests/data/test.og_psf2d +0 -0
  57. package/tests/data/test.og_psf3d +0 -0
  58. package/tests/data/test.og_pso3d +0 -0
  59. package/tests/data/test.og_pts2d +0 -0
  60. package/tests/data/test.og_pts3d +0 -0
  61. package/tests/data/test.og_rgd2d +0 -0
  62. package/tests/data/test.og_rgd3d +0 -0
  63. package/tests/data/test.og_sctn +0 -0
  64. package/tests/data/test.og_strm +0 -0
  65. package/tests/data/test.og_tsf2d +0 -0
  66. package/tests/data/test.og_tsf3d +0 -0
  67. package/tests/data/test.og_tso3d +0 -0
  68. package/tests/data/test.og_vts +0 -0
  69. package/tests/data/test.og_xsctn +0 -0
  70. package/tests/data/test.ply +20 -0
  71. package/tests/data/test.png +0 -0
  72. package/tests/data/test.shp +0 -0
  73. package/tests/data/test.shx +0 -0
  74. package/tests/data/test.shz +0 -0
  75. package/tests/data/test.smesh +2049 -0
  76. package/tests/data/test.stl +7191 -0
  77. package/tests/data/test.svg +144 -0
  78. package/tests/data/test.ts +266 -0
  79. package/tests/data/test.txt +11 -0
  80. package/tests/data/test.vo +49 -0
  81. package/tests/data/test.vti +3 -0
  82. package/tests/data/test.vtp +212 -0
  83. package/tests/data/test.vtu +3585 -0
  84. package/tests/data/test.wl +76 -0
  85. package/tests/data/test__ascii@@ +1003 -0
  86. package/tests/test_functions.py +291 -0
  87. package/tests/test_routes.py +131 -0
  88. package/tmp.3491.json +0 -0
@@ -0,0 +1,21 @@
1
+ {
2
+ "$id": "/tools/geode_objects_and_output_extensions",
3
+ "route": "/geode_objects_and_output_extensions",
4
+ "methods": [
5
+ "POST"
6
+ ],
7
+ "type": "object",
8
+ "properties": {
9
+ "input_geode_object": {
10
+ "type": "string"
11
+ },
12
+ "filename": {
13
+ "type": "string"
14
+ }
15
+ },
16
+ "required": [
17
+ "input_geode_object",
18
+ "filename"
19
+ ],
20
+ "additionalProperties": false
21
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "$id": "/tools/geographic_coordinate_systems",
3
+ "route": "/geographic_coordinate_systems",
4
+ "methods": [
5
+ "POST"
6
+ ],
7
+ "type": "object",
8
+ "properties": {
9
+ "input_geode_object": {
10
+ "type": "string"
11
+ }
12
+ },
13
+ "required": [
14
+ "input_geode_object"
15
+ ],
16
+ "additionalProperties": false
17
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "$id": "/tools/missing_files",
3
+ "route": "/missing_files",
4
+ "methods": ["POST"],
5
+ "type": "object",
6
+ "properties": {
7
+ "input_geode_object": {
8
+ "type": "string"
9
+ },
10
+ "filename": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "required": ["input_geode_object", "filename"],
15
+ "additionalProperties": false
16
+ }
@@ -0,0 +1,15 @@
1
+ {
2
+ "$id": "/tools/upload_file",
3
+ "route": "/upload_file",
4
+ "methods": [
5
+ "OPTIONS",
6
+ "PUT"
7
+ ],
8
+ "type": "object",
9
+ "properties": {
10
+ "filename": {
11
+ "type": "string"
12
+ }
13
+ },
14
+ "additionalProperties": false
15
+ }
File without changes
@@ -0,0 +1,12 @@
1
+ import pytest
2
+ from app import app
3
+
4
+
5
+ @pytest.fixture
6
+ def client():
7
+ app.config["TESTING"] = True
8
+ app.config["SERVER_NAME"] = "TEST"
9
+ app.config["DATA_FOLDER"] = "./data/"
10
+ client = app.test_client()
11
+ client.headers = {"Content-type": "application/json", "Accept": "application/json"}
12
+ yield client
Binary file
Binary file
@@ -0,0 +1,11 @@
1
+ 1062410.750 6884723.500 150.000
2
+ 1062410.750 6884723.500 -750.000
3
+ 1062410.748 6884723.494 -752.999
4
+ 1062410.686 6884723.302 -767.958
5
+ 1062410.663 6884723.230 -770.943
6
+ 1062410.636 6884723.148 -773.926
7
+ 1062408.692 6884717.137 -850.659
8
+ 1062402.520 6884698.049 -948.634
9
+ 1062393.306 6884669.553 -1035.627
10
+ 1062141.875 6883892.000 -2990.700
11
+ 1062106.278 6883781.916 -3267.493
@@ -0,0 +1,121 @@
1
+ # WELL TRACE FROM PETREL
2
+ # WELL NAME: TEST
3
+ # DEFINITIVE SURVEY: Test survey 1
4
+ # WELL HEAD X-COORDINATE: 1025430.46070414 (m)
5
+ # WELL HEAD Y-COORDINATE: 5851085.23047967 (m)
6
+ # WELL DATUM (GL, Ground level, from MSL): 127.90000000 (m)
7
+ # WELL TYPE: UNDEFINED
8
+ # MD AND TVD ARE REFERENCED (=0) AT WELL DATUM AND INCREASE DOWNWARDS
9
+ # ANGLES ARE GIVEN IN DEGREES
10
+ # XYZ TRACE IS GIVEN IN COORDINATE SYSTEM ***** (***** present dans CSM de Petrel ; conflation policy creee par ED) [Petrel,702154]
11
+ # AZIM_TN: azimuth in True North
12
+ # AZIM_GN: azimuth in Grid North
13
+ # DX DY ARE GIVEN IN GRID NORTH IN m-UNITS
14
+ # DEPTH (Z, tvd_z) GIVEN IN m-UNITS
15
+ #===============================================================================================================================================
16
+ MD X Y Z TVD DX DY AZIM_TN INCL DLS AZIM_GN
17
+ #===============================================================================================================================================
18
+ 0.0000000000 1056340.4607 6881075.2305 167.90000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 0.0000000000 356.46881672
19
+ 30.000097392 1056340.4214 6881075.2909 137.90000000 30.000000000 -0.039292727 0.0604667859 320.55853285 0.2163218254 0.2163211231 317.02734957
20
+ 40.000189601 1056340.3918 6881075.3213 127.90000000 40.000000000 -0.068938546 0.0908176946 303.51859010 0.2311968633 0.2037400856 299.98740683
21
+ 50.000274809 1056340.3519 6881075.3318 117.90000000 50.000000000 -0.108818857 0.1012872364 287.82383472 0.2365249975 0.1922320134 284.29265144
22
+ 60.000360434 1056340.3120 6881075.3422 107.90000000 60.000000000 -0.148699166 0.1117567653 294.33700716 0.2450476045 0.0859480534 290.80582388
23
+ 70.000461480 1056340.2722 6881075.3627 97.900000000 70.000000000 -0.188461959 0.1322257360 296.97717495 0.2184170922 0.0860531070 293.44599167
24
+ 80.000512432 1056340.2424 6881075.3731 87.900000000 80.000000000 -0.218342812 0.1425777413 304.73671094 0.1672075770 0.1721067285 301.20552766
25
+ 90.000556247 1056340.2226 6881075.3933 77.900000000 90.000000000 -0.238106692 0.1628116630 303.51870017 0.2311960539 0.1923736625 299.98751690
26
+ 429.99959794 1056335.8996 6881076.8742 -262.0600000 429.96000000 -4.561065988 1.6437359015 293.16658520 1.6414130452 0.0024363501 289.63540192
27
+ 440.00365872 1056335.6307 6881076.9674 -272.0600000 439.96000000 -4.829993672 1.7369039375 293.85470140 1.5881935139 0.1698546025 290.32351813
28
+ 449.99729695 1056335.3819 6881077.0703 -282.0500000 449.95000000 -5.078804926 1.8398363963 297.11097826 1.5932843267 0.2717492116 293.57979499
29
+ 460.00140711 1056335.1233 6881077.1934 -292.0500000 459.95000000 -5.337380606 1.9628852857 300.79047573 1.6420458422 0.3440207031 297.25929245
30
+ 469.99552408 1056334.8750 6881077.3363 -302.0400000 469.94000000 -5.585721798 2.1058155708 302.54247820 1.6687927730 0.1718279405 299.01129493
31
+ 479.99989377 1056334.6166 6881077.4793 -312.0400000 479.94000000 -5.844062447 2.2488633683 301.18291064 1.7438597574 0.2557353364 297.65172736
32
+ 490.00480334 1056334.3383 6881077.6226 -322.0400000 489.94000000 -6.122402010 2.3921461981 299.51640150 1.7832265628 0.1938527235 295.98521823
33
+ 499.99958642 1056334.0598 6881077.7559 -332.0300000 499.93000000 -6.400859090 2.5254295748 300.73919388 1.8342693440 0.1920678686 297.20801060
34
+ 510.00508317 1056333.7717 6881077.9193 -342.0300000 509.93000000 -6.688963079 2.6888288353 304.59066143 1.9034902480 0.4298938654 301.05947815
35
+ 520.00063850 1056333.4939 6881078.1026 -352.0200000 519.92000000 -6.966832582 2.8721094858 307.70117621 1.9019460750 0.3099658433 304.16999293
36
+ 920.00466873 1056328.3684 6881092.1440 -751.5900000 919.49000000 -12.09225872 16.913516154 42.273962665 2.3052342423 0.4296298469 38.742779389
37
+ 930.00236732 1056328.6121 6881092.4512 -761.5800000 929.48000000 -11.84862876 17.220678968 41.451082572 2.2083313838 0.3065943245 37.919899295
38
+ 939.99952981 1056328.8456 6881092.7484 -771.5700000 939.47000000 -11.61511576 17.517959819 40.390080541 2.0696588102 0.4327536220 36.858897264
39
+ 950.00545534 1056329.0489 6881093.0261 -781.5700000 949.47000000 -11.41183618 17.795594342 37.993992417 1.9398337289 0.4632431342 34.462809141
40
+ 960.00102082 1056329.2321 6881093.3039 -791.5600000 959.46000000 -11.22855550 18.073463891 32.890861278 1.7707505772 0.7090424161 29.359678002
41
+ 970.00513893 1056329.3552 6881093.5625 -801.5600000 969.46000000 -11.10550660 18.332039610 23.618294673 1.5229825155 1.0888808812 20.087111396
42
+ 979.99822415 1056329.4180 6881093.8018 -811.5500000 979.45000000 -11.04268948 18.571321500 11.583719659 1.2728415825 1.1539982985 8.0525363825
43
+ 990.00024303 1056329.4204 6881094.0018 -821.5500000 989.45000000 -11.04033917 18.771310654 354.58052724 1.0738065356 1.1963310559 351.04934397
44
+ 1000.0018707 1056329.3624 6881094.1725 -831.5500000 999.45000000 -11.09833816 18.942006529 341.97765411 1.0800545814 0.7093064084 338.44647083
45
+ 1010.0038120 1056329.2845 6881094.3534 -841.5500000 1009.4500000 -11.17621855 19.122936890 338.49714439 1.1413105493 0.2732443922 334.96596112
46
+ 1019.9958410 1056329.1966 6881094.5345 -851.5400000 1019.4400000 -11.26409839 19.303984776 336.59427648 1.1923453063 0.1923686429 333.06309320
47
+ 1029.9981490 1056329.0988 6881094.7256 -861.5400000 1029.4400000 -11.36186018 19.495149626 334.71888301 1.1800600997 0.1221287817 331.18769973
48
+ 1439.9992634 1056323.7459 6881096.2187 -1271.490000 1439.3900000 -16.71476450 20.988177779 209.03132601 0.5383836273 0.5441370320 205.50014273
49
+ 1449.9997906 1056323.7248 6881096.1189 -1281.490000 1449.3900000 -16.73593857 20.888418231 183.80304867 0.6016276435 0.7694365572 180.27186539
50
+ 1460.0004166 1056323.7435 6881096.0087 -1291.490000 1459.3900000 -16.71723232 20.778189164 170.39472244 0.6184876081 0.4302270733 166.86353916
51
+ 1470.0009651 1056323.7723 6881095.9083 -1301.490000 1469.3900000 -16.68840909 20.677842037 163.79760070 0.6707463526 0.2720529940 160.26641743
52
+ 1480.0018143 1056323.8209 6881095.7877 -1311.490000 1479.3900000 -16.63982198 20.557260971 155.33110339 0.7821664186 0.4632508716 151.79992011
53
+ 1490.0028569 1056323.8995 6881095.6668 -1321.490000 1489.3900000 -16.56123650 20.436327352 146.89995927 0.8598206201 0.4301742998 143.36877599
54
+ 1500.0040786 1056323.9981 6881095.5456 -1331.490000 1499.3900000 -16.46265210 20.315158706 145.10946937 0.9176145034 0.1923159967 141.57828609
55
+ 1510.0054266 1056324.0965 6881095.4145 -1341.490000 1509.3900000 -16.36418521 20.183990601 143.96105839 0.8958413388 0.0850680525 140.42987512
56
+ 1519.9965349 1056324.1952 6881095.3033 -1351.480000 1519.3800000 -16.26548330 20.072821415 144.20670717 0.8555038870 0.1216432121 140.67552389
57
+ 1529.9976652 1056324.2838 6881095.1822 -1361.480000 1529.3800000 -16.17689835 19.951770286 141.37132743 0.8927300394 0.1711541075 137.84014416
58
+ 1919.9998409 1056336.7503 6881089.6853 -1751.220000 1919.1200000 -3.710448509 14.454813493 110.34206721 2.2154107527 0.4386672968 106.81088394
59
+ 1929.9970636 1056337.1088 6881089.5611 -1761.210000 1929.1100000 -3.351878229 14.330589415 113.41785794 2.1628927985 0.3861287924 109.88667466
60
+ 1950.0009702 1056337.7955 6881089.2730 -1781.200000 1949.1000000 -2.665206110 14.042495993 117.84899020 2.0634335517 0.2867560791 114.31780692
61
+ 1959.9972364 1056338.1137 6881089.1192 -1791.190000 1959.0900000 -2.346986211 13.888743621 121.07279630 2.0010945624 0.3907164687 117.54161302
62
+ 1970.0031920 1056338.4117 6881088.9457 -1801.190000 1969.0900000 -2.049000261 13.715227362 124.03052063 1.9921298969 0.3100929437 120.49933735
63
+ 1979.9993319 1056338.7096 6881088.7622 -1811.180000 1979.0800000 -1.751131828 13.531711645 123.51987184 2.0808279334 0.2717079840 119.98868856
64
+ 1990.0064132 1056339.0374 6881088.5783 -1821.180000 1989.0800000 -1.423265024 13.347843379 121.97601525 2.2453288170 0.5231355969 118.44483197
65
+ 2000.0047223 1056339.3952 6881088.3841 -1831.170000 1999.0700000 -1.065517363 13.153623097 122.89822781 2.2989779297 0.1947975503 119.36704453
66
+ 2010.0025262 1056339.7328 6881088.1801 -1841.160000 2009.0600000 -0.727886137 12.949638410 125.38020156 2.1896877060 0.4387990131 121.84901828
67
+ 2019.9993506 1056340.0405 6881087.9765 -1851.150000 2019.0500000 -0.420253283 12.746006262 127.46149185 2.1722600084 0.2433633085 123.93030857
68
+ 2029.9969123 1056340.3578 6881087.7527 -1861.140000 2029.0400000 -0.102856005 12.522257681 128.64587108 2.3065903366 0.4263202480 125.11468781
69
+ 2450.0102331 1056377.2124 6881059.7973 -2277.950000 2445.8500000 36.751712923 -15.43317607 146.71008861 12.119527996 2.8525465506 143.17890533
70
+ 2460.0107585 1056378.4118 6881058.0331 -2287.720000 2455.6200000 37.951080535 -17.19741798 150.77519361 12.573843877 2.9413820942 147.24401033
71
+ 2470.0107928 1056379.5394 6881056.1197 -2297.470000 2465.3700000 39.078689140 -19.11082904 154.13920504 13.040046845 2.6377140210 150.60802176
72
+ 2480.0070171 1056380.5956 6881054.0871 -2307.200000 2475.1000000 40.134891296 -21.14341090 156.93300066 13.390502798 2.1860906367 153.40181739
73
+ 2490.0047534 1056381.5807 6881051.9653 -2316.920000 2484.8200000 41.120039564 -23.26516518 159.16206195 13.685071029 1.7978418401 155.63087868
74
+ 3100.0199609 1056409.7342 6880803.5840 -2871.270000 3039.1700000 69.273464425 -271.6465003 180.47082889 28.852311478 0.2335221398 176.93964561
75
+ 3110.0138075 1056409.9575 6880798.7610 -2880.020000 3047.9200000 69.496803750 -276.4695176 180.47771649 28.916234393 0.1921465437 176.94653321
76
+ 3120.0124831 1056410.1807 6880793.9279 -2888.770000 3056.6700000 69.720025549 -281.3025342 180.59944002 28.924582471 0.1783850017 177.06825675
77
+ 3130.0193685 1056410.3840 6880789.0952 -2897.530000 3065.4300000 69.923248477 -286.1353155 180.77721827 28.920486970 0.2580496073 177.24603499
78
+ 3600.0242005 1056425.2051 6880561.8927 -3308.550000 3476.4500000 84.744412042 -513.3377521 179.07328950 28.662397313 0.1165849739 175.54210622
79
+ 3610.0244571 1056425.5490 6880557.1183 -3317.330000 3485.2300000 85.088331452 -518.1121729 178.93895573 28.564015114 0.3526359098 175.40777245
80
+ 3620.0291400 1056425.9031 6880552.3538 -3326.120000 3494.0200000 85.442367780 -522.8767116 178.88431500 28.604975733 0.1457093271 175.35313172
81
+ 3630.0258030 1056426.2569 6880547.5692 -3334.890000 3502.7900000 85.796169051 -527.6612490 178.90473431 28.732521469 0.3838922179 175.37355103
82
+ 3640.0320482 1056426.6104 6880542.7647 -3343.660000 3511.5600000 86.149735264 -532.4657850 178.86578109 28.862416442 0.3934841521 175.33459782
83
+ 3650.0308114 1056426.9738 6880537.9400 -3352.410000 3520.3100000 86.513065833 -537.2904372 178.82721733 29.006008039 0.4344496016 175.29603405
84
+ 3660.0304915 1056427.3369 6880533.0954 -3361.150000 3529.0500000 86.876161345 -542.1350879 178.78894838 29.135812300 0.3934005872 175.25776510
85
+ 3670.0315629 1056427.7097 6880528.2306 -3369.880000 3537.7800000 87.249021209 -546.9998549 178.80435018 29.238532562 0.3089503823 175.27316690
86
+ 3680.0283529 1056428.0725 6880523.3560 -3378.600000 3546.5000000 87.611764125 -551.8745035 178.99948498 29.359684312 0.4629329784 175.46830170
87
+ 3690.0302584 1056428.4149 6880518.4516 -3387.310000 3555.2100000 87.954155643 -556.7789151 179.18390526 29.403335559 0.3013222344 175.65272198
88
+ 3700.0355930 1056428.7474 6880513.5573 -3396.030000 3563.9300000 88.286665256 -561.6732096 179.33600485 29.244703944 0.5254715472 175.80482157
89
+ 3710.0294094 1056429.0604 6880508.7032 -3404.760000 3572.6600000 88.599646118 -566.5272712 179.47611865 28.983716721 0.8097323116 175.94493537
90
+ 4000.0329225 1056442.8139 6880363.4002 -3655.220000 3823.1200000 102.35315113 -711.8302897 176.23154733 31.869631268 0.4630145577 172.70036405
91
+ 4010.0398228 1056443.4521 6880358.1423 -3663.710000 3831.6100000 102.99141067 -717.0881993 176.26008112 32.011612630 0.4280493882 172.72889784
92
+ 4020.0343226 1056444.0803 6880352.8745 -3672.180000 3840.0800000 103.61955326 -722.3559905 176.38817646 32.107809863 0.3535964468 172.85699318
93
+ 4030.0386929 1056444.6982 6880347.5868 -3680.650000 3848.5500000 104.23746137 -727.6436628 176.48983267 32.334238131 0.6981703717 172.95864940
94
+ 4040.0357777 1056445.3155 6880342.2491 -3689.080000 3856.9800000 104.85478183 -732.9813318 176.63627338 32.533385545 0.6424125060 173.10509010
95
+ 4050.0368762 1056445.9127 6880336.9017 -3697.510000 3865.4100000 105.45198595 -738.3287649 176.81569596 32.340034019 0.6478607069 173.28451268
96
+ 4060.0385902 1056446.4906 6880331.6145 -3705.980000 3873.8800000 106.02989636 -743.6159664 176.97130978 32.020183710 0.9910688735 173.44012650
97
+ 4070.0401987 1056447.0489 6880326.3575 -3714.470000 3882.3700000 106.58816051 -748.8729344 177.12619126 31.972292134 0.2850083745 173.59500798
98
+ 4080.0432351 1056447.5969 6880321.0807 -3722.950000 3890.8500000 107.13619019 -754.1497835 177.16371614 32.177846151 0.6193648120 173.63253286
99
+ 4090.0426562 1056448.1545 6880315.7637 -3731.400000 3899.3000000 107.69374915 -759.4667474 177.16002313 32.464965917 0.8614295303 173.62883985
100
+ 4100.0380940 1056448.7115 6880310.4068 -3739.820000 3907.7200000 108.25083799 -764.8237087 177.10371186 32.739460391 0.8288766978 173.57252858
101
+ 4110.0394544 1056449.2882 6880305.0096 -3748.220000 3916.1200000 108.82745550 -770.2209024 176.93099079 32.956557908 0.7092516912 173.39980752
102
+ 4120.0361402 1056449.8845 6880299.5922 -3756.600000 3924.5000000 109.42383671 -775.6383296 176.69552052 33.113348213 0.6081078631 173.16433724
103
+ 4130.0373204 1056450.5107 6880294.1544 -3764.970000 3932.8700000 110.04998101 -781.0761079 176.44182159 33.152318211 0.4320660603 172.91063832
104
+ 4140.0428554 1056451.1569 6880288.7264 -3773.350000 3941.2500000 110.69624158 -786.5041216 176.20609831 33.038321631 0.5155240583 172.67491504
105
+ 4150.0420202 1056451.8236 6880283.3281 -3781.740000 3949.6400000 111.36285344 -791.9023720 175.70057920 32.917752769 0.9013289258 172.16939592
106
+ 4580.0488142 1056485.8192 6880081.9232 -4159.020000 4326.9200000 145.35854166 -993.3072508 171.08260981 20.488854262 1.6960396653 167.55142653
107
+ 4590.0565709 1056486.5994 6880078.5238 -4168.400000 4336.3000000 146.13865020 -996.7066751 168.77958081 20.575108926 2.4349660074 165.24839753
108
+ 4600.0562100 1056487.5593 6880075.1123 -4177.750000 4345.6500000 147.09862990 -1000.118214 166.21695621 21.395504405 3.6925492373 162.68577294
109
+ 4610.0464679 1056488.7175 6880071.5484 -4187.010000 4354.9100000 148.25683417 -1003.682094 164.20771736 22.938881347 5.1629584906 160.67653408
110
+ 4620.0507709 1056490.0829 6880067.7421 -4196.160000 4364.0600000 149.62220465 -1007.488427 162.89137021 24.440160653 4.7728309044 159.36018693
111
+ 4630.0501684 1056491.5765 6880063.7842 -4205.220000 4373.1200000 151.11580404 -1011.446278 161.90238207 25.098634649 2.3340651338 158.37119880
112
+ 4640.0492467 1056493.1502 6880059.8354 -4214.270000 4382.1700000 152.68951583 -1015.395069 161.06988337 24.981024497 1.1144835962 157.53870009
113
+ 4650.0515024 1056494.7448 6880055.9564 -4223.350000 4391.2500000 154.28404893 -1019.274100 160.52959261 24.704716641 1.0725256973 156.99840933
114
+ 4656.4548593 1056495.7759 6880053.4941 -4229.170000 4397.0700000 155.31518916 -1021.736404 159.67683178 24.890542860 1.8883024758 156.14564851
115
+ 4665.0549411 1056497.2868 6880050.1561 -4236.950000 4404.8500000 156.82607401 -1025.074411 158.55102155 25.133015975 1.8634262976 155.01983828
116
+ 4696.0564208 1056502.8390 6880038.3999 -4265.090000 4432.9900000 162.37833100 -1036.830545 158.42819199 23.855056444 1.2376568534 154.89700871
117
+ 4724.0538470 1056507.3020 6880028.4167 -4290.860000 4458.7600000 166.84134122 -1046.813744 159.86284283 21.860616741 2.2188065569 156.33165955
118
+ 4755.0614206 1056511.4237 6880018.3175 -4319.880000 4487.7800000 170.96296194 -1056.912939 162.01166591 18.995612831 2.8648702552 158.48048264
119
+ 4784.0539133 1056514.3876 6880010.1221 -4347.530000 4515.4300000 173.92686877 -1065.108385 162.92577578 16.676802880 2.4167466821 159.39459251
120
+ 4990.0560553 1056532.9979 6879964.0799 -4547.240000 4715.1400000 192.53715460 -1111.150536 173.18833912 11.601473225 1.4884444278 169.65715585
121
+ 4995.0563629 1056533.1663 6879963.0979 -4552.140000 4720.0400000 192.70562565 -1112.132589 172.80099960 11.564570856 0.5164698077 169.26981633