Movatterモバイル変換


[0]ホーム

URL:


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

Commitab08e42

Browse files
committed
added geojson snippet
1 parenta05d6fe commitab08e42

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 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_)."
160160
]
161161
},
162162
{
@@ -189,8 +189,8 @@
189189
"cell_type":"markdown",
190190
"metadata": {},
191191
"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."
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":"Python2",
244+
"display_name":"Python3",
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)

[8]ページ先頭

©2009-2025 Movatter.jp