-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first cut jupyter book * update requirements * copy workflow * update invocation paths * fix folder typos * restructure + change toc * update toc location + references * update action flow * update toc dir to root * reorganize book project * fix toc * update toc * dedup syllabus * try out sections * add titles to assignments
- Loading branch information
1 parent
59341bf
commit 1a69281
Showing
225 changed files
with
1,140,107 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
Data/* | ||
.DS_Store | ||
Tutorials/cache/ | ||
Tutorials/cache/ | ||
Book/output_book/mappluto.fgb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Loading and visualizing data | ||
Load and visualize a dataset of interest, either from [NYC Open Data](https://opendata.cityofnewyork.us/) or elsewhere. (If you already have an idea of what your final project topic will be, this would be a good opportunity to get a head start on that). | ||
|
||
Explore its metadata and attributes, and hone in on one or two attributes in particular of interest. Provide explanation (numeric, graphical, textual) of what the attribute can and cannot tell us. Save the dataset out to the file format of your choice (but know why you chose that format). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Geoprocessing | ||
|
||
Create a dataset that expresses a narrative from part of your daily life, either now or in the past. This can be based on a mental map of your experience in New York / another city, based on geolocated map tracks (i.e. Google Maps history), or some other source. Based on the data type (point, line, polygon), consider how it would or could relate to other datasets that lend themselves to describing your mental image of the city- subway routes, the location of open space, your favorite coffee cart, etc. We will spend time in the next class relating these kinds of datasets together. | ||
- Use https://geojson.io/, https://play.placemark.io/, QGIS, or another software to create your dataset | ||
- **You must submit a GeoJSON file of your dataset, along with a proposed related dataset, via [tk], along with a proposed workflow for relating the two (expressed as a diagram)**. Ideally the related dataset will be something you have access to, but if not, describe how you would propose creating it. Come prepared to discuss, we will talk through a couple of examples next class. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Networks | ||
|
||
Define a network, and calculate the distance between different elements of it. Discuss the experiential differences between Euclidean and network distance for the objects in question. Bonus points (in the form of kudos) for quantitative exploration of the network as described in Xin et al. (2022). | ||
|
||
Provide a notebook with the research statement clearly stated, and step through the creation of the network; the nodes for which you are measuring distance; and your reflection on the results. You should produce a series of maps and charts to show your work. |
Binary file not shown.
Binary file added
BIN
+38.3 MB
Book/output_book/_build/.doctrees/complex_notebook_playground.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 53e4387f4d39099d62e0fd8944cbc4c4 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Oops, something went wrong.