Skip to content

Commit a54fa14

Browse files
committed
apparently markdown is case sensitive on links???
1 parent 586729b commit a54fa14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Intro to Geospatial Data with Python.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
},
112112
"source": [
113113
"## What kinds of GeoSpatial Data is available?\n",
114-
"![](./img/GIS_categories.PNG)\n",
114+
"![](./img/GIS_Categories.PNG)\n",
115115
"### Government\n",
116116
"* Local (MetCouncil, Minneapolis School District)\n",
117117
"* State (DNR, MN PCA, Hennepin County)\n",
@@ -183,7 +183,7 @@
183183
},
184184
"outputs": [],
185185
"source": [
186-
"! conda config --add channels conda-forge "
186+
"! conda config --add channels conda-forge"
187187
]
188188
},
189189
{
@@ -470,7 +470,7 @@
470470
"language_info": {
471471
"codemirror_mode": {
472472
"name": "ipython",
473-
"version": 3
473+
"version": 3.0
474474
},
475475
"file_extension": ".py",
476476
"mimetype": "text/x-python",
@@ -481,5 +481,5 @@
481481
}
482482
},
483483
"nbformat": 4,
484-
"nbformat_minor": 1
485-
}
484+
"nbformat_minor": 0
485+
}

0 commit comments

Comments
 (0)