-
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
Week 11 - Hartofelis #5
base: master
Are you sure you want to change the base?
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.
This is a great project with a solid real-world impact
## The data | ||
|
||
Geospatial applications are all about working with data. What datasets | ||
would you plan/like to use? If the data you'll be working with isn't | ||
already stored in a way that you can use, how will you be storing your data? | ||
|
||
**We'll be using datasets that we have compiled ourselves, though they are sourced from multiple locations: property valuation data and open data. Our dataset merges these data sources with our predictive data.** | ||
|
||
**As for storage, we were going to attempt to use Github to do so, as that's what we've used in previous class examples. However, if this proves to be insufficient, we will need to look at alternatives.** |
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.
GH will probably be sufficient to your needs. If it gives you any trouble, let me know
@@ -36,6 +44,11 @@ At a high level, how do you expect people to use your application? | |||
- What do they gain from your application' use? | |||
- Are there any website/application examples in the wild to which you can compare your final? | |||
|
|||
**Our main user is Chief Williams of the city of Louisville, though others in the city could also use this. Our intent is that he will use the site to see where we have predicted fires, and where he can identify locations to help to m mitigate them. He'll be able to click grid cells to see data about that area's risk and information - how many people live there, how many fires there have been in the past, and how high we think its risk is. He can also click some tabs on the side to see the community resource areas, at which he can host outreach efforts for the most impact. We're taking a visual cue from this example from last year, which is similar to our project: ** | |||
|
|||
** https://cdn.rawgit.com/YayinC/Quantify-Bike-Share-Demand-Web-App/master/ *** |
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.
Nice. The sluggishness caused by the size of the hex grid in this application will likely be mitigated by your use of mapbox
@@ -55,6 +70,8 @@ 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. | |||
|
|||
**The program will require a lot of different options based on user input. Making sure that we coordinate this cleanly and effectively will be the biggest hurdle we're thinking of.** |
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.
I will often try to sketch this kind of thing out on paper. Basically, I imagine the flow of data (inputs -> outputs) and try to draw up a wire diagram that I can refer back to when I'm writing code
No description provided.