Skip to content

Commit 8b6f7c2

Browse files
author
Ben Mather
committed
update kernel to python3, swap to PlateCarree projections, remove zorder
1 parent be3aff1 commit 8b6f7c2

21 files changed

+1015
-482
lines changed

CourseContent/Notebooks/Introduction2Python/1-IntroductionToIpython.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"name": "python",
219219
"nbconvert_exporter": "python",
220220
"pygments_lexer": "ipython3",
221-
"version": "3.6.8"
221+
"version": "3.7.9"
222222
}
223223
},
224224
"nbformat": 4,

CourseContent/Notebooks/Introduction2Python/2-PythonOverview.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@
469469
"name": "python",
470470
"nbconvert_exporter": "python",
471471
"pygments_lexer": "ipython3",
472-
"version": "3.6.8"
472+
"version": "3.7.9"
473473
}
474474
},
475475
"nbformat": 4,

CourseContent/Notebooks/Introduction2Python/3-PythonDataTypes.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@
10671067
"name": "python",
10681068
"nbconvert_exporter": "python",
10691069
"pygments_lexer": "ipython3",
1070-
"version": "3.6.8"
1070+
"version": "3.7.9"
10711071
}
10721072
},
10731073
"nbformat": 4,

CourseContent/Notebooks/Introduction2Python/4-PythonClasses.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
"name": "python",
497497
"nbconvert_exporter": "python",
498498
"pygments_lexer": "ipython3",
499-
"version": "3.6.8"
499+
"version": "3.7.9"
500500
}
501501
},
502502
"nbformat": 4,

CourseContent/Notebooks/Mapping/0-Preliminaries.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -822,9 +822,9 @@
822822
],
823823
"metadata": {
824824
"kernelspec": {
825-
"display_name": "Python 2",
825+
"display_name": "Python 3",
826826
"language": "python",
827-
"name": "python2"
827+
"name": "python3"
828828
},
829829
"language_info": {
830830
"codemirror_mode": {
@@ -836,7 +836,7 @@
836836
"name": "python",
837837
"nbconvert_exporter": "python",
838838
"pygments_lexer": "ipython3",
839-
"version": "3.6.8"
839+
"version": "3.7.9"
840840
}
841841
},
842842
"nbformat": 4,

CourseContent/Notebooks/Mapping/1-Introducting Cartopy.ipynb

Lines changed: 10 additions & 10 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/2-Images and GeoTIFFs.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@
281281
],
282282
"metadata": {
283283
"kernelspec": {
284-
"display_name": "Python 2",
284+
"display_name": "Python 3",
285285
"language": "python",
286-
"name": "python2"
286+
"name": "python3"
287287
},
288288
"language_info": {
289289
"codemirror_mode": {
@@ -295,7 +295,7 @@
295295
"name": "python",
296296
"nbconvert_exporter": "python",
297297
"pygments_lexer": "ipython3",
298-
"version": "3.6.8"
298+
"version": "3.7.9"
299299
}
300300
},
301301
"nbformat": 4,

CourseContent/Notebooks/Mapping/3-Working with real data.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@
272272
],
273273
"metadata": {
274274
"kernelspec": {
275-
"display_name": "Python 2",
275+
"display_name": "Python 3",
276276
"language": "python",
277-
"name": "python2"
277+
"name": "python3"
278278
},
279279
"language_info": {
280280
"codemirror_mode": {
@@ -286,7 +286,7 @@
286286
"name": "python",
287287
"nbconvert_exporter": "python",
288288
"pygments_lexer": "ipython3",
289-
"version": "3.6.8"
289+
"version": "3.7.9"
290290
}
291291
},
292292
"nbformat": 4,

CourseContent/Notebooks/Mapping/4-Contouring Global Data.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@
257257
],
258258
"metadata": {
259259
"kernelspec": {
260-
"display_name": "Python 2",
260+
"display_name": "Python 3",
261261
"language": "python",
262-
"name": "python2"
262+
"name": "python3"
263263
},
264264
"language_info": {
265265
"codemirror_mode": {
@@ -271,7 +271,7 @@
271271
"name": "python",
272272
"nbconvert_exporter": "python",
273273
"pygments_lexer": "ipython3",
274-
"version": "3.6.8"
274+
"version": "3.7.9"
275275
}
276276
},
277277
"nbformat": 4,

CourseContent/Notebooks/Mapping/5-WorkingWithPointData.ipynb

Lines changed: 31 additions & 24 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/6-WorkingWithShuttleRadarTopography.ipynb

Lines changed: 50 additions & 36 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/7-WorkingWithOn-DemandMappingServices.ipynb

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/8-GlobalPlateMotionsEtc.ipynb

Lines changed: 11 additions & 34 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/9-HimalayaRegionMapsAndImages.ipynb

Lines changed: 24 additions & 31 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/Mapping/9a-HimalayaRegionMapsAndImages-Pt2.ipynb

Lines changed: 35 additions & 16 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/SolveMathProblems/1-IntroductionToNumericalSolutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@
428428
"name": "python",
429429
"nbconvert_exporter": "python",
430430
"pygments_lexer": "ipython3",
431-
"version": "3.6.8"
431+
"version": "3.7.9"
432432
}
433433
},
434434
"nbformat": 4,

CourseContent/Notebooks/SolveMathProblems/3-FiniteDifferences.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@
523523
"name": "python",
524524
"nbconvert_exporter": "python",
525525
"pygments_lexer": "ipython3",
526-
"version": "3.6.8"
526+
"version": "3.7.9"
527527
}
528528
},
529529
"nbformat": 4,

CourseContent/Notebooks/SphericalMeshing/CartesianTriangulations/Ex2-CartesianGrids.ipynb

Lines changed: 40 additions & 21 deletions
Large diffs are not rendered by default.

CourseContent/Notebooks/SphericalMeshing/SphericalTriangulations/Ex1-Spherical-Triangulations.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -278,21 +278,21 @@
278278
],
279279
"metadata": {
280280
"kernelspec": {
281-
"display_name": "Python 2",
281+
"display_name": "Python 3",
282282
"language": "python",
283-
"name": "python2"
283+
"name": "python3"
284284
},
285285
"language_info": {
286286
"codemirror_mode": {
287287
"name": "ipython",
288-
"version": 2
288+
"version": 3
289289
},
290290
"file_extension": ".py",
291291
"mimetype": "text/x-python",
292292
"name": "python",
293293
"nbconvert_exporter": "python",
294-
"pygments_lexer": "ipython2",
295-
"version": "2.7.14"
294+
"pygments_lexer": "ipython3",
295+
"version": "3.7.9"
296296
}
297297
},
298298
"nbformat": 4,

CourseContent/Notebooks/SphericalMeshing/SphericalTriangulations/Ex2-SphericalGrids.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2451,7 +2451,7 @@
24512451
"name": "python",
24522452
"nbconvert_exporter": "python",
24532453
"pygments_lexer": "ipython3",
2454-
"version": "3.7.2"
2454+
"version": "3.7.9"
24552455
}
24562456
},
24572457
"nbformat": 4,

CourseContent/Notebooks/SphericalMeshing/SphericalTriangulations/Ex5-Smoothing.ipynb

Lines changed: 744 additions & 240 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)