-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HW11-Anqi Li #14
base: master
Are you sure you want to change the base?
HW11-Anqi Li #14
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty ambitious. If you do find yourself stuck and need to make compromises, aim for more preprocessing of data or only supporting a subset of the entire NY subway system for demo purposes
9.Zip Code-Level Home Value Index and Rental Index -CSV available from Zillow | ||
|
||
Probable data gathering and processing procedure: | ||
1)scrape Dataset 4 from MTA and merge it with Dataset 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you comfortable with this step? I don't want to discourage it, but I also want to make sure you don't take on too much
|
||
Probable data gathering and processing procedure: | ||
1)scrape Dataset 4 from MTA and merge it with Dataset 2 | ||
2)turn Datasets 5,6,8 & 9 into GeoJSON format |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Likely can cram them all into the same vectors since they seem to have the same units of aggregation
@@ -55,6 +98,13 @@ are hard to use and think about. Global variables are a strategy for | |||
coping with that difficulty by breaking data out of the asynchronous | |||
context. | |||
|
|||
Probable difficulties: | |||
1.joininig datasets spatially |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turf can probably do this if you're just looking to label points with values from vectors they're inside of: http://turfjs.org/docs/#tag
No description provided.