A few simple modifications to a few scripts, and I'm plotting all the (current) points on a map:
Next steps, not necessarily in this order (but maybe?):
- Run all the descriptions through the NLP parser. I don't think I've successfully done that yet.
- Figure out a better plotting scheme. Perhaps a heat map? There are lots of things Google Maps supports.
- Embed the map in a separate page. The page has a time selector (perhaps a drop down with options from 12:00am, 12:15am, all the way to 11:45pm). Have a button to enter the new time, and have the display adapt to show which spots are free during that time.
- Maybe two radio buttons. First, which is default, is current time. Second is a drop down menu.
- Either have a button, or dynamically change whenever things change? Maybe not, until performance is lightning quick.
- Revisit the "remove dashes between times" processing. If there's something like "8-10am", and we separate that into "8" and "10am", the "8" appears hard to figure out as a time by the NLP parser. Should be easy to find these cases.
- If there are degenerate cases like 10-1am, I dunno, what does that even mean? I guess we have to interpret that as 10am to 1am, which is certainly possible. Without any context, we probably can't assume something like 10pm-1am. Perhaps no need to consider these cases.
- Figure out other "no parking" signs. Do they have 4 times? No times, a la "anytime"?
- Plus, all the other types of signs...
No comments:
Post a Comment