Add Paint Stratigraphic Order processing algorithm and widget#71
Merged
lachlangrose merged 12 commits intodev-0.1.12from Jan 26, 2026
Merged
Add Paint Stratigraphic Order processing algorithm and widget#71lachlangrose merged 12 commits intodev-0.1.12from
lachlangrose merged 12 commits intodev-0.1.12from
Conversation
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add widget to paint stratigraphic order on geology polygons
Add Paint Stratigraphic Order processing algorithm
Jan 24, 2026
Member
|
@copilot I have merged this with my development branch, can you add this as a widget as well as a processing tool. I'd like a widget similar to the sampling tools and other widgets |
Co-authored-by: lachlangrose <7371904+lachlangrose@users.noreply.github.com>
Contributor
Author
Added in commit fdebe4f. The Paint Stratigraphic Order tool is now available as a widget following the same pattern as the Sampler and Thickness Calculator widgets. Widget Features:
Widget Structure: The widget uses the processing algorithm internally, so both interfaces provide the same functionality with consistent results. |
Copilot
AI
changed the title
Add Paint Stratigraphic Order processing algorithm
Add Paint Stratigraphic Order processing algorithm and widget
Jan 24, 2026
…e. For debugging stratraphic order
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds QGIS processing algorithm and GUI widget to paint stratigraphic order or cumulative thickness onto geology polygons for visual debugging of stratigraphic columns.
Changes
New algorithm:
PaintStratigraphicOrderAlgorithminloopstructural/processing/algorithms/paint_stratigraphic_order.pyRegistration: Added algorithm to
Map2LoopProviderTests: Comprehensive test coverage with synthetic and real data in
tests/qgis/test_paint_stratigraphic_order.pyDocumentation: Added Processing Tools section to
docs/usage/interface.mdGUI Widget:
PaintStratigraphicOrderWidgetinloopstructural/gui/map2loop_tools/Usage
Processing Algorithm: Accessible via QGIS Processing Toolbox under
LoopStructural > Stratigraphy > Paint Stratigraphic Order.Widget: Accessible from the LoopStructural toolbar button or menu item. Provides a user-friendly form interface for selecting layers and configuring parameters.
Both interfaces take a polygon layer + stratigraphic column table and output polygons with new
strat_orderorcum_thicknessfield for visualization and QC.Unconformities are implicitly handled through the stratigraphic column order - units separated by unconformities maintain their sequential order values.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.