fractopo

Links

  • Documentation (You Are Here)
  • Homepage (GitHub)
  • Bug & Issue Reporting (GitHub)

Notebooks

  • Notebook - Fractopo – KB11 Fracture Network Analysis
  • Notebook - Fractopo – KB11 Trace Data Validation
  • Notebook - Fractopo – KB7 Trace Data Validation

Gallery

  • Gallery of fractopo example scripts and/or plots
    • Plotting topological ternary plots with fractopo
    • Plotting rose plots with fractopo
    • Workflow visualisation of fractopo
    • Plotting the trace data used as input in fractopo
    • Plotting azimuth set relationships
    • Visualizing azimuth sets
    • Numerical network characteristics
    • Plotting length distributions with fractopo
    • Plotting multi-scale fracture networks with fractopo
    • Determining topological branches and nodes
    • Optimizing multi-scale cut-offs with fractopo
    • Module for creating fractopo.Network objects for examples
    • Visualize different types of validation errors

Advanced

  • Validating fracture trace data
  • Validation errors
  • Miscellanous/FAQ

Module documentation

  • fractopo package
fractopo
  • Gallery of fractopo example scripts and/or plots
  • View page source

Gallery of fractopo example scripts and/or plots

All matplotlib plots can be saved with:

fig.savefig("savename.png", bbox_inches="tight")
# Or
plt.savefig("savename.png", bbox_inches="tight")

Where savename can be replaced with name/path of where you want to save the figure. bbox_inches is given to make sure the whole plot is saved even thought individual elements go outside the matplotlib figure bounding box. png extension can be replaced with e.g. svg. See https://matplotlib.org/ for more information about plotting.

Plotting topological ternary plots with fractopo

Plotting topological ternary plots with fractopo

Plotting rose plots with fractopo

Plotting rose plots with fractopo

Workflow visualisation of fractopo

Workflow visualisation of fractopo

Plotting the trace data used as input in fractopo

Plotting the trace data used as input in fractopo

Plotting azimuth set relationships

Plotting azimuth set relationships

Visualizing azimuth sets

Visualizing azimuth sets

Numerical network characteristics

Numerical network characteristics

Plotting length distributions with fractopo

Plotting length distributions with fractopo

Plotting multi-scale fracture networks with fractopo

Plotting multi-scale fracture networks with fractopo

Determining topological branches and nodes

Determining topological branches and nodes

Optimizing multi-scale cut-offs with fractopo

Optimizing multi-scale cut-offs with fractopo

Module for creating fractopo.Network objects for examples

Module for creating fractopo.Network objects for examples

Visualize different types of validation errors

Visualize different types of validation errors

sphx_glr_auto_examples_fractopo_workflow_visualisation.py

Script to create a workflow visualization of fractopo.

Download all examples in Python source code: auto_examples_python.zip

Download all examples in Jupyter notebooks: auto_examples_jupyter.zip

Gallery generated by Sphinx-Gallery

Previous Next

© Copyright 1980, Nikolas Ovaskainen.

Built with Sphinx using a theme provided by Read the Docs.