Skip to content

Commit 02e39cb

Browse files
Mark BauerMark Bauer
authored andcommitted
fixing typo
1 parent cf4e1e5 commit 02e39cb

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

4-geospatial-data-mapping.ipynb

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -142,29 +142,23 @@
142142
"metadata": {},
143143
"source": [
144144
"## Schools \n",
145-
"https://data.cityofnewyork.us/Education/School-Point-Locations/jfju-ynrr\n",
146-
"\n",
147-
"![schools](images/schools.png)"
145+
"https://data.cityofnewyork.us/Education/School-Point-Locations/jfju-ynrr"
148146
]
149147
},
150148
{
151149
"cell_type": "markdown",
152150
"metadata": {},
153151
"source": [
154152
"## Streets \n",
155-
"https://data.cityofnewyork.us/City-Government/NYC-Street-Centerline-CSCL-/exjm-f27b\n",
156-
"\n",
157-
"![schools](images/streets.png)"
153+
"https://data.cityofnewyork.us/City-Government/NYC-Street-Centerline-CSCL-/exjm-f27b"
158154
]
159155
},
160156
{
161157
"cell_type": "markdown",
162158
"metadata": {},
163159
"source": [
164160
"## Neighborhood Tabulation Areas (NTA) \n",
165-
"https://data.cityofnewyork.us/City-Government/Neighborhood-Tabulation-Areas-NTA-/cpf4-rkhq\n",
166-
"\n",
167-
"![schools](images/neighborhood-tabulation-areas.png)"
161+
"https://data.cityofnewyork.us/City-Government/Neighborhood-Tabulation-Areas-NTA-/cpf4-rkhq"
168162
]
169163
},
170164
{
@@ -649,7 +643,7 @@
649643
"name": "stderr",
650644
"output_type": "stream",
651645
"text": [
652-
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_1223/500934820.py:2: UserWarning: Column names longer than 10 characters will be truncated when saved to ESRI Shapefile.\n",
646+
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_2515/500934820.py:2: UserWarning: Column names longer than 10 characters will be truncated when saved to ESRI Shapefile.\n",
653647
" nta_shape.to_file(\"data/nta_shape.shp\")\n"
654648
]
655649
}
@@ -2263,7 +2257,7 @@
22632257
"name": "stderr",
22642258
"output_type": "stream",
22652259
"text": [
2266-
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_1223/874088796.py:2: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
2260+
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_2515/874088796.py:2: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
22672261
"\n",
22682262
" nta_shape['centroid_column'] = nta_shape.centroid\n"
22692263
]
@@ -2538,7 +2532,7 @@
25382532
"name": "stderr",
25392533
"output_type": "stream",
25402534
"text": [
2541-
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_1223/2481497955.py:3: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
2535+
"/var/folders/2_/t32jmn4n7cs9v7ll96cqlmn00000gn/T/ipykernel_2515/2481497955.py:3: UserWarning: Geometry is in a geographic CRS. Results from 'centroid' are likely incorrect. Use 'GeoSeries.to_crs()' to re-project geometries to a projected CRS before this operation.\n",
25422536
"\n",
25432537
" nta_shape['centroid_column'] = nta_shape.centroid\n"
25442538
]

0 commit comments

Comments
 (0)