Skip to content

Commit a33ecbe

Browse files
author
Jeffrey Scarmazzi
committed
Import Changes
1 parent 5dc6bf3 commit a33ecbe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

samples/02_power_users_developers/openstreetmap_exploration.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747
},
4848
"outputs": [],
4949
"source": [
50+
"import time\n",
51+
"\n",
52+
"from osm_runner import Runner # pip install osm-runner\n",
53+
"import pandas as pd\n",
54+
"\n",
5055
"from arcgis.features import FeatureLayer, GeoAccessor, GeoSeriesAccessor\n",
5156
"from arcgis.geoenrichment import enrich\n",
5257
"from arcgis import dissolve_boundaries\n",
5358
"from arcgis.geometry import project\n",
5459
"from arcgis.gis import GIS\n",
5560
"\n",
56-
"from osm_runner import Runner # pip install osm-runner\n",
57-
"\n",
58-
"import pandas as pd\n",
59-
"import time\n",
60-
"\n",
6161
"# Organization Login\n",
6262
"gis = GIS('http://www.arcgis.com', 'username', 'password')"
6363
]

0 commit comments

Comments
 (0)