OpenGeodeWeb-Back 5.8.7__tar.gz → 5.9.0__tar.gz

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 (44) hide show
  1. {opengeodeweb_back-5.8.7/src/OpenGeodeWeb_Back.egg-info → opengeodeweb_back-5.9.0}/PKG-INFO +12 -22
  2. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/pyproject.toml +1 -1
  3. opengeodeweb_back-5.9.0/requirements.txt +61 -0
  4. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0/src/OpenGeodeWeb_Back.egg-info}/PKG-INFO +12 -22
  5. opengeodeweb_back-5.9.0/src/OpenGeodeWeb_Back.egg-info/requires.txt +17 -0
  6. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/geode_functions.py +29 -6
  7. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/geode_objects.py +25 -25
  8. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/blueprint_routes.py +48 -49
  9. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/models/blueprint_models.py +12 -19
  10. opengeodeweb_back-5.9.0/src/opengeodeweb_back/routes/models/schemas/mesh_components.json +27 -0
  11. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/models/schemas/vtm_component_indices.json +2 -1
  12. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/polygon_attribute_names.json +6 -1
  13. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/polyhedron_attribute_names.json +6 -1
  14. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/texture_coordinates.json +5 -0
  15. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/vertex_attribute_names.json +6 -1
  16. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/utils_functions.py +63 -15
  17. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/tests/test_geode_functions.py +35 -41
  18. opengeodeweb_back-5.9.0/tests/test_models_routes.py +48 -0
  19. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/tests/test_routes.py +38 -27
  20. opengeodeweb_back-5.9.0/tests/test_utils_functions.py +156 -0
  21. opengeodeweb_back-5.8.7/requirements.txt +0 -121
  22. opengeodeweb_back-5.8.7/src/OpenGeodeWeb_Back.egg-info/requires.txt +0 -27
  23. opengeodeweb_back-5.8.7/src/opengeodeweb_back/routes/models/schemas/mesh_components.json +0 -20
  24. opengeodeweb_back-5.8.7/tests/test_models_routes.py +0 -30
  25. opengeodeweb_back-5.8.7/tests/test_utils_functions.py +0 -93
  26. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/LICENSE +0 -0
  27. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/README.md +0 -0
  28. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/setup.cfg +0 -0
  29. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/OpenGeodeWeb_Back.egg-info/SOURCES.txt +0 -0
  30. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/OpenGeodeWeb_Back.egg-info/dependency_links.txt +0 -0
  31. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/OpenGeodeWeb_Back.egg-info/top_level.txt +0 -0
  32. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/__init__.py +0 -0
  33. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/app_config.py +0 -0
  34. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/allowed_files.json +0 -0
  35. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/allowed_objects.json +0 -0
  36. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/create_point.json +0 -0
  37. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/geode_objects_and_output_extensions.json +0 -0
  38. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/geographic_coordinate_systems.json +0 -0
  39. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/inspect_file.json +0 -0
  40. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/missing_files.json +0 -0
  41. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/ping.json +0 -0
  42. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/save_viewable_file.json +0 -0
  43. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/routes/schemas/upload_file.json +0 -0
  44. {opengeodeweb_back-5.8.7 → opengeodeweb_back-5.9.0}/src/opengeodeweb_back/test_utils.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.8.7
3
+ Version: 5.9.0
4
4
  Summary: OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
@@ -11,33 +11,23 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: <3.13,>=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: asgiref==3.8.1
15
- Requires-Dist: attrs==25.3.0
14
+ Requires-Dist: asgiref==3.9.1
16
15
  Requires-Dist: blinker==1.9.0
17
16
  Requires-Dist: click==8.2.1
18
- Requires-Dist: fastjsonschema==2.21.1
19
- Requires-Dist: flask[async]==3.1.1
17
+ Requires-Dist: fastjsonschema==2.16.2
18
+ Requires-Dist: flask[async]==3.0.3
20
19
  Requires-Dist: flask-cors==6.0.1
21
- Requires-Dist: geode-background==9.2.9
22
- Requires-Dist: geode-common==33.8.8
23
- Requires-Dist: geode-conversion==6.3.3
24
- Requires-Dist: geode-explicit==6.2.3
25
- Requires-Dist: geode-implicit==3.9.4
26
- Requires-Dist: geode-numerics==6.2.2
27
- Requires-Dist: geode-simplex==9.4.2
28
- Requires-Dist: geode-viewables==3.1.4
20
+ Requires-Dist: geode-common==33.9.0
21
+ Requires-Dist: geode-viewables==3.2.0
29
22
  Requires-Dist: itsdangerous==2.2.0
30
23
  Requires-Dist: jinja2==3.1.6
31
24
  Requires-Dist: markupsafe==3.0.2
32
- Requires-Dist: opengeode-core==15.21.2
33
- Requires-Dist: opengeode-geosciences==9.0.0
34
- Requires-Dist: opengeode-geosciencesio==5.4.2
35
- Requires-Dist: opengeode-inspector==6.6.1
36
- Requires-Dist: opengeode-io==7.2.1
37
- Requires-Dist: referencing==0.36.2
38
- Requires-Dist: rpds-py==0.25.1
39
- Requires-Dist: typing-extensions==4.14.0
40
- Requires-Dist: werkzeug==3.1.3
25
+ Requires-Dist: opengeode-core==15.24.2
26
+ Requires-Dist: opengeode-geosciences==9.2.2
27
+ Requires-Dist: opengeode-geosciencesio==5.7.2
28
+ Requires-Dist: opengeode-inspector==6.7.0
29
+ Requires-Dist: opengeode-io==7.3.2
30
+ Requires-Dist: werkzeug==3.0.3
41
31
  Dynamic: license-file
42
32
 
43
33
  <h1 align="center">OpenGeodeWeb-Back<sup><i>by Geode-solutions</i></sup></h1>
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
 
6
6
  [project]
7
7
  name = "OpenGeodeWeb-Back"
8
- version = "5.8.7"
8
+ version = "5.9.0"
9
9
  dynamic = ["dependencies"]
10
10
  authors = [
11
11
  { name="Geode-solutions", email="team-web@geode-solutions.com" },
@@ -0,0 +1,61 @@
1
+ #
2
+ # This file is autogenerated by pip-compile with Python 3.12
3
+ # by the following command:
4
+ #
5
+ # pip-compile --pre requirements.in
6
+ #
7
+ asgiref==3.9.1
8
+ # via flask
9
+ blinker==1.9.0
10
+ # via flask
11
+ click==8.2.1
12
+ # via flask
13
+ fastjsonschema==2.16.2
14
+ # via -r requirements.in
15
+ flask[async]==3.0.3
16
+ # via
17
+ # -r requirements.in
18
+ # flask
19
+ # flask-cors
20
+ flask-cors==6.0.1
21
+ # via -r requirements.in
22
+ geode-common==33.9.0
23
+ # via geode-viewables
24
+ geode-viewables==3.2.0
25
+ # via -r requirements.in
26
+ itsdangerous==2.2.0
27
+ # via flask
28
+ jinja2==3.1.6
29
+ # via flask
30
+ markupsafe==3.0.2
31
+ # via
32
+ # jinja2
33
+ # werkzeug
34
+ opengeode-core==15.24.2
35
+ # via
36
+ # -r requirements.in
37
+ # geode-common
38
+ # geode-viewables
39
+ # opengeode-geosciences
40
+ # opengeode-geosciencesio
41
+ # opengeode-inspector
42
+ # opengeode-io
43
+ opengeode-geosciences==9.2.2
44
+ # via
45
+ # -r requirements.in
46
+ # geode-viewables
47
+ # opengeode-geosciencesio
48
+ opengeode-geosciencesio==5.7.2
49
+ # via -r requirements.in
50
+ opengeode-inspector==6.7.0
51
+ # via -r requirements.in
52
+ opengeode-io==7.3.2
53
+ # via
54
+ # -r requirements.in
55
+ # geode-viewables
56
+ # opengeode-geosciencesio
57
+ werkzeug==3.0.3
58
+ # via
59
+ # -r requirements.in
60
+ # flask
61
+ # flask-cors
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: OpenGeodeWeb-Back
3
- Version: 5.8.7
3
+ Version: 5.9.0
4
4
  Summary: OpenGeodeWeb-Back is an open source framework that proposes handy python functions and wrappers for the OpenGeode ecosystem
5
5
  Author-email: Geode-solutions <team-web@geode-solutions.com>
6
6
  Project-URL: Homepage, https://github.com/Geode-solutions/OpenGeodeWeb-Back
@@ -11,33 +11,23 @@ Classifier: Operating System :: OS Independent
11
11
  Requires-Python: <3.13,>=3.9
12
12
  Description-Content-Type: text/markdown
13
13
  License-File: LICENSE
14
- Requires-Dist: asgiref==3.8.1
15
- Requires-Dist: attrs==25.3.0
14
+ Requires-Dist: asgiref==3.9.1
16
15
  Requires-Dist: blinker==1.9.0
17
16
  Requires-Dist: click==8.2.1
18
- Requires-Dist: fastjsonschema==2.21.1
19
- Requires-Dist: flask[async]==3.1.1
17
+ Requires-Dist: fastjsonschema==2.16.2
18
+ Requires-Dist: flask[async]==3.0.3
20
19
  Requires-Dist: flask-cors==6.0.1
21
- Requires-Dist: geode-background==9.2.9
22
- Requires-Dist: geode-common==33.8.8
23
- Requires-Dist: geode-conversion==6.3.3
24
- Requires-Dist: geode-explicit==6.2.3
25
- Requires-Dist: geode-implicit==3.9.4
26
- Requires-Dist: geode-numerics==6.2.2
27
- Requires-Dist: geode-simplex==9.4.2
28
- Requires-Dist: geode-viewables==3.1.4
20
+ Requires-Dist: geode-common==33.9.0
21
+ Requires-Dist: geode-viewables==3.2.0
29
22
  Requires-Dist: itsdangerous==2.2.0
30
23
  Requires-Dist: jinja2==3.1.6
31
24
  Requires-Dist: markupsafe==3.0.2
32
- Requires-Dist: opengeode-core==15.21.2
33
- Requires-Dist: opengeode-geosciences==9.0.0
34
- Requires-Dist: opengeode-geosciencesio==5.4.2
35
- Requires-Dist: opengeode-inspector==6.6.1
36
- Requires-Dist: opengeode-io==7.2.1
37
- Requires-Dist: referencing==0.36.2
38
- Requires-Dist: rpds-py==0.25.1
39
- Requires-Dist: typing-extensions==4.14.0
40
- Requires-Dist: werkzeug==3.1.3
25
+ Requires-Dist: opengeode-core==15.24.2
26
+ Requires-Dist: opengeode-geosciences==9.2.2
27
+ Requires-Dist: opengeode-geosciencesio==5.7.2
28
+ Requires-Dist: opengeode-inspector==6.7.0
29
+ Requires-Dist: opengeode-io==7.3.2
30
+ Requires-Dist: werkzeug==3.0.3
41
31
  Dynamic: license-file
42
32
 
43
33
  <h1 align="center">OpenGeodeWeb-Back<sup><i>by Geode-solutions</i></sup></h1>
@@ -0,0 +1,17 @@
1
+ asgiref==3.9.1
2
+ blinker==1.9.0
3
+ click==8.2.1
4
+ fastjsonschema==2.16.2
5
+ flask[async]==3.0.3
6
+ flask-cors==6.0.1
7
+ geode-common==33.9.0
8
+ geode-viewables==3.2.0
9
+ itsdangerous==2.2.0
10
+ jinja2==3.1.6
11
+ markupsafe==3.0.2
12
+ opengeode-core==15.24.2
13
+ opengeode-geosciences==9.2.2
14
+ opengeode-geosciencesio==5.7.2
15
+ opengeode-inspector==6.7.0
16
+ opengeode-io==7.3.2
17
+ werkzeug==3.0.3
@@ -4,6 +4,8 @@ import os
4
4
  # Third party imports
5
5
  import opengeode_geosciences as og_gs
6
6
  import opengeode as og
7
+ import werkzeug
8
+ import flask
7
9
 
8
10
  # Local application imports
9
11
  from .geode_objects import geode_objects_dict
@@ -26,18 +28,39 @@ def output_factory(geode_object: str):
26
28
  return geode_object_value(geode_object)["output_factory"]
27
29
 
28
30
 
29
- def missing_files(geode_object: str, file_absolute_path: str):
30
- return geode_object_value(geode_object)["missing_files"](file_absolute_path)
31
+ def additional_files(geode_object: str, file_absolute_path: str):
32
+ return geode_object_value(geode_object)["additional_files"](file_absolute_path)
31
33
 
32
34
 
33
- def is_loadable(geode_object: str, file_absolute_path: str):
34
- return geode_object_value(geode_object)["is_loadable"](file_absolute_path)
35
+ def is_loadable(geode_object: str, file_absolute_path: str) -> float:
36
+ percentage = geode_object_value(geode_object)["is_loadable"](file_absolute_path)
37
+ return percentage.value()
35
38
 
36
39
 
37
40
  def load(geode_object: str, file_absolute_path: str):
38
41
  return geode_object_value(geode_object)["load"](file_absolute_path)
39
42
 
40
43
 
44
+ def data_file_path(data_id: str, filename: str) -> str:
45
+ data_folder_path = flask.current_app.config["DATA_FOLDER_PATH"]
46
+ return os.path.join(
47
+ data_folder_path,
48
+ data_id,
49
+ werkzeug.utils.secure_filename(filename),
50
+ )
51
+
52
+
53
+ def load_data(geode_object: str, data_id: str, filename: str):
54
+ file_absolute_path = data_file_path(data_id, filename)
55
+ return load(geode_object, file_absolute_path)
56
+
57
+
58
+ def upload_file_path(filename):
59
+ upload_folder = flask.current_app.config["UPLOAD_FOLDER"]
60
+ secure_filename = werkzeug.utils.secure_filename(filename)
61
+ return os.path.abspath(os.path.join(upload_folder, secure_filename))
62
+
63
+
41
64
  def is_saveable(geode_object: str, data, filename: str):
42
65
  return geode_object_value(geode_object)["is_saveable"](data, filename)
43
66
 
@@ -161,8 +184,8 @@ def list_geode_objects(
161
184
 
162
185
  for geode_object in geode_objects_filtered_list:
163
186
  if has_creator(geode_object, file_extension):
164
- file_is_loadable = is_loadable(geode_object, file_absolute_path)
165
- return_dict[geode_object] = {"is_loadable": file_is_loadable}
187
+ loadability_score = is_loadable(geode_object, file_absolute_path)
188
+ return_dict[geode_object] = {"is_loadable": loadability_score}
166
189
  return return_dict
167
190
 
168
191
 
@@ -25,7 +25,7 @@ def geode_objects_dict():
25
25
  "class": og.BRep,
26
26
  "input_factory": og.BRepInputFactory,
27
27
  "output_factory": og.BRepOutputFactory,
28
- "missing_files": og.check_brep_missing_files,
28
+ "additional_files": og.brep_additional_files,
29
29
  "is_loadable": og.is_brep_loadable,
30
30
  "load": og.load_brep,
31
31
  "is_saveable": og.is_brep_saveable,
@@ -48,7 +48,7 @@ def geode_objects_dict():
48
48
  "class": og_gs.CrossSection,
49
49
  "input_factory": og_gs.CrossSectionInputFactory,
50
50
  "output_factory": og_gs.CrossSectionOutputFactory,
51
- "missing_files": og_gs.check_cross_section_missing_files,
51
+ "additional_files": og_gs.cross_section_additional_files,
52
52
  "is_loadable": og_gs.is_cross_section_loadable,
53
53
  "load": og_gs.load_cross_section,
54
54
  "is_saveable": og_gs.is_cross_section_saveable,
@@ -70,7 +70,7 @@ def geode_objects_dict():
70
70
  "class": og.EdgedCurve2D,
71
71
  "input_factory": og.EdgedCurveInputFactory2D,
72
72
  "output_factory": og.EdgedCurveOutputFactory2D,
73
- "missing_files": og.check_edged_curve_missing_files2D,
73
+ "additional_files": og.edged_curve_additional_files2D,
74
74
  "is_loadable": og.is_edged_curve_loadable2D,
75
75
  "load": og.load_edged_curve2D,
76
76
  "is_saveable": og.is_edged_curve_saveable2D,
@@ -93,7 +93,7 @@ def geode_objects_dict():
93
93
  "class": og.EdgedCurve3D,
94
94
  "input_factory": og.EdgedCurveInputFactory3D,
95
95
  "output_factory": og.EdgedCurveOutputFactory3D,
96
- "missing_files": og.check_edged_curve_missing_files3D,
96
+ "additional_files": og.edged_curve_additional_files3D,
97
97
  "is_loadable": og.is_edged_curve_loadable3D,
98
98
  "load": og.load_edged_curve3D,
99
99
  "is_saveable": og.is_edged_curve_saveable3D,
@@ -116,7 +116,7 @@ def geode_objects_dict():
116
116
  "class": og.Graph,
117
117
  "input_factory": og.GraphInputFactory,
118
118
  "output_factory": og.GraphOutputFactory,
119
- "missing_files": og.check_graph_missing_files,
119
+ "additional_files": og.graph_additional_files,
120
120
  "is_loadable": og.is_graph_loadable,
121
121
  "load": og.load_graph,
122
122
  "is_saveable": og.is_graph_saveable,
@@ -130,7 +130,7 @@ def geode_objects_dict():
130
130
  "class": og.HybridSolid3D,
131
131
  "input_factory": og.HybridSolidInputFactory3D,
132
132
  "output_factory": og.HybridSolidOutputFactory3D,
133
- "missing_files": og.check_hybrid_solid_missing_files3D,
133
+ "additional_files": og.hybrid_solid_additional_files3D,
134
134
  "is_loadable": og.is_hybrid_solid_loadable3D,
135
135
  "load": og.load_hybrid_solid3D,
136
136
  "is_saveable": og.is_hybrid_solid_saveable3D,
@@ -154,7 +154,7 @@ def geode_objects_dict():
154
154
  "class": og_gs.ImplicitCrossSection,
155
155
  "input_factory": og_gs.ImplicitCrossSectionInputFactory,
156
156
  "output_factory": og_gs.ImplicitCrossSectionOutputFactory,
157
- "missing_files": og_gs.check_implicit_cross_section_missing_files,
157
+ "additional_files": og_gs.implicit_cross_section_additional_files,
158
158
  "is_loadable": og_gs.is_implicit_cross_section_loadable,
159
159
  "load": og_gs.load_implicit_cross_section,
160
160
  "is_saveable": og_gs.is_implicit_cross_section_saveable,
@@ -177,7 +177,7 @@ def geode_objects_dict():
177
177
  "class": og_gs.ImplicitStructuralModel,
178
178
  "input_factory": og_gs.ImplicitStructuralModelInputFactory,
179
179
  "output_factory": og_gs.ImplicitStructuralModelOutputFactory,
180
- "missing_files": og_gs.check_implicit_structural_model_missing_files,
180
+ "additional_files": og_gs.implicit_structural_model_additional_files,
181
181
  "is_loadable": og_gs.is_implicit_structural_model_loadable,
182
182
  "load": og_gs.load_implicit_structural_model,
183
183
  "is_saveable": og_gs.is_implicit_structural_model_saveable,
@@ -199,7 +199,7 @@ def geode_objects_dict():
199
199
  "class": og.LightRegularGrid2D,
200
200
  "input_factory": og.LightRegularGridInputFactory2D,
201
201
  "output_factory": og.LightRegularGridOutputFactory2D,
202
- "missing_files": og.check_light_regular_grid_missing_files2D,
202
+ "additional_files": og.light_regular_grid_additional_files2D,
203
203
  "is_loadable": og.is_light_regular_grid_loadable2D,
204
204
  "load": og.load_light_regular_grid2D,
205
205
  "is_saveable": og.is_light_regular_grid_saveable2D,
@@ -215,7 +215,7 @@ def geode_objects_dict():
215
215
  "class": og.LightRegularGrid3D,
216
216
  "input_factory": og.LightRegularGridInputFactory3D,
217
217
  "output_factory": og.LightRegularGridOutputFactory3D,
218
- "missing_files": og.check_light_regular_grid_missing_files3D,
218
+ "additional_files": og.light_regular_grid_additional_files3D,
219
219
  "is_loadable": og.is_light_regular_grid_loadable3D,
220
220
  "load": og.load_light_regular_grid3D,
221
221
  "is_saveable": og.is_light_regular_grid_saveable3D,
@@ -231,7 +231,7 @@ def geode_objects_dict():
231
231
  "class": og.PointSet2D,
232
232
  "input_factory": og.PointSetInputFactory2D,
233
233
  "output_factory": og.PointSetOutputFactory2D,
234
- "missing_files": og.check_point_set_missing_files2D,
234
+ "additional_files": og.point_set_additional_files2D,
235
235
  "is_loadable": og.is_point_set_loadable2D,
236
236
  "load": og.load_point_set2D,
237
237
  "is_saveable": og.is_point_set_saveable2D,
@@ -254,7 +254,7 @@ def geode_objects_dict():
254
254
  "class": og.PointSet3D,
255
255
  "input_factory": og.PointSetInputFactory3D,
256
256
  "output_factory": og.PointSetOutputFactory3D,
257
- "missing_files": og.check_point_set_missing_files3D,
257
+ "additional_files": og.point_set_additional_files3D,
258
258
  "is_loadable": og.is_point_set_loadable3D,
259
259
  "load": og.load_point_set3D,
260
260
  "is_saveable": og.is_point_set_saveable3D,
@@ -277,7 +277,7 @@ def geode_objects_dict():
277
277
  "class": og.PolygonalSurface2D,
278
278
  "input_factory": og.PolygonalSurfaceInputFactory2D,
279
279
  "output_factory": og.PolygonalSurfaceOutputFactory2D,
280
- "missing_files": og.check_polygonal_surface_missing_files2D,
280
+ "additional_files": og.polygonal_surface_additional_files2D,
281
281
  "is_loadable": og.is_polygonal_surface_loadable2D,
282
282
  "load": og.load_polygonal_surface2D,
283
283
  "is_saveable": og.is_polygonal_surface_saveable2D,
@@ -300,7 +300,7 @@ def geode_objects_dict():
300
300
  "class": og.PolygonalSurface3D,
301
301
  "input_factory": og.PolygonalSurfaceInputFactory3D,
302
302
  "output_factory": og.PolygonalSurfaceOutputFactory3D,
303
- "missing_files": og.check_polygonal_surface_missing_files3D,
303
+ "additional_files": og.polygonal_surface_additional_files3D,
304
304
  "is_loadable": og.is_polygonal_surface_loadable3D,
305
305
  "load": og.load_polygonal_surface3D,
306
306
  "is_saveable": og.is_polygonal_surface_saveable3D,
@@ -323,7 +323,7 @@ def geode_objects_dict():
323
323
  "class": og.PolyhedralSolid3D,
324
324
  "input_factory": og.PolyhedralSolidInputFactory3D,
325
325
  "output_factory": og.PolyhedralSolidOutputFactory3D,
326
- "missing_files": og.check_polyhedral_solid_missing_files3D,
326
+ "additional_files": og.polyhedral_solid_additional_files3D,
327
327
  "is_loadable": og.is_polyhedral_solid_loadable3D,
328
328
  "load": og.load_polyhedral_solid3D,
329
329
  "is_saveable": og.is_polyhedral_solid_saveable3D,
@@ -346,7 +346,7 @@ def geode_objects_dict():
346
346
  "class": og.RasterImage2D,
347
347
  "input_factory": og.RasterImageInputFactory2D,
348
348
  "output_factory": og.RasterImageOutputFactory2D,
349
- "missing_files": og.check_raster_image_missing_files2D,
349
+ "additional_files": og.raster_image_additional_files2D,
350
350
  "is_loadable": og.is_raster_image_loadable2D,
351
351
  "load": og.load_raster_image2D,
352
352
  "is_saveable": og.is_raster_image_saveable2D,
@@ -360,7 +360,7 @@ def geode_objects_dict():
360
360
  "class": og.RasterImage3D,
361
361
  "input_factory": og.RasterImageInputFactory3D,
362
362
  "output_factory": og.RasterImageOutputFactory3D,
363
- "missing_files": og.check_raster_image_missing_files3D,
363
+ "additional_files": og.raster_image_additional_files3D,
364
364
  "is_loadable": og.is_raster_image_loadable3D,
365
365
  "load": og.load_raster_image3D,
366
366
  "is_saveable": og.is_raster_image_saveable3D,
@@ -374,7 +374,7 @@ def geode_objects_dict():
374
374
  "class": og.RegularGrid2D,
375
375
  "input_factory": og.RegularGridInputFactory2D,
376
376
  "output_factory": og.RegularGridOutputFactory2D,
377
- "missing_files": og.check_regular_grid_missing_files2D,
377
+ "additional_files": og.regular_grid_additional_files2D,
378
378
  "is_loadable": og.is_regular_grid_loadable2D,
379
379
  "load": og.load_regular_grid2D,
380
380
  "is_saveable": og.is_regular_grid_saveable2D,
@@ -396,7 +396,7 @@ def geode_objects_dict():
396
396
  "class": og.RegularGrid3D,
397
397
  "input_factory": og.RegularGridInputFactory3D,
398
398
  "output_factory": og.RegularGridOutputFactory3D,
399
- "missing_files": og.check_regular_grid_missing_files3D,
399
+ "additional_files": og.regular_grid_additional_files3D,
400
400
  "is_loadable": og.is_regular_grid_loadable3D,
401
401
  "load": og.load_regular_grid3D,
402
402
  "is_saveable": og.is_regular_grid_saveable3D,
@@ -418,7 +418,7 @@ def geode_objects_dict():
418
418
  "class": og.Section,
419
419
  "input_factory": og.SectionInputFactory,
420
420
  "output_factory": og.SectionOutputFactory,
421
- "missing_files": og.check_section_missing_files,
421
+ "additional_files": og.section_additional_files,
422
422
  "is_loadable": og.is_section_loadable,
423
423
  "load": og.load_section,
424
424
  "is_saveable": og.is_section_saveable,
@@ -441,7 +441,7 @@ def geode_objects_dict():
441
441
  "class": og_gs.StructuralModel,
442
442
  "input_factory": og_gs.StructuralModelInputFactory,
443
443
  "output_factory": og_gs.StructuralModelOutputFactory,
444
- "missing_files": og_gs.check_structural_model_missing_files,
444
+ "additional_files": og_gs.structural_model_additional_files,
445
445
  "is_loadable": og_gs.is_structural_model_loadable,
446
446
  "load": og_gs.load_structural_model,
447
447
  "is_saveable": og_gs.is_structural_model_saveable,
@@ -463,7 +463,7 @@ def geode_objects_dict():
463
463
  "class": og.TetrahedralSolid3D,
464
464
  "input_factory": og.TetrahedralSolidInputFactory3D,
465
465
  "output_factory": og.TetrahedralSolidOutputFactory3D,
466
- "missing_files": og.check_tetrahedral_solid_missing_files3D,
466
+ "additional_files": og.tetrahedral_solid_additional_files3D,
467
467
  "is_loadable": og.is_tetrahedral_solid_loadable3D,
468
468
  "load": og.load_tetrahedral_solid3D,
469
469
  "is_saveable": og.is_tetrahedral_solid_saveable3D,
@@ -486,7 +486,7 @@ def geode_objects_dict():
486
486
  "class": og.TriangulatedSurface2D,
487
487
  "input_factory": og.TriangulatedSurfaceInputFactory2D,
488
488
  "output_factory": og.TriangulatedSurfaceOutputFactory2D,
489
- "missing_files": og.check_triangulated_surface_missing_files2D,
489
+ "additional_files": og.triangulated_surface_additional_files2D,
490
490
  "is_loadable": og.is_triangulated_surface_loadable2D,
491
491
  "load": og.load_triangulated_surface2D,
492
492
  "is_saveable": og.is_triangulated_surface_saveable2D,
@@ -509,7 +509,7 @@ def geode_objects_dict():
509
509
  "class": og.TriangulatedSurface3D,
510
510
  "input_factory": og.TriangulatedSurfaceInputFactory3D,
511
511
  "output_factory": og.TriangulatedSurfaceOutputFactory3D,
512
- "missing_files": og.check_triangulated_surface_missing_files3D,
512
+ "additional_files": og.triangulated_surface_additional_files3D,
513
513
  "is_loadable": og.is_triangulated_surface_loadable3D,
514
514
  "load": og.load_triangulated_surface3D,
515
515
  "is_saveable": og.is_triangulated_surface_saveable3D,
@@ -532,7 +532,7 @@ def geode_objects_dict():
532
532
  "class": og.VertexSet,
533
533
  "input_factory": og.VertexSetInputFactory,
534
534
  "output_factory": og.VertexSetOutputFactory,
535
- "missing_files": og.check_vertex_set_missing_files,
535
+ "additional_files": og.vertex_set_additional_files,
536
536
  "is_loadable": og.is_vertex_set_loadable,
537
537
  "load": og.load_vertex_set,
538
538
  "is_saveable": og.is_vertex_set_saveable,