Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab08e42

Browse files
added geojson snippet
1 parent a05d6fe commit ab08e42

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

‎geojson/geojson_stations.ipynb

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
155155
"cell_type": "markdown",
156156
"metadata": {},
157157
"source": [
158-
"### Convert pandas data frame to GEOJSON\n",
159-
"Next we convert the panda data frame to geosjon _FeatureCollection/Feature/Point_. "
158+
"### Convert pandas data frame to GeoJSON\n",
159+
"Next we convert the panda data frame to geosjon objects (_FeatureCollection/Feature/Point_). "
160160
]
161161
},
162162
{
@@ -189,8 +189,8 @@
189189
"cell_type": "markdown",
190190
"metadata": {},
191191
"source": [
192-
"### Save the geojson (FeatureCollection) to a file\n",
193-
"Finally we dump the geojson to a file."
192+
"### Save the GeoJSON (FeatureCollection) to a file\n",
193+
"Finally we dump the GeoJSON objects to a file."
194194
]
195195
},
196196
{
@@ -224,7 +224,9 @@
224224
"cell_type": "markdown",
225225
"metadata": {},
226226
"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)"
228230
]
229231
},
230232
{
@@ -239,21 +241,21 @@
239241
],
240242
"metadata": {
241243
"kernelspec": {
242-
"display_name": "Python 2",
244+
"display_name": "Python 3",
243245
"language": "python",
244-
"name": "python2"
246+
"name": "python3"
245247
},
246248
"language_info": {
247249
"codemirror_mode": {
248250
"name": "ipython",
249-
"version": 2
251+
"version": 3
250252
},
251253
"file_extension": ".py",
252254
"mimetype": "text/x-python",
253255
"name": "python",
254256
"nbconvert_exporter": "python",
255-
"pygments_lexer": "ipython2",
256-
"version": "2.7.12"
257+
"pygments_lexer": "ipython3",
258+
"version": "3.5.2"
257259
}
258260
},
259261
"nbformat": 4,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /