You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `geos-xml-viewer` python package defines tools to read, process, and visualize objects from GEOS input xml file.
5
+
See `Advanced XML Features <https://geosx-geosx.readthedocs-hosted.com/en/latest/coreComponents/fileIO/doc/InputXMLFiles.html#advanced-xml-features>`_ for a detailed description of the input format.
6
+
7
+
This package defines multiple console scripts and a vtk ilter associated with a Paraview reader.
8
+
9
+
Consol scripts
10
+
--------------
11
+
12
+
geos-exporter
13
+
^^^^^^^^^^^^^
14
+
15
+
Reads the xml file and writes a PartionedDataSetCollection file containing all the mesh objects (mesh, wells, boxes) defind in the xml.
16
+
17
+
.. argparse::
18
+
:module: geos_xml_viewer.bin.exporter
19
+
:func: parsing
20
+
:prog: geos-exporter
21
+
22
+
geos-modifier
23
+
^^^^^^^^^^^^^
24
+
25
+
Rewrite wells into VTK file and modify the xml file accordingly.
26
+
27
+
.. argparse::
28
+
:module: geos_xml_viewer.bin.modifier
29
+
:func: parsing
30
+
:prog: geos-modifier
31
+
32
+
geos-splitter
33
+
^^^^^^^^^^^^^
34
+
35
+
Extract Internal wells into VTK files.
36
+
37
+
.. argparse::
38
+
:module: geos_xml_viewer.bin.splitter
39
+
:func: parsing
40
+
:prog: geos-splitter
41
+
42
+
geos-viewer
43
+
^^^^^^^^^^^^^
44
+
45
+
Viewer dedicated to xml mesh objects (mesh, wells, boxes).
46
+
47
+
.. argparse::
48
+
:module: geos_xml_viewer.bin.viewer
49
+
:func: parsing
50
+
:prog: geos-viewer
51
+
52
+
53
+
WIP consol scripts
54
+
------------------
55
+
56
+
geos-validate
57
+
^^^^^^^^^^^^^
58
+
59
+
Validate xml file according to GEOS scheme.
60
+
61
+
.. argparse::
62
+
:module: geos_xml_viewer.bin.validate
63
+
:func: parsing
64
+
:prog: geos-validate
65
+
66
+
67
+
vtk filter
68
+
----------
69
+
70
+
Geos deck reader
71
+
^^^^^^^^^^^^^^^^
72
+
73
+
Vtk reader of GEOS xml file to load or build vtk objects (mesh, wells, boxes).
0 commit comments