Skip to content

Commit 42b068f

Browse files
Mark BauerMark Bauer
Mark Bauer
authored and
Mark Bauer
committed
fixing markdown lists in notebooks, deleting spaces again
1 parent c20d571 commit 42b068f

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

1-reading-writing-files.ipynb

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"Table of Contents\n",
1818
"=================\n",
1919
"\n",
20-
" Getting Started \n",
21-
" - Search NYC Open Data in Google \n",
22-
" - Search \"Building Footprints\" in NYC Open Data search bar \n",
23-
" - Select \"Building Footprints\" Dataset \n",
24-
" - The Building Footprints Dataset Page \n",
25-
" 1. Reading In Data from Local Folder \n",
26-
" 1.1 Reading in a CSV file \n",
27-
" 1.2 Reading in an Excel file \n",
28-
" 1.3 Reading in a JSON file \n",
29-
" 1.4 Reading in a Shapefile \n",
30-
" 1.5 Reading in a GeoJSON file \n",
20+
" Getting Started\n",
21+
" * Search NYC Open Data in Google \n",
22+
" * Search \"Building Footprints\" in NYC Open Data search bar \n",
23+
" * Select \"Building Footprints\" Dataset \n",
24+
" * The Building Footprints Dataset Page \n",
25+
" 1. Reading In Data from Local Folde\n",
26+
" * 1.1 Reading in a CSV file \n",
27+
" * 1.2 Reading in an Excel file \n",
28+
" * 1.3 Reading in a JSON file \n",
29+
" * 1.4 Reading in a Shapefile \n",
30+
" * 1.5 Reading in a GeoJSON file \n",
3131
" 2. Reading In Data from the Web \n",
32-
" 2.1 Unzipping and reading in data as csv to local folders \n",
33-
" 2.2 Unzipping and reading in data as csv from local folder \n",
34-
" 2.3 Unzipping and reading in data as csv in memory \n",
32+
" * 2.1 Unzipping and reading in data as csv to local folders \n",
33+
" * 2.2 Unzipping and reading in data as csv from local folder \n",
34+
" * 2.3 Unzipping and reading in data as csv in memory \n",
3535
" 3. Reading In Data from NYC Open Data \n",
36-
" 3.1 Reading in data as csv in static form \n",
37-
" 3.2 Reading in data as json in static form \n",
38-
" 3.3 Reading in shapefile data \n",
39-
" 3.4 Reading in data from Socrata Open Data API (SODA) \n",
36+
" * 3.1 Reading in data as csv in static form \n",
37+
" * 3.2 Reading in data as json in static form \n",
38+
" * 3.3 Reading in shapefile data \n",
39+
" * 3.4 Reading in data from Socrata Open Data API (SODA) \n",
4040
" 4. Writing Out Data \n",
41-
" 4.1 Writing to a CSV file \n",
42-
" 4.2 Writing to a Excel (xlsx) file \n",
43-
" 4.3 Writing to a JSON file \n",
44-
" 4.4 Writing to a Shapefile \n",
41+
" * 4.1 Writing to a CSV file \n",
42+
" * 4.2 Writing to a Excel (xlsx) file \n",
43+
" * 4.3 Writing to a JSON file \n",
44+
" * 4.4 Writing to a Shapefile \n",
4545
" 5. Conclusion"
4646
]
4747
},

4-geospatial-data-mapping.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@
5050
" * 9.6 Voroni Map\n",
5151
" * 9.7 Quadtree Map\n",
5252
" 10. Relationship Tests\n",
53-
" 11. Set Operations with Overlay\n",
53+
" 11. Set Operations with Overlay\n",
5454
" * 11.1 Union\n",
5555
" * 11.2 Intersection\n",
5656
" * 11.3 Symmetric Difference\n",
5757
" * 11.4 Difference\n",
5858
" * 11.5 Identity\n",
5959
" * 11.6 Aggregation with Dissolve\n",
60-
" 12. Additional Attributes and Methods\n",
60+
" 12. Additional Attributes and Methods\n",
6161
" * 12.1 Unary Predicates\n",
6262
" * 12.2 Binary Predicates\n",
6363
" * 12.2.1 Centroids vs. Representative Points\n",

0 commit comments

Comments
 (0)