|
142 | 142 | "metadata": {},
|
143 | 143 | "source": [
|
144 | 144 | "## Schools \n",
|
145 |
| - "https://data.cityofnewyork.us/Education/School-Point-Locations/jfju-ynrr\n", |
146 |
| - "\n", |
147 |
| - "" |
| 145 | + "https://data.cityofnewyork.us/Education/School-Point-Locations/jfju-ynrr" |
148 | 146 | ]
|
149 | 147 | },
|
150 | 148 | {
|
151 | 149 | "cell_type": "markdown",
|
152 | 150 | "metadata": {},
|
153 | 151 | "source": [
|
154 | 152 | "## Streets \n",
|
155 |
| - "https://data.cityofnewyork.us/City-Government/NYC-Street-Centerline-CSCL-/exjm-f27b\n", |
156 |
| - "\n", |
157 |
| - "" |
| 153 | + "https://data.cityofnewyork.us/City-Government/NYC-Street-Centerline-CSCL-/exjm-f27b" |
158 | 154 | ]
|
159 | 155 | },
|
160 | 156 | {
|
161 | 157 | "cell_type": "markdown",
|
162 | 158 | "metadata": {},
|
163 | 159 | "source": [
|
164 | 160 | "## Neighborhood Tabulation Areas (NTA) \n",
|
165 |
| - "https://data.cityofnewyork.us/City-Government/Neighborhood-Tabulation-Areas-NTA-/cpf4-rkhq\n", |
166 |
| - "\n", |
167 |
| - "" |
| 161 | + "https://data.cityofnewyork.us/City-Government/Neighborhood-Tabulation-Areas-NTA-/cpf4-rkhq" |
168 | 162 | ]
|
169 | 163 | },
|
170 | 164 | {
|
|
649 | 643 | "name": "stderr",
|
650 | 644 | "output_type": "stream",
|
651 | 645 | "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", |
653 | 647 | " nta_shape.to_file(\"data/nta_shape.shp\")\n"
|
654 | 648 | ]
|
655 | 649 | }
|
|
2263 | 2257 | "name": "stderr",
|
2264 | 2258 | "output_type": "stream",
|
2265 | 2259 | "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", |
2267 | 2261 | "\n",
|
2268 | 2262 | " nta_shape['centroid_column'] = nta_shape.centroid\n"
|
2269 | 2263 | ]
|
|
2538 | 2532 | "name": "stderr",
|
2539 | 2533 | "output_type": "stream",
|
2540 | 2534 | "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", |
2542 | 2536 | "\n",
|
2543 | 2537 | " nta_shape['centroid_column'] = nta_shape.centroid\n"
|
2544 | 2538 | ]
|
|
0 commit comments