-
Notifications
You must be signed in to change notification settings - Fork 18
Adding feature tracking operator #2148
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4da5552
added simple-track operator and tests
A-Gainford 43f52bf
added example tracking recipe
A-Gainford cda1d0f
added temporary feature cbar definitons (limits to be set dynamically)
A-Gainford abdf356
added simple-track dependency to pyproject and env.yml
A-Gainford 792f49a
removed unnecessary logging, added set_under option to feature plot
A-Gainford f89f789
added restriction of xy grid spacing on input cube
A-Gainford 511dc13
changed feature colorbar properties
A-Gainford d821452
Update conda lockfiles
A-Gainford e3502fc
Update src/CSET/operators/__init__.py
A-Gainford 5f0e0ba
Update src/CSET/operators/feature.py
A-Gainford ceb195e
Update .gitignore
A-Gainford 7c2f62a
updated docstrings
A-Gainford 89dc8c8
Update tests/operators/test_feature.py
A-Gainford 53249e3
Update src/CSET/recipes/example_recipes/example_feature_track.yaml
A-Gainford cab9212
Update tests/operators/test_feature.py
A-Gainford edc4fb5
added custom feature colorbar to _colormaps
A-Gainford 8632cf1
replaced deprecated cmap setting method, moved to _colormaps
A-Gainford 32f05f1
added new line to gitignore
A-Gainford cab9b33
removed feature entries from _colorbar_definition.json
A-Gainford bf3b1f0
remove whitespace from example recipe
A-Gainford b57fc6b
[CI] Update conda lock files
github-actions[bot] f385041
Merge pull request #2250 from MetOffice/scheduled-updates-1783336276
A-Gainford 671166e
added tests for _check_xy_coords and custom_colormap_feature_tracking
A-Gainford File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -138,3 +138,6 @@ dmypy.json | |
|
|
||
| # NFS synchronisation files | ||
| .nfs* | ||
|
|
||
| # MacOS temp files | ||
| .DS_Store | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,6 +35,7 @@ dependencies = [ | |
| "scores", | ||
| "dask", | ||
| "xarray", | ||
| "simple-track", | ||
| ] | ||
|
|
||
| [project.urls] | ||
|
|
||
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 97e468837e6c5cfff450fcad0310548b6d211f1148e4370f1e11130c3eb0de45 requirements/environment.yml | ||
| ef70f8db8d41711660879766b126d46c6b03d4e416e6ebec3598b64622a526c4 requirements/environment.yml |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.