-
Notifications
You must be signed in to change notification settings - Fork 1
Add Paint Stratigraphic Order processing algorithm and widget #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-0.1.12
Are you sure you want to change the base?
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 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>
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. |
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.