The geos-xml-viewer python package defines tools to read, process, and visualize objects from GEOS input xml file. See Advanced XML Features for a detailed description of the input format.
This package defines multiple console scripts and a vtk ilter associated with a Paraview reader.
Reads the xml file and writes a PartionedDataSetCollection file containing all the mesh objects (mesh, wells, boxes) defind in the xml.
.. argparse:: :module: geos_xml_viewer.bin.exporter :func: parsing :prog: geos-exporter
Rewrite wells into VTK file and modify the xml file accordingly.
.. argparse:: :module: geos_xml_viewer.bin.modifier :func: parsing :prog: geos-modifier
Extract Internal wells into VTK files.
.. argparse:: :module: geos_xml_viewer.bin.splitter :func: parsing :prog: geos-splitter
Viewer dedicated to xml mesh objects (mesh, wells, boxes).
.. argparse:: :module: geos_xml_viewer.bin.viewer :func: parsing :prog: geos-viewer
Validate xml file according to GEOS scheme.
.. argparse:: :module: geos_xml_viewer.bin.validate :func: parsing :prog: geos-validate
Vtk reader of GEOS xml file to load or build vtk objects (mesh, wells, boxes).
.. automodule:: geos_xml_viewer.filters.geosDeckReader :members: :undoc-members: :show-inheritance:
Paraview plugin of Geos Deck Reader.
.. automodule:: PVPlugins.deckReader :no-members: :no-undoc-members:
.. automodule:: geos_xml_viewer.algorithms.deck :members: :undoc-members:
.. automodule:: geos_xml_viewer.algorithms.write_wells :members: :undoc-members: