Extra, optional functionality for GemPy that doesn't live in the core package. Plugins here can depend on extra third-party libraries, move independently of GemPy's own release cycle, and don't need to meet the same stability bar as the core repo.
pip install gempy_pluginsFor development, clone the repo and install it editable into the same environment as
your gempy checkout:
pip install -e .- Active plugin directories (e.g.
kriging/,topology_analysis/) -- actively maintained plugins. Each should have its owntests/folder with sufficient test coverage, and its ownexamples/folder with at least one example. archive/-- stale or outdated code that isn't actively maintained, kept as a reference.wip/-- features still being built out. Expect incomplete functionality and breaking changes.