Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
5f04194
improve Notebooks/01-GettingStarted.ipynb
michaelchin Aug 3, 2026
1fbfe0e
improve Notebooks/02-PlateReconstructions.ipynb - not finished yet
michaelchin Aug 3, 2026
f40c085
finish improvement of Notebooks/02-PlateReconstructions.ipynb
michaelchin Aug 4, 2026
7390f5e
the final verson of Notebooks/02-PlateReconstructions.ipynb produced …
michaelchin Aug 4, 2026
802b711
initial work to improve 03-WorkingWithPoints.ipynb
michaelchin Aug 5, 2026
0eb6cce
update 03-WorkingWithPoints.ipynb
michaelchin Aug 5, 2026
fffa9c2
Claude update 03-WorkingWithPoints.ipynb
michaelchin Aug 5, 2026
8cf888f
update 04-VelocityBasics.ipynb
michaelchin Aug 5, 2026
98df862
Claude update 04-VelocityBasics.ipynb
michaelchin Aug 5, 2026
397b0c9
fix the banding problem with color bar in .gif
michaelchin Aug 6, 2026
9d2bd29
update 05-WorkingWithFeatureGeometries.ipynb
michaelchin Aug 6, 2026
1679d25
Claude: update 05-WorkingWithFeatureGeometries.ipynb
michaelchin Aug 6, 2026
8287fb3
update 06-Rasters.ipynb
michaelchin Aug 6, 2026
38f9158
Claude update 06-Rasters.ipynb
michaelchin Aug 6, 2026
55b572a
update 07-WorkingWithPlateTectonicStats.ipynb
michaelchin Aug 6, 2026
fed3996
update 08-PredictingSlabFlux.ipynb
michaelchin Aug 6, 2026
8774b01
update 09-CreatingMotionPathsAndFlowlines.ipynb
michaelchin Aug 6, 2026
44beddc
update 10-SeafloorGrids.ipynb
michaelchin Aug 6, 2026
2837d16
update 11-AndesFluxes.ipynb
michaelchin Aug 7, 2026
ed23e85
Claude: update 11-AndesFluxes.ipynb
michaelchin Aug 7, 2026
9deb046
update 12-MutschlerWorldPorphyryCopperDepositsRegionalPlots.ipynb
michaelchin Aug 7, 2026
b56f747
Claude: update 12-MutschlerWorldPorphyryCopperDepositsRegionalPlots.i…
michaelchin Aug 7, 2026
7ead30c
update 13-ReconstructingZirconData.ipynb
michaelchin Aug 10, 2026
25ebd4a
Claude: update 13-ReconstructingZirconData.ipynb
michaelchin Aug 10, 2026
4344ff0
remove Notebooks/14-RuleBasedGPMLProcessingPipeline.py
michaelchin Aug 11, 2026
b2a3f2d
update 15-ConvertGridReferenceFrame.ipynb
michaelchin Aug 11, 2026
55ef958
update notebooks to keep consistancy
michaelchin Aug 11, 2026
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
3 changes: 0 additions & 3 deletions .github/workflows/generate_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
branches-ignore:
- master
paths:
- Notebooks/14-RuleBasedGPMLProcessingPipeline.py
- Notebooks/Examples/hello_world.py
- Notebooks/Examples/icosahedron_mesh.py
- Notebooks/Examples/introducing_plate_model_manager.py
Expand Down Expand Up @@ -44,7 +43,6 @@ jobs:
- name: Generate notebooks
run: |
notebooks=(
Notebooks/14-RuleBasedGPMLProcessingPipeline.ipynb
Notebooks/Examples/hello_world.ipynb
Notebooks/Examples/icosahedron_mesh.ipynb
Notebooks/Examples/introducing_plate_model_manager.ipynb
Expand All @@ -69,7 +67,6 @@ jobs:
- name: Commit updated notebooks
run: |
notebooks=(
Notebooks/14-RuleBasedGPMLProcessingPipeline.ipynb
Notebooks/Examples/hello_world.ipynb
Notebooks/Examples/icosahedron_mesh.ipynb
Notebooks/Examples/introducing_plate_model_manager.ipynb
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/protect_generated_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
set -euo pipefail

protected_notebooks=(
Notebooks/14-RuleBasedGPMLProcessingPipeline.ipynb
Notebooks/Examples/hello_world.ipynb
Notebooks/Examples/icosahedron_mesh.ipynb
Notebooks/Examples/introducing_plate_model_manager.ipynb
Expand Down
277 changes: 160 additions & 117 deletions Notebooks/01-GettingStarted.ipynb

Large diffs are not rendered by default.

524 changes: 265 additions & 259 deletions Notebooks/02-PlateReconstructions.ipynb

Large diffs are not rendered by default.

292 changes: 188 additions & 104 deletions Notebooks/03-WorkingWithPoints.ipynb

Large diffs are not rendered by default.

644 changes: 407 additions & 237 deletions Notebooks/04-VelocityBasics.ipynb

Large diffs are not rendered by default.

324 changes: 179 additions & 145 deletions Notebooks/05-WorkingWithFeatureGeometries.ipynb

Large diffs are not rendered by default.

402 changes: 236 additions & 166 deletions Notebooks/06-Rasters.ipynb

Large diffs are not rendered by default.

849 changes: 304 additions & 545 deletions Notebooks/07-WorkingWithPlateTectonicStats.ipynb

Large diffs are not rendered by default.

233 changes: 130 additions & 103 deletions Notebooks/08-PredictingSlabFlux.ipynb

Large diffs are not rendered by default.

395 changes: 250 additions & 145 deletions Notebooks/09-CreatingMotionPathsAndFlowlines.ipynb

Large diffs are not rendered by default.

1,326 changes: 677 additions & 649 deletions Notebooks/10-SeafloorGrids.ipynb

Large diffs are not rendered by default.

418 changes: 253 additions & 165 deletions Notebooks/11-AndesFluxes.ipynb

Large diffs are not rendered by default.

465 changes: 274 additions & 191 deletions Notebooks/12-MutschlerWorldPorphyryCopperDepositsRegionalPlots.ipynb
100755 → 100644

Large diffs are not rendered by default.

608 changes: 401 additions & 207 deletions Notebooks/13-ReconstructingZirconData.ipynb

Large diffs are not rendered by default.

Loading
Loading