Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c0bb5f2
template for basal contacts processing tool
lachlangrose Jun 17, 2025
f9878b0
Update linter.yml
lachlangrose Jun 17, 2025
043ea5c
Merge remote-tracking branch 'origin/processing/basal_contacts' into …
rabii-chaarani Jun 20, 2025
773ef48
feature: Implement StratigraphySorterAlgorithm
rabii-chaarani Jun 23, 2025
e7bb9f6
feature: functions to convert layers to GeoDataFrame and DataFrame
rabii-chaarani Aug 18, 2025
95ba89b
feature: add geodataframe to qgsLayer conversion
rabii-chaarani Aug 18, 2025
f744d83
refactor: update GeoDataFrameToQgsLayer
rabii-chaarani Aug 18, 2025
ea67c2e
fix: GeoDataFrameToQgsLayer to FeatureSink
rabii-chaarani Aug 18, 2025
f11d713
refactor: clean up imports in vectorLayerWrapper.py
rabii-chaarani Aug 18, 2025
d718b96
feature: add basal contacts extraction algorithm
rabii-chaarani Aug 18, 2025
0c7e768
refactor: add imports in sorter.py
rabii-chaarani Aug 18, 2025
aeed68b
feature: implement sampler algorithm
rabii-chaarani Aug 25, 2025
78f1511
feature: add thickness calculator algorithms
rabii-chaarani Aug 25, 2025
4069406
fix: correct return value
rabii-chaarani Aug 25, 2025
f67be33
feature: add support SamplerSpacing
rabii-chaarani Aug 25, 2025
3c46553
fix: update sampler type strings for consistency
rabii-chaarani Aug 25, 2025
7e76267
fix: convert dataframe to qgis layer
rabii-chaarani Aug 26, 2025
c42a4dd
feature: add dataframe to point sink conversion
rabii-chaarani Aug 27, 2025
54a0bc9
fix: add input parameters
rabii-chaarani Aug 27, 2025
df54c1b
refactor: rename to dataframeToQgsLayer
rabii-chaarani Aug 27, 2025
703a89c
refactor: update thickness calculator parameters and processing logic
rabii-chaarani Aug 27, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

pull_request:
branches:
- master
- main
paths:
- '**.py'
workflow_dispatch:
Expand Down Expand Up @@ -55,5 +55,5 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
title: "style: auto format fixes"
body: "This PR applies style fixes by black and ruff."
base: master
base: main
branch: lint/style-fixes-${{ github.run_id }}
Loading
Loading