Skip to content

Commit bfcc18c

Browse files
committed
Closes #32
1 parent 947a069 commit bfcc18c

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

workshop/jupyter/content/notebooks/01-introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"\n",
3232
"1. [Introduction](01-introduction.ipynb)\n",
3333
"2. [Geometry](02-geometry.ipynb)\n",
34-
"3. [Projections](03-projections.ipynb)\n",
34+
"3. [Spatial Reference Systems](03-spatial-reference-systems.ipynb)\n",
3535
"4. [Vector data](04-vector-data.ipynb)\n",
3636
"5. [Raster data](05-raster-data.ipynb)\n",
3737
"6. [Data analysis](06-data-analysis.ipynb)\n",

workshop/jupyter/content/notebooks/02-geometry-csc.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@
10301030
"metadata": {},
10311031
"source": [
10321032
"---\n",
1033-
"[<- Introduction](01-introduction.ipynb) | [Projections ->](03-projections.ipynb)\n"
1033+
"[<- Introduction](01-introduction.ipynb) | [Spatial Reference Systems ->](03-spatial-reference-systems.ipynb)\n"
10341034
]
10351035
}
10361036
],

workshop/jupyter/content/notebooks/02-geometry.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551
},
552552
"source": [
553553
"---\n",
554-
"[<- Introduction](01-introduction.ipynb) | [Projections ->](03-projections.ipynb)"
554+
"[<- Introduction](01-introduction.ipynb) | [Spatial Reference Systems ->](03-spatial-reference-systems.ipynb)"
555555
]
556556
}
557557
],

workshop/jupyter/content/notebooks/03-projections.ipynb renamed to workshop/jupyter/content/notebooks/03-spatial-reference-systems.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@
442442
],
443443
"metadata": {
444444
"@webio": {
445-
"lastCommId": "F013F7A55AD140E3B5B5B6404300BB3B",
446-
"lastKernelId": "a01e0137-3367-407e-876c-016d360b8f22"
445+
"lastCommId": "2C74E80D42FF40B6A6C8C1D8807E5869",
446+
"lastKernelId": "b0ed316c-5262-41e8-a447-4b72a47bbb11"
447447
},
448448
"kernelspec": {
449449
"display_name": "Python 3",
@@ -460,7 +460,7 @@
460460
"name": "python",
461461
"nbconvert_exporter": "python",
462462
"pygments_lexer": "ipython3",
463-
"version": "3.6.7"
463+
"version": "3.6.8"
464464
}
465465
},
466466
"nbformat": 4,

workshop/jupyter/content/notebooks/04-vector-data.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@
885885
"metadata": {},
886886
"source": [
887887
"---\n",
888-
"[<- Projections](03-projections.ipynb) | [Raster data ->](05-raster-data.ipynb)\n"
888+
"[<- Spatial Reference Systems](03-spatial-reference-systems.ipynb) | [Raster data ->](05-raster-data.ipynb)\n"
889889
]
890890
}
891891
],

0 commit comments

Comments
 (0)