|
61 | 61 | },
|
62 | 62 | {
|
63 | 63 | "cell_type": "code",
|
64 |
| - "execution_count": 1, |
| 64 | + "execution_count": 2, |
65 | 65 | "metadata": {
|
66 | 66 | "ExecuteTime": {
|
67 |
| - "end_time": "2020-08-06T13:18:09.338640Z", |
68 |
| - "start_time": "2020-08-06T13:18:09.252262Z" |
| 67 | + "end_time": "2020-08-06T14:46:08.595382Z", |
| 68 | + "start_time": "2020-08-06T14:46:08.505509Z" |
69 | 69 | }
|
70 | 70 | },
|
71 | 71 | "outputs": [],
|
|
88 | 88 | },
|
89 | 89 | {
|
90 | 90 | "cell_type": "code",
|
91 |
| - "execution_count": 2, |
| 91 | + "execution_count": 7, |
92 | 92 | "metadata": {
|
93 | 93 | "ExecuteTime": {
|
94 |
| - "end_time": "2020-08-06T13:18:10.351958Z", |
95 |
| - "start_time": "2020-08-06T13:18:09.809013Z" |
| 94 | + "end_time": "2020-08-06T14:50:39.740475Z", |
| 95 | + "start_time": "2020-08-06T14:50:39.242606Z" |
96 | 96 | }
|
97 | 97 | },
|
98 | 98 | "outputs": [
|
99 | 99 | {
|
100 | 100 | "data": {
|
101 | 101 | "text/plain": [
|
102 |
| - "[Location(Cambridge, UK, (52.2053855332241, 0.12181995849728, 0.0))]" |
| 102 | + "[Location(Cambridge, Cambridgeshire, East of England, England, United Kingdom, (52.2034823, 0.1235817, 0.0)),\n", |
| 103 | + " Location(Cambridge, Cambridgeshire, East of England, England, United Kingdom, (52.2034823, 0.1235817, 0.0)),\n", |
| 104 | + " Location(Cambridge, Middlesex County, Massachusetts, United States of America, (42.3750997, -71.1056157, 0.0)),\n", |
| 105 | + " Location(Cambridge, Waterloo Region, Southwestern Ontario, Ontario, N1R 1T7, Canada, (43.3600536, -80.3123023, 0.0)),\n", |
| 106 | + " Location(Cambridge, Henry County, Illinois, United States of America, (41.3036472, -90.1928971, 0.0)),\n", |
| 107 | + " Location(Cambridge, Isanti County, Minnesota, 55008, United States of America, (45.5727408, -93.2243921, 0.0)),\n", |
| 108 | + " Location(Cambridge, Story County, Iowa, 50046, United States of America, (41.8990768, -93.5294029, 0.0)),\n", |
| 109 | + " Location(Cambridge, Dorchester County, Maryland, 21613, United States of America, (38.5714624, -76.0763177, 0.0)),\n", |
| 110 | + " Location(Cambridge, Guernsey County, Ohio, 43725, United States of America, (40.031183, -81.5884561, 0.0)),\n", |
| 111 | + " Location(Cambridge, Jefferson County, Kentucky, United States of America, (38.2217369, -85.616627, 0.0))]" |
103 | 112 | ]
|
104 | 113 | },
|
105 |
| - "execution_count": 2, |
| 114 | + "execution_count": 7, |
106 | 115 | "metadata": {},
|
107 | 116 | "output_type": "execute_result"
|
108 | 117 | }
|
109 | 118 | ],
|
110 | 119 | "source": [
|
111 |
| - "geocoder = geopy.geocoders.GeocodeFarm()\n", |
| 120 | + "geocoder = geopy.geocoders.Nominatim(user_agent=\"mphy0021\")\n", |
112 | 121 | "geocoder.geocode('Cambridge', exactly_one=False)"
|
113 | 122 | ]
|
114 | 123 | },
|
|
0 commit comments