@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,144 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+ <svg
5
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+ xmlns:cc="http://creativecommons.org/ns#"
7
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+ xmlns:svg="http://www.w3.org/2000/svg"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ width="97.227249mm"
13
+ height="82.700417mm"
14
+ viewBox="0 0 344.506 293.03296"
15
+ id="svg5209"
16
+ version="1.1"
17
+ inkscape:version="0.91 r13725"
18
+ sodipodi:docname="logo.svg"
19
+ inkscape:export-filename="/home/anquez/Geode-solutions/Logos/logo_color_texte.png"
20
+ inkscape:export-xdpi="150"
21
+ inkscape:export-ydpi="150">
22
+ <sodipodi:namedview
23
+ pagecolor="#ffffff"
24
+ bordercolor="#666666"
25
+ borderopacity="1"
26
+ objecttolerance="10"
27
+ gridtolerance="10"
28
+ guidetolerance="10"
29
+ inkscape:pageopacity="0"
30
+ inkscape:pageshadow="2"
31
+ inkscape:window-width="1859"
32
+ inkscape:window-height="1056"
33
+ id="namedview10937"
34
+ showgrid="false"
35
+ inkscape:zoom="51.543686"
36
+ inkscape:cx="-1373.0603"
37
+ inkscape:cy="-5743.6306"
38
+ inkscape:window-x="61"
39
+ inkscape:window-y="24"
40
+ inkscape:window-maximized="1"
41
+ inkscape:current-layer="layer1"
42
+ showguides="false" />
43
+ <defs
44
+ id="defs5211" />
45
+ <metadata
46
+ id="metadata5214">
47
+ <rdf:RDF>
48
+ <cc:Work
49
+ rdf:about="">
50
+ <dc:format>image/svg+xml</dc:format>
51
+ <dc:type
52
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
53
+ <dc:title />
54
+ </cc:Work>
55
+ </rdf:RDF>
56
+ </metadata>
57
+ <g
58
+ inkscape:label="Calque 1"
59
+ inkscape:groupmode="layer"
60
+ id="layer1">
61
+ <path
62
+ inkscape:connector-curvature="0"
63
+ id="path8315"
64
+ d="M-1486.2247 6042.1123L-1488.276225 6044.256225L-1491.0096 6045.7876L-1494.315175 6046.689175L-1498.1293 6046.9897L-1502.012725 6046.51005L-1505.4338 6045.0711L-1508.2655 6042.7248L-1510.3806 6039.5695L-1511.692375 6035.726525L-1512.1605 6031.3172L-1512.1605 6028.3815L-1511.276325 6021.631775L-1508.6238 6016.5926L-1506.66475 6014.7621L-1504.3474 6013.4546L-1498.6378 6012.4086L-1493.88175 6013.08475L-1490.1544 6015.1132L-1487.565425 6018.360925L-1486.2247 6022.7413L-1490.6629 6022.7413L-1491.628 6019.818625L-1493.275 6017.731L-1495.6039 6016.478425L-1498.6147 6016.0609L-1502.538575 6016.846825L-1505.3876 6019.2046L-1507.1097 6023.03025L-1507.6992 6028.266L-1507.6992 6031.0167L-1507.05195 6036.102175L-1505.1102 6040.0318L-1502.0647 6042.528325L-1498.1062 6043.3605L-1493.7373 6042.8057L-1490.6398 6040.9334L-1490.6398 6033.3745L-1498.4298 6033.3745L-1498.4298 6029.7685L-1486.2247 6029.7685L-1486.2247 6042.1123L-1486.2247 6042.1123"
65
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
66
+ <path
67
+ inkscape:connector-curvature="0"
68
+ id="path8317"
69
+ d="M-1469.096 6046.9897L-1473.70755 6046.157525L-1477.3714 6043.661L-1479.7639 6039.74865L-1480.5614 6034.7152L-1480.5614 6033.9293L-1480.208875 6030.40995L-1479.1513 6027.2951L-1477.440725 6024.683025L-1475.1754 6022.7182L-1472.505575 6021.469975L-1469.6277 6021.0539L-1465.29345 6021.857175L-1462.0457 6024.267L-1460.017325 6028.1735L-1459.3412 6033.467L-1459.3412 6035.2469L-1476.285 6035.2469L-1475.70155 6038.5929L-1474.1352 6041.2339L-1471.7774 6042.932875L-1468.8648 6043.4992L-1465.0276 6042.5746L-1462.2769 6040.1243L-1459.6648 6042.1585L-1461.4331375 6044.27215L-1463.59445 6045.7819L-1466.1487375 6046.68775L-1469.096 6046.9897L-1469.096 6046.9897M-1469.6277 6024.5675L-1472.008575 6025.04135L-1473.9734 6026.4629L-1475.395025 6028.7167L-1476.1463 6031.7333L-1463.6176 6031.7333L-1463.6176 6031.4097L-1464.14925 6028.52025L-1465.3744 6026.3705L-1467.223625 6025.01825L-1469.6277 6024.5675L-1469.6277 6024.5675"
70
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
71
+ <path
72
+ inkscape:connector-curvature="0"
73
+ id="path8319"
74
+ d="M-1455.5502 6033.7906L-1455.1919 6030.300125L-1454.117 6027.1795L-1452.383375 6024.579L-1450.0949 6022.6489L-1447.326825 6021.45265L-1444.2004 6021.0539L-1439.583075 6021.938075L-1435.9481 6024.5906L-1433.573 6028.710975L-1432.7813 6033.9987L-1432.7813 6034.2992L-1433.1338 6037.7665L-1434.1913 6040.864L-1435.88455 6043.43565L-1438.1903 6045.3716L-1440.975775 6046.585175L-1444.1542 6046.9897L-1448.759975 6046.105525L-1452.4065 6043.453L-1454.764275 6039.344175L-1455.5502 6034.0911L-1455.5502 6033.7906L-1455.5502 6033.7906M-1451.2507 6034.2992L-1450.77105 6038.0497L-1449.3321 6040.9796L-1447.066775 6042.8693L-1444.1542 6043.4992L-1441.230075 6042.863525L-1438.9763 6040.9565L-1437.53735 6037.882075L-1437.0577 6033.7906L-1437.5489 6030.068975L-1439.0225 6027.1333L-1441.287825 6025.20895L-1444.2004 6024.5675L-1447.061 6025.1974L-1449.309 6027.0871L-1450.765275 6030.149925L-1451.2507 6034.2992L-1451.2507 6034.2992"
75
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
76
+ <path
77
+ inkscape:connector-curvature="0"
78
+ id="path8321"
79
+ d="M-1428.4587 6033.8137L-1427.776775 6028.62425L-1425.731 6024.5675L-1422.581525 6021.9323L-1418.5883 6021.0539L-1414.652825 6021.80515L-1411.6304 6024.0589L-1411.6304 6011.0217L-1407.354 6011.0217L-1407.354 6046.5273L-1411.2837 6046.5273L-1411.4918 6043.8459L-1414.560375 6046.20375L-1418.6345 6046.9897L-1422.581475 6046.099725L-1425.731 6043.4298L-1427.776775 6039.326775L-1428.4587 6034.1373L-1428.4587 6033.8137L-1428.4587 6033.8137M-1424.1823 6034.2992L-1423.7431 6038.090125L-1422.4255 6040.9565L-1420.333525 6042.7595L-1417.5712 6043.3605L-1414.0518 6042.447425L-1411.6304 6039.7082L-1411.6304 6028.2197L-1414.063325 6025.567175L-1417.5249 6024.683L-1420.32195 6025.2898L-1422.4255 6027.1102L-1423.7431 6030.121L-1424.1823 6034.2992L-1424.1823 6034.2992"
80
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
81
+ <path
82
+ inkscape:connector-curvature="0"
83
+ id="path8323"
84
+ d="M-1390.3178 6046.9897L-1394.92935 6046.157525L-1398.5932 6043.661L-1400.9857 6039.74865L-1401.7832 6034.7152L-1401.7832 6033.9293L-1401.430675 6030.40995L-1400.3731 6027.2951L-1398.662525 6024.683025L-1396.3972 6022.7182L-1393.727375 6021.469975L-1390.8495 6021.0539L-1386.5153 6021.857175L-1383.2675 6024.267L-1381.239125 6028.1735L-1380.563 6033.467L-1380.563 6035.2469L-1397.5068 6035.2469L-1396.92285 6038.5929L-1395.357 6041.2339L-1392.9992 6042.932875L-1390.0866 6043.4992L-1386.2494 6042.5746L-1383.4987 6040.1243L-1380.8866 6042.1585L-1382.6549375 6044.27215L-1384.81625 6045.7819L-1387.3705375 6046.68775L-1390.3178 6046.9897L-1390.3178 6046.9897M-1390.8495 6024.5675L-1393.230375 6025.04135L-1395.1952 6026.4629L-1396.616825 6028.7167L-1397.3681 6031.7333L-1384.8394 6031.7333L-1384.8394 6031.4097L-1385.37105 6028.52025L-1386.5962 6026.3705L-1388.445425 6025.01825L-1390.8495 6024.5675L-1390.8495 6024.5675"
85
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
86
+ <path
87
+ inkscape:connector-curvature="0"
88
+ id="hyphen"
89
+ d="m -1366.7398,6033.9755 -11.2805,0 m 0,0 0,-3.4904 m 0,0 11.2805,0 m 0,0 0,3.4904"
90
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
91
+ sodipodi:nodetypes="cccccccccc"
92
+ inkscape:label="#path8325" />
93
+ <path
94
+ inkscape:connector-curvature="0"
95
+ id="path8327"
96
+ d="M-1348.0393 6039.8931L-1348.368675 6038.35595L-1349.3568 6037.2117L-1353.9106 6035.5474L-1359.0654 6033.8831L-1361.8855 6031.5715L-1362.787 6028.3815L-1362.139775 6025.5441L-1360.1981 6023.1805L-1357.227725 6021.58555L-1353.5408 6021.0539L-1349.692025 6021.6029L-1346.6523 6023.2499L-1344.658575 6025.752175L-1343.994 6028.867L-1348.2935 6028.867L-1348.669125 6027.23155L-1349.796 6025.8388L-1351.4719 6024.885325L-1353.5408 6024.5675L-1355.621225 6024.82175L-1357.1931 6025.5845L-1358.1813 6026.75765L-1358.5107 6028.2429L-1358.2044 6029.6009L-1357.2855 6030.5775L-1352.8704 6032.0801L-1347.6694 6033.7906L-1344.7337 6036.1946L-1343.7629 6039.5926L-1344.43325 6042.615L-1346.4443 6044.9786L-1349.52445 6046.486925L-1353.4021 6046.9897L-1358.7187 6045.9263L-1360.7818 6044.65495L-1362.3479 6042.9675L-1363.3187 6040.973775L-1363.6423 6038.8298L-1359.3659 6038.8298L-1358.880525 6040.759975L-1357.6554 6042.2509L-1355.783025 6043.187125L-1353.4021 6043.4992L-1349.5187 6042.5283L-1348.40915 6041.37255L-1348.0393 6039.8931L-1348.0393 6039.8931"
97
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
98
+ <path
99
+ inkscape:connector-curvature="0"
100
+ id="path8329"
101
+ d="M-1339.3246 6033.7906L-1338.966325 6030.300125L-1337.8915 6027.1795L-1336.1578 6024.579L-1333.8693 6022.6489L-1331.101225 6021.45265L-1327.9748 6021.0539L-1323.3575 6021.938075L-1319.7226 6024.5906L-1317.347425 6028.710975L-1316.5557 6033.9987L-1316.5557 6034.2992L-1316.908225 6037.7665L-1317.9658 6040.864L-1319.659 6043.43565L-1321.9648 6045.3716L-1324.7502 6046.585175L-1327.9286 6046.9897L-1332.534425 6046.105525L-1336.1809 6043.453L-1338.538675 6039.344175L-1339.3246 6034.0911L-1339.3246 6033.7906L-1339.3246 6033.7906M-1335.0251 6034.2992L-1334.54545 6038.0497L-1333.1065 6040.9796L-1330.841175 6042.8693L-1327.9286 6043.4992L-1325.004475 6042.863525L-1322.7507 6040.9565L-1321.31175 6037.882075L-1320.8321 6033.7906L-1321.3233 6030.068975L-1322.7969 6027.1333L-1325.062275 6025.20895L-1327.9748 6024.5675L-1330.8354 6025.1974L-1333.0834 6027.0871L-1334.539675 6030.149925L-1335.0251 6034.2992L-1335.0251 6034.2992"
102
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
103
+ <path
104
+ inkscape:connector-curvature="0"
105
+ id="path8331"
106
+ d="M-1306.5466 6046.5273L-1310.823 6046.5273L-1310.823 6011.0217L-1306.5466 6011.0217L-1306.5466 6046.5273L-1306.5466 6046.5273"
107
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
108
+ <path
109
+ inkscape:connector-curvature="0"
110
+ id="path8333"
111
+ d="M-1284.2862 6044.054L-1287.366375 6046.255775L-1291.6139 6046.9897L-1295.139025 6046.4118L-1297.7164 6044.6781L-1299.28255 6041.788625L-1299.82 6037.7896L-1299.82 6021.5162L-1295.5436 6021.5162L-1295.5436 6037.674L-1295.25465 6040.16184375L-1294.3878 6041.938875L-1292.94305 6043.00509375L-1290.9204 6043.3605L-1286.8405 6042.447425L-1285.416 6041.30608125L-1284.4018 6039.7082L-1284.4018 6021.5162L-1280.1254 6021.5162L-1280.1254 6046.5273L-1284.1938 6046.5273L-1284.2858 6044.054L-1284.2862 6044.054"
112
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
113
+ <path
114
+ inkscape:connector-curvature="0"
115
+ id="path8335"
116
+ d="M-1267.851 6015.4599L-1267.851 6021.5162L-1263.1816 6021.5162L-1263.1816 6024.8217L-1267.851 6024.8217L-1267.851 6040.3323L-1267.2269 6042.5977L-1265.1002 6043.3374L-1263.0661 6043.06L-1263.0661 6046.5273L-1266.3485 6046.9897L-1268.8623 6046.556275L-1270.6711 6045.256L-1271.763325 6043.158225L-1272.1274 6040.3323L-1272.1274 6024.8217L-1276.6812 6024.8217L-1276.6812 6021.5162L-1272.1274 6021.5162L-1272.1274 6015.4599L-1267.851 6015.4599L-1267.851 6015.4599"
117
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
118
+ <path
119
+ inkscape:connector-curvature="0"
120
+ id="path8337"
121
+ d="M-1253.5655 6046.5273L-1257.8419 6046.5273L-1257.8419 6021.5162L-1253.5655 6021.5162L-1253.5655 6046.5273L-1253.5655 6046.5273M-1258.1887 6014.882L-1257.5645 6013.1252L-1255.6691 6012.4086L-1253.7736 6013.1252L-1253.1263 6014.882L-1253.7736 6016.6157L-1255.6691 6017.3091L-1257.5645 6016.6157L-1258.1887 6014.882L-1258.1887 6014.882"
122
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
123
+ <path
124
+ inkscape:connector-curvature="0"
125
+ id="path8339"
126
+ d="M-1247.8791 6033.7906L-1247.5208 6030.300125L-1246.4459 6027.1795L-1244.712225 6024.579L-1242.4238 6022.6489L-1239.655675 6021.45265L-1236.5293 6021.0539L-1231.911925 6021.938075L-1228.277 6024.5906L-1225.901825 6028.710975L-1225.1101 6033.9987L-1225.1101 6034.2992L-1225.462625 6037.7665L-1226.5202 6040.864L-1228.2134 6043.43565L-1230.5192 6045.3716L-1233.304675 6046.585175L-1236.4831 6046.9897L-1241.08885 6046.105525L-1244.7353 6043.453L-1247.09315 6039.344175L-1247.8791 6034.0911L-1247.8791 6033.7906L-1247.8791 6033.7906M-1243.5796 6034.2992L-1243.09995 6038.0497L-1241.661 6040.9796L-1239.395625 6042.8693L-1236.4831 6043.4992L-1233.5589 6042.863525L-1231.3051 6040.9565L-1229.86615 6037.882075L-1229.3865 6033.7906L-1229.877725 6030.068975L-1231.3514 6027.1333L-1233.616725 6025.20895L-1236.5293 6024.5675L-1239.389825 6025.1974L-1241.6378 6027.0871L-1243.09415 6030.149925L-1243.5796 6034.2992L-1243.5796 6034.2992"
127
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
128
+ <path
129
+ inkscape:connector-curvature="0"
130
+ id="path8341"
131
+ d="M-1215.7021 6021.5162L-1215.5634 6024.6599L-1212.257825 6021.9554L-1208.0739 6021.0539L-1204.6007625 6021.61300625L-1202.11005 6023.290325L-1200.6017625 6026.08585625L-1200.0759 6029.9996L-1200.0759 6046.5273h-4.2764L-1204.3523 6029.9765L-1204.67585 6027.6245L-1205.6005 6025.9775L-1207.143475 6025.006625L-1209.3684 6024.683L-1211.32165 6024.9604L-1213.0206 6025.7926L-1215.4709 6028.7052V6046.5273L-1219.7473 6046.5273L-1219.7473 6021.5162L-1215.7021 6021.5162L-1215.7021 6021.5162"
132
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
133
+ <path
134
+ inkscape:connector-curvature="0"
135
+ id="path8343"
136
+ d="M-1179.0175 6039.8931L-1179.3469 6038.35595L-1180.3351 6037.2117L-1184.8889 6035.5474L-1190.0437 6033.8831L-1192.8638 6031.5715L-1193.7653 6028.3815L-1193.11805 6025.5441L-1191.1763 6023.1805L-1188.205975 6021.58555L-1184.519 6021.0539L-1180.67025 6021.6029L-1177.6306 6023.2499L-1175.636875 6025.752175L-1174.9723 6028.867L-1179.2718 6028.867L-1179.647425 6027.23155L-1180.7743 6025.8388L-1182.450175 6024.885325L-1184.519 6024.5675L-1186.599425 6024.82175L-1188.1713 6025.5845L-1189.1595 6026.75765L-1189.4889 6028.2429L-1189.182625 6029.6009L-1188.2638 6030.5775L-1183.8487 6032.0801L-1178.6476 6033.7906L-1175.712 6036.1946L-1174.7411 6039.5926L-1175.41145 6042.615L-1177.4225 6044.9786L-1180.50265 6046.486925L-1184.3803 6046.9897L-1189.6969 6045.9263L-1191.76 6044.65495L-1193.3261 6042.9675L-1194.296975 6040.973775L-1194.6206 6038.8298L-1190.3442 6038.8298L-1189.85875 6040.759975L-1188.6336 6042.2509L-1186.761225 6043.187125L-1184.3803 6043.4992L-1180.4969 6042.5283L-1179.38735 6041.37255L-1179.0175 6039.8931L-1179.0175 6039.8931"
137
+ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:Roboto;-inkscape-font-specification:Roboto;text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
138
+ <path
139
+ style="fill:#000000"
140
+ d="m -1364.7131,5995.0493 -0.099,-0.5282 1.5989,-0.4522 13.9875,-4.3041 16.9157,-6.522 14.7632,-7.4257 7.6146,-5.0449 7.7133,-6.2063 7.3382,-6.9532 6.4891,-7.286 8.1732,-11.1581 5.5727,-8.6095 1.7312,-0.2692 3.7631,0.4391 7.8512,2.0454 4.7262,3.1418 1.5718,1.7337 0.5983,1.4341 -2.9991,6.0482 -7.6619,10.8914 -9.1207,9.6924 -10.4644,8.4331 -11.6933,7.1134 -12.807,5.7336 -13.8057,4.2934 -14.6896,2.7928 -15.4583,1.232 -11.6093,-0.265 0,0 m -69.9457,-46.3094 -4.9583,-1.1987 -4.1833,-1.6422 -3.354,-2.059 -2.4701,-2.4491 -2.8357,-4.846 -2.2052,-6.061 -1.4296,-6.764 -0.5088,-6.9549 0,-4.2114 1.7228,2.34 4.4346,4.6978 5.4914,2.8899 7.4114,1.3669 10.1945,0.1286 12.6819,-1.1223 15.5268,-2.9759 21.1088,-5.4598 29.4278,-8.5738 33.3067,-9.6657 23.4597,-5.9254 16.4516,-2.8063 12.282,-0.3083 5.2905,0.6315 4.4188,1.1591 3.5739,1.7163 2.7559,2.3032 1.9648,2.9198 1.2005,3.5661 0.4629,4.2421 -0.2477,4.9478 -2.1618,9.6817 -4.1371,11.412 -2.3356,5.1296 -2.4844,-1.7217 -3.4682,-2.3532 -4.4093,-1.7732 -5.3913,-1.1952 -6.4141,-0.619 -16.0597,0.4825 -20.6404,2.7635 -50.9177,10.1813 -40.2,7.2374 -17.5405,1.1399 -14.8145,-0.2509 0,0 m -5.145,-28.2453 -3.7135,-0.9577 -3.2488,-1.4637 -2.7608,-1.9392 -2.2493,-2.3844 -1.7147,-2.799 -1.1568,-3.1832 -0.5755,-3.5369 0.029,-3.8601 1.3228,-7.2289 3.3794,-7.7661 3.2308,-5.6772 1.246,-0.061 2.3987,1.1636 7.4038,3.538 8.2046,2.8992 3.6957,1.0236 -1.2368,3.3861 -1.031,4.2408 -0.3388,4.7294 0.3523,4.5409 1.0425,3.6751 3.4135,5.0639 4.951,4.234 2.5441,1.6457 -2.5441,0.3942 -11.7716,0.6506 -10.8725,-0.3274 0,0 m 36.3,-32.1324 -11.792,-1.6235 -10.3756,-2.2724 -8.9523,-2.9173 -7.5219,-3.5583 -6.0843,-4.1952 -4.6398,-4.828 -3.1882,-5.4569 -1.7294,-6.0816 -0.3142,-4.5456 0.4728,-4.8266 1.2912,-5.2893 2.1415,-5.9339 0.7437,-1.0914 0.7999,3.1298 1.2242,4.0307 1.8973,3.6805 2.567,3.3277 3.2332,2.9721 3.896,2.6139 4.5554,2.253 11.0755,3.4127 13.9788,1.0149 16.0653,-0.3955 12.1279,-1.6843 12.2994,-2.4982 12.2749,-3.2425 12.0547,-3.9168 11.6386,-4.5216 11.0266,-5.0565 10.2187,-5.5217 9.2151,-5.9171 11.4109,-9.9854 4.5739,-4.8955 3.3225,-4.4077 2.3739,-4.3872 1.7279,-4.8341 1.0169,-3.5203 3.8795,3.8203 6.3371,7.1325 4.559,7.151 2.7577,7.1245 0.9335,7.0533 -0.6488,5.8446 -2.0169,5.6578 -3.4555,5.6163 -4.9648,5.7201 -5.71,5.1338 -6.6879,4.8312 -7.6308,4.5131 -8.5389,4.1794 -9.4121,3.8302 -10.2505,3.4654 -22.8766,5.7743 -19.899,3.1311 -22.101,1.0394 -18.9,-0.049 0,-2e-4 m -13.6378,-29.696 -8.3393,-1.291 -3.1014,-0.7857 5.9392,-5.4699 15.0667,-12.9026 15.9497,-11.8825 16.4132,-10.6468 16.457,-9.1955 16.0815,-7.5286 15.2862,-5.646 14.0716,-3.5477 12.4373,-1.2339 8.2201,0.7979 7.066,2.5048 2.5901,1.6742 0.3999,2.5458 -0.7796,4.8703 -2.2655,5.2865 -3.6419,5.5028 -4.909,5.519 -4.4403,4.4037 -5.8813,-0.7403 -7.6279,-0.5168 -8.0154,0.3077 -8.3513,1.1186 -8.6353,1.9157 -8.8675,2.6992 -9.0479,3.469 -9.1766,4.2253 -9.2533,4.9678 -12.207,7.7632 -10.7492,8.1319 -5.2891,3.7658 -5.5466,0.4845 -9.8531,-0.5665 0,1e-4 m -26.8396,-10.4775 -2.5132,-3.2025 -1.7799,-3.4196 -1.1113,-3.798 -0.5073,-4.3376 0.059,-4.9638 1.6809,-3.7225 6.0842,-8.9159 7.9837,-9.1806 9.0724,-8.5999 9.3502,-7.1741 8.7091,-5.3305 9.024,-4.5405 9.2456,-3.7086 9.3742,-2.8344 7.6833,-1.7679 2.6224,-0.2257 -7.5,3.4638 -12.3633,6.1089 -11.0757,6.8689 -9.7911,7.6326 -8.5099,8.3997 -7.2318,9.1706 -5.957,9.9449 -4.6854,10.723 -3.4171,11.5046 -1.502,4.65 -2.944,-2.7449 0,0"
141
+ id="path8482"
142
+ inkscape:connector-curvature="0" />
143
+ </g>
144
+ </svg>
@@ -0,0 +1,266 @@
1
+ GOCAD TSurf 1
2
+ HEADER {
3
+ name: section1
4
+ *solid*color: 0 0 0.247058 1
5
+ mesh: true
6
+ }
7
+ GOCAD_ORIGINAL_COORDINATE_SYSTEM
8
+ NAME " gocad Local"
9
+ PROJECTION Unknown
10
+ DATUM Unknown
11
+ AXIS_NAME X Y Z
12
+ AXIS_UNIT m m m
13
+ ZPOSITIVE Elevation
14
+ END_ORIGINAL_COORDINATE_SYSTEM
15
+ PROPERTY_CLASS_HEADER X {
16
+ kind: X
17
+ unit: m
18
+ }
19
+ PROPERTY_CLASS_HEADER Y {
20
+ kind: Y
21
+ unit: m
22
+ }
23
+ PROPERTY_CLASS_HEADER Z {
24
+ kind: Z
25
+ unit: m
26
+ is_z: on
27
+ }
28
+ PROPERTY_CLASS_HEADER vector3d {
29
+ kind: Length
30
+ unit: m
31
+ }
32
+ TFACE
33
+ VRTX 1 -61.724365234375 14.696276664733887 0
34
+ VRTX 2 -60.809925079345703 -0.9797513484954834 0
35
+ VRTX 3 -56.237758636474609 27.106468200683594 0
36
+ VRTX 4 -43.174396514892578 -5.2906603813171387 0
37
+ VRTX 5 -38.863487243652344 22.142391204833984 0
38
+ VRTX 6 -16.394514083862305 -4.6374917030334473 0
39
+ VRTX 7 -15.088176727294922 19.790987014770508 0
40
+ VRTX 8 16.525150299072266 22.795562744140625 0
41
+ VRTX 9 20.182882308959961 -4.76812744140625 0
42
+ VRTX 10 35.989547729492188 -5.4212956428527832 0
43
+ VRTX 11 40.300453186035156 24.885698318481445 0
44
+ VRTX 12 41.345527648925781 4.1149587631225586 0
45
+ VRTX 13 42.65185546875 13.128674507141113 0
46
+ VRTX 14 33.778732299804688 9.1487140655517578 0
47
+ TRGL 9 6 7
48
+ TRGL 7 6 5
49
+ TRGL 14 13 12
50
+ TRGL 14 10 9
51
+ TRGL 14 12 10
52
+ TRGL 14 8 11
53
+ TRGL 5 4 1
54
+ TRGL 4 2 1
55
+ TRGL 5 1 3
56
+ TRGL 14 9 8
57
+ TRGL 14 11 13
58
+ TRGL 6 4 5
59
+ TRGL 9 7 8
60
+ TFACE
61
+ VRTX 15 41.060092926025391 23.489406585693359 0
62
+ VRTX 16 41.938926696777344 13.272991180419922 0
63
+ VRTX 17 37.325065612792969 -4.8529109954833984 0
64
+ VRTX 18 42.268489837646484 4.1551122665405273 0
65
+ VRTX 19 51.056808471679688 24.478094100952148 0
66
+ VRTX 20 54.681987762451172 -5.951451301574707 0
67
+ VRTX 21 68.523590087890625 23.379554748535156 0
68
+ VRTX 22 71.050216674804688 14.701091766357422 0
69
+ VRTX 23 71.489646911621094 -6.9401340484619141 0
70
+ VRTX 24 73.906425476074219 1.6284713745117188 0
71
+ VRTX 25 58.472381591796875 7.3579936027526855 0
72
+ VRTX 26 59.740493774414062 17.239809036254883 0
73
+ VRTX 27 50.944915771484375 17.018472671508789 0
74
+ TRGL 26 22 25
75
+ TRGL 27 15 19
76
+ TRGL 27 19 26
77
+ TRGL 26 19 21
78
+ TRGL 25 22 24
79
+ TRGL 27 26 25
80
+ TRGL 27 16 15
81
+ TRGL 25 24 23
82
+ TRGL 25 18 16
83
+ TRGL 26 21 22
84
+ TRGL 20 17 18
85
+ TRGL 27 25 16
86
+ TRGL 25 20 18
87
+ TRGL 25 23 20
88
+ TFACE
89
+ VRTX 28 -60.819545745849609 -1.6231528520584106 0
90
+ VRTX 29 -59.900272369384766 -12.260540008544922 0
91
+ VRTX 30 -56.485797882080078 -21.58466911315918 0
92
+ VRTX 31 -41.777313232421875 -5.694251537322998 0
93
+ VRTX 32 -33.109817504882812 -28.019632339477539 0
94
+ VRTX 33 -20.371213912963867 -4.9062972068786621 0
95
+ VRTX 34 -1.4603073596954346 -27.756978988647461 0
96
+ VRTX 35 0.64090609550476074 -5.1689496040344238 0
97
+ VRTX 36 14.167461395263672 -27.8883056640625 0
98
+ VRTX 37 16.925300598144531 -5.0376248359680176 0
99
+ VRTX 38 36.230190277099609 -5.694251537322998 0
100
+ VRTX 39 40.4326171875 -27.100349426269531 0
101
+ VRTX 40 49.100112915039062 -5.8255763053894043 0
102
+ VRTX 41 67.617050170898438 -30.646144866943359 0
103
+ VRTX 42 71.162841796875 -7.5328121185302734 0
104
+ VRTX 43 74.44598388671875 -15.543684005737305 0
105
+ VRTX 44 76.153221130371094 -25.261791229248047 0
106
+ VRTX 45 65.442642211914062 -17.077461242675781 0
107
+ VRTX 46 52.735378265380859 -17.314252853393555 0
108
+ TRGL 34 32 33
109
+ TRGL 46 41 39
110
+ TRGL 46 39 38
111
+ TRGL 39 36 38
112
+ TRGL 45 44 41
113
+ TRGL 32 30 31
114
+ TRGL 46 45 41
115
+ TRGL 45 40 42
116
+ TRGL 46 40 45
117
+ TRGL 37 36 35
118
+ TRGL 45 43 44
119
+ TRGL 33 32 31
120
+ TRGL 31 30 29
121
+ TRGL 38 36 37
122
+ TRGL 35 34 33
123
+ TRGL 46 38 40
124
+ TRGL 45 42 43
125
+ TRGL 36 34 35
126
+ TRGL 31 29 28
127
+ BSTONE 13
128
+ BSTONE 24
129
+ BSTONE 44
130
+ BORDER 47 13 11
131
+ BORDER 48 24 22
132
+ BORDER 49 44 43
133
+ END
134
+ GOCAD TSurf 1
135
+ HEADER {
136
+ name: section1
137
+ *solid*color: 0 0 0.247058 1
138
+ mesh: true
139
+ }
140
+ GOCAD_ORIGINAL_COORDINATE_SYSTEM
141
+ NAME " gocad Local"
142
+ PROJECTION Unknown
143
+ DATUM Unknown
144
+ AXIS_NAME X Y Z
145
+ AXIS_UNIT m m m
146
+ ZPOSITIVE Elevation
147
+ END_ORIGINAL_COORDINATE_SYSTEM
148
+ PROPERTY_CLASS_HEADER X {
149
+ kind: X
150
+ unit: m
151
+ }
152
+ PROPERTY_CLASS_HEADER Y {
153
+ kind: Y
154
+ unit: m
155
+ }
156
+ PROPERTY_CLASS_HEADER Z {
157
+ kind: Z
158
+ unit: m
159
+ is_z: on
160
+ }
161
+ PROPERTY_CLASS_HEADER vector3d {
162
+ kind: Length
163
+ unit: m
164
+ }
165
+ TFACE
166
+ VRTX 1 -61.724365234375 14.696276664733887 0
167
+ VRTX 2 -60.809925079345703 -0.9797513484954834 0
168
+ VRTX 3 -56.237758636474609 27.106468200683594 0
169
+ VRTX 4 -43.174396514892578 -5.2906603813171387 0
170
+ VRTX 5 -38.863487243652344 22.142391204833984 0
171
+ VRTX 6 -16.394514083862305 -4.6374917030334473 0
172
+ VRTX 7 -15.088176727294922 19.790987014770508 0
173
+ VRTX 8 16.525150299072266 22.795562744140625 0
174
+ VRTX 9 20.182882308959961 -4.76812744140625 0
175
+ VRTX 10 35.989547729492188 -5.4212956428527832 0
176
+ VRTX 11 40.300453186035156 24.885698318481445 0
177
+ VRTX 12 41.345527648925781 4.1149587631225586 0
178
+ VRTX 13 42.65185546875 13.128674507141113 0
179
+ VRTX 14 33.778732299804688 9.1487140655517578 0
180
+ TRGL 9 6 7
181
+ TRGL 7 6 5
182
+ TRGL 14 13 12
183
+ TRGL 14 10 9
184
+ TRGL 14 12 10
185
+ TRGL 14 8 11
186
+ TRGL 5 4 1
187
+ TRGL 4 2 1
188
+ TRGL 5 1 3
189
+ TRGL 14 9 8
190
+ TRGL 14 11 13
191
+ TRGL 6 4 5
192
+ TRGL 9 7 8
193
+ TFACE
194
+ VRTX 15 41.060092926025391 23.489406585693359 0
195
+ VRTX 16 41.938926696777344 13.272991180419922 0
196
+ VRTX 17 37.325065612792969 -4.8529109954833984 0
197
+ VRTX 18 42.268489837646484 4.1551122665405273 0
198
+ VRTX 19 51.056808471679688 24.478094100952148 0
199
+ VRTX 20 54.681987762451172 -5.951451301574707 0
200
+ VRTX 21 68.523590087890625 23.379554748535156 0
201
+ VRTX 22 71.050216674804688 14.701091766357422 0
202
+ VRTX 23 71.489646911621094 -6.9401340484619141 0
203
+ VRTX 24 73.906425476074219 1.6284713745117188 0
204
+ VRTX 25 58.472381591796875 7.3579936027526855 0
205
+ VRTX 26 59.740493774414062 17.239809036254883 0
206
+ VRTX 27 50.944915771484375 17.018472671508789 0
207
+ TRGL 26 22 25
208
+ TRGL 27 15 19
209
+ TRGL 27 19 26
210
+ TRGL 26 19 21
211
+ TRGL 25 22 24
212
+ TRGL 27 26 25
213
+ TRGL 27 16 15
214
+ TRGL 25 24 23
215
+ TRGL 25 18 16
216
+ TRGL 26 21 22
217
+ TRGL 20 17 18
218
+ TRGL 27 25 16
219
+ TRGL 25 20 18
220
+ TRGL 25 23 20
221
+ TFACE
222
+ VRTX 28 -60.819545745849609 -1.6231528520584106 0
223
+ VRTX 29 -59.900272369384766 -12.260540008544922 0
224
+ VRTX 30 -56.485797882080078 -21.58466911315918 0
225
+ VRTX 31 -41.777313232421875 -5.694251537322998 0
226
+ VRTX 32 -33.109817504882812 -28.019632339477539 0
227
+ VRTX 33 -20.371213912963867 -4.9062972068786621 0
228
+ VRTX 34 -1.4603073596954346 -27.756978988647461 0
229
+ VRTX 35 0.64090609550476074 -5.1689496040344238 0
230
+ VRTX 36 14.167461395263672 -27.8883056640625 0
231
+ VRTX 37 16.925300598144531 -5.0376248359680176 0
232
+ VRTX 38 36.230190277099609 -5.694251537322998 0
233
+ VRTX 39 40.4326171875 -27.100349426269531 0
234
+ VRTX 40 49.100112915039062 -5.8255763053894043 0
235
+ VRTX 41 67.617050170898438 -30.646144866943359 0
236
+ VRTX 42 71.162841796875 -7.5328121185302734 0
237
+ VRTX 43 74.44598388671875 -15.543684005737305 0
238
+ VRTX 44 76.153221130371094 -25.261791229248047 0
239
+ VRTX 45 65.442642211914062 -17.077461242675781 0
240
+ VRTX 46 52.735378265380859 -17.314252853393555 0
241
+ TRGL 34 32 33
242
+ TRGL 46 41 39
243
+ TRGL 46 39 38
244
+ TRGL 39 36 38
245
+ TRGL 45 44 41
246
+ TRGL 32 30 31
247
+ TRGL 46 45 41
248
+ TRGL 45 40 42
249
+ TRGL 46 40 45
250
+ TRGL 37 36 35
251
+ TRGL 45 43 44
252
+ TRGL 33 32 31
253
+ TRGL 31 30 29
254
+ TRGL 38 36 37
255
+ TRGL 35 34 33
256
+ TRGL 46 38 40
257
+ TRGL 45 42 43
258
+ TRGL 36 34 35
259
+ TRGL 31 29 28
260
+ BSTONE 13
261
+ BSTONE 24
262
+ BSTONE 44
263
+ BORDER 47 13 11
264
+ BORDER 48 24 22
265
+ BORDER 49 44 43
266
+ END
@@ -0,0 +1,11 @@
1
+ 1061587.407 6877152.488 -1765.785518
2
+ 1061574.69 6877155.348 -1864.022334
3
+ 1061574.065 6877155.353 -1868.52563
4
+ 1061573.441 6877155.359 -1872.90478
5
+ 1061572.818 6877155.614 -1877.279658
6
+ 1061571.569 6877155.625 -1886.096919
7
+ 1061566.454 6877156.419 -1921.725215
8
+ 1061565.83 6877156.424 -1926.150142
9
+ 1061531.087 6877161.974 -2164.694087
10
+ 1061530.464 6877162.23 -2169.062983
11
+ 1061523.736 6877164.287 -2217.590327
@@ -0,0 +1,49 @@
1
+ GOCAD Voxet 1
2
+ HEADER {
3
+ name: test
4
+ sections: 3 1 1 2 2 0 0 3 0 0
5
+ *painted*variable: random
6
+ painted: on
7
+ ascii: on
8
+ }
9
+ GOCAD_ORIGINAL_COORDINATE_SYSTEM
10
+ NAME "SKUA Local"
11
+ PROJECTION Unknown
12
+ DATUM Unknown
13
+ AXIS_NAME X Y Z
14
+ AXIS_UNIT m m m
15
+ ZPOSITIVE Elevation
16
+ END_ORIGINAL_COORDINATE_SYSTEM
17
+ CLASSIFICATION "3D Survey" Seismic "3D Survey"
18
+ AXIS_O 0 0 0
19
+ AXIS_U 900 0 0
20
+ AXIS_V 0 900 0
21
+ AXIS_W 0 0 900
22
+ AXIS_MIN 0 0 0
23
+ AXIS_MAX 1 1 1
24
+ AXIS_N 10 10 10
25
+ AXIS_NAME axis-1 axis-2 axis-3
26
+ AXIS_UNIT "unitless" "unitless" "unitless"
27
+ AXIS_TYPE even even even
28
+
29
+ ASCII_DATA_FILE test__ascii@@
30
+
31
+
32
+ PROPERTY 1 random
33
+ PROPERTY_CLASS 1 random
34
+ PROPERTY_KIND 1 "Real Number"
35
+ PROPERTY_CLASS_HEADER 1 random {
36
+ kind: Real Number
37
+ unit: unitless
38
+ pclip: 99
39
+ low_clip: 2.015344
40
+ high_clip: 9.993502
41
+ *colormap*standard*colors: 0 0 0 1 85 0 1 1 170 1 1 0 255 1 0 0
42
+ }
43
+ PROPERTY_SUBCLASS 1 QUANTITY Float
44
+ PROP_ORIGINAL_UNIT 1 none
45
+ PROP_UNIT 1 unitless
46
+ PROP_NO_DATA_VALUE 1 -99999
47
+ PROP_SAMPLE_STATS 1 1000 6.05339 5.30638 2.03609 9.99882
48
+ PROP_ESIZE 1 4
49
+ END
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7229408e7147192b3086d13caaa735d9105f37dceacd5422a7f75ec659c3442
3
+ size 141304334