|
155 | 155 | "cell_type":"markdown",
|
156 | 156 | "metadata": {},
|
157 | 157 | "source": [
|
158 |
| -"### Convert pandas data frame toGEOJSON\n", |
159 |
| -"Next we convert the panda data frame to geosjon _FeatureCollection/Feature/Point_." |
| 158 | +"### Convert pandas data frame toGeoJSON\n", |
| 159 | +"Next we convert the panda data frame to geosjonobjects (_FeatureCollection/Feature/Point_)." |
160 | 160 | ]
|
161 | 161 | },
|
162 | 162 | {
|
|
189 | 189 | "cell_type":"markdown",
|
190 | 190 | "metadata": {},
|
191 | 191 | "source": [
|
192 |
| -"### Save thegeojson (FeatureCollection) to a file\n", |
193 |
| -"Finally we dump thegeojson to a file." |
| 192 | +"### Save theGeoJSON (FeatureCollection) to a file\n", |
| 193 | +"Finally we dump theGeoJSON objects to a file." |
194 | 194 | ]
|
195 | 195 | },
|
196 | 196 | {
|
|
224 | 224 | "cell_type":"markdown",
|
225 | 225 | "metadata": {},
|
226 | 226 | "source": [
|
227 |
| -"Just have a look at the resulat [stations.geojson](stations.geojson)" |
| 227 | +"### Result\n", |
| 228 | +"You can find the resulat (GeoJSON file) from this snippet here\n", |
| 229 | +"- [stations.geojson](stations.geojson)" |
228 | 230 | ]
|
229 | 231 | },
|
230 | 232 | {
|
|
239 | 241 | ],
|
240 | 242 | "metadata": {
|
241 | 243 | "kernelspec": {
|
242 |
| -"display_name":"Python2", |
| 244 | +"display_name":"Python3", |
243 | 245 | "language":"python",
|
244 |
| -"name":"python2" |
| 246 | +"name":"python3" |
245 | 247 | },
|
246 | 248 | "language_info": {
|
247 | 249 | "codemirror_mode": {
|
248 | 250 | "name":"ipython",
|
249 |
| -"version":2 |
| 251 | +"version":3 |
250 | 252 | },
|
251 | 253 | "file_extension":".py",
|
252 | 254 | "mimetype":"text/x-python",
|
253 | 255 | "name":"python",
|
254 | 256 | "nbconvert_exporter":"python",
|
255 |
| -"pygments_lexer":"ipython2", |
256 |
| -"version":"2.7.12" |
| 257 | +"pygments_lexer":"ipython3", |
| 258 | +"version":"3.5.2" |
257 | 259 | }
|
258 | 260 | },
|
259 | 261 | "nbformat":4,
|
|