-
Notifications
You must be signed in to change notification settings - Fork 10
Fix legacy code, typos, suppress run_time warnings, added further support for PyVista visualisations, flagged all kernel killing code raised in Issue #46 #47
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 3 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6f0212e
Corrected typos, grammar and also updated legacy
harley-kelly 98582cc
Fixed all legacy code. Added further support for PyVista interactive …
harley-kelly 497e23e
Fix: to suppress RuntimeWarning warning flags.
harley-kelly cf9f5b6
Update notebooks/Exercise_01.ipynb
harley-kelly 108e2f1
Update notebooks/Exercise_01.ipynb
harley-kelly cb369d2
Update notebooks/Exercise_01.ipynb
harley-kelly ff40113
Update notebooks/Exercise_01.ipynb
harley-kelly ff4d287
Update notebooks/Sec_01_Load_and_Examine.ipynb
harley-kelly 73157cc
Update notebooks/Sec_04_Regridding.ipynb
harley-kelly cb45c42
Update notebooks/Sec_04_Regridding.ipynb
harley-kelly 0e6df72
Update notebooks/Sec_04_Regridding.ipynb
harley-kelly cf41c15
Update notebooks/Sec_04_Regridding.ipynb
harley-kelly 2315033
Update notebooks/Sec_01_Load_and_Examine.ipynb
harley-kelly 2a301b8
Update notebooks/Sec_01_Load_and_Examine.ipynb
harley-kelly c993893
Apply suggestions from code review
harley-kelly 2da09be
Apply suggestions from code review
harley-kelly 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 |
---|---|---|
|
@@ -46,11 +46,10 @@ | |
"import geovista as gv\n", | ||
"import geovista.theme\n", | ||
"import iris.quickplot as qplt\n", | ||
"import iris\n", | ||
"import iris \n", | ||
"from geovista import GeoPlotter\n", | ||
"from esmf_regrid.experimental.unstructured_scheme import MeshToGridESMFRegridder, GridToMeshESMFRegridder\n", | ||
"from iris.experimental.ugrid.load import PARSE_UGRID_ON_LOAD\n", | ||
"pv.rcParams[\"use_ipyvtk\"] = True\n", | ||
"# pv.rcParams[\"use_ipyvtk\"] = True\n", | ||
"iris.FUTURE.datum_support = True # avoids some warnings" | ||
] | ||
}, | ||
|
@@ -64,7 +63,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"execution_count": 7, | ||
harley-kelly marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"id": "1cd00d6a-e10a-4af1-870d-1874cead45c2", | ||
"metadata": {}, | ||
"outputs": [], | ||
|
@@ -83,7 +82,7 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"execution_count": 8, | ||
harley-kelly marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"id": "b8eb1ce2-2160-4c3f-b97b-4b09946d84cc", | ||
"metadata": { | ||
"tags": [] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Github won't allow me to comment on relevant lines, but below, steps |
||
|
@@ -275,7 +274,7 @@ | |
], | ||
"metadata": { | ||
"kernelspec": { | ||
"display_name": "Python 3 (ipykernel)", | ||
"display_name": "everyday", | ||
harley-kelly marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
"language": "python", | ||
"name": "python3" | ||
}, | ||
|
@@ -289,7 +288,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.9.16" | ||
"version": "3.13.2" | ||
}, | ||
"toc-autonumbering": true, | ||
"toc-showtags": false | ||
|
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.