-
Notifications
You must be signed in to change notification settings - Fork 11
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
Scrape patco elevator status page and create new endpoint (like septa's) and apply results to map (storing outage history etc) #16
Comments
I'll try this. I need to scrape (http://www.ridepatco.org/schedules/alerts.asp), store the statuses in the mongo db, and update the 17 stations on the red line on the mapbox map, right? |
Awesome that you want to help! I don't think you need to store the result of the scrape in Mongo (for now), but that could be an option if we want to cache once we get it working... Here's what I was thinking...
Will you be at CodeForPhilly next week? We can catch up, and I can help with any setup you need. |
Ok, I'll see what I can do. Not sure if I'll be at the next meeting but I'm around if you wanna chat on IRC or email or whatever. Should I add escalator outage information also, or just elevator status? |
Next steps:-
(if you prefer a different approach, that's cool too.... the one I'm proposing should mean that the stations are updated on the UI.. .the only change on the UI side I think will be to change the way the info box gets populated to add a call to the PATCO endpoint and populate a new PATCO section/links) |
Ok, I'll give it a shot. I need to tweak the update time too (it returns the time of the scrape, not the time the statuses were updated). Wont be able to make the meeting this week. |
Sorry to miss you; hack4access this weekend. |
Still working on this... I fixed the "time updated" problem but I'm still working on the other changes. |
Hey James, I see that you're planning to attend the Philly.rb meetup. I will be there maybe we can catch up. |
Cool, I'll see you later |
Sorry I missed you; couldn't make it. |
No prob. I had a good conversation about mongodb at the meetup so I'm going to take another shot at the issue this weekend.
|
Excellent thanks! BTW, I'm doing some cleanup on the script that loads the stations to Mongo on my local machine and will push into the repo. |
Hey James. My email is [email protected]. Maybe it's better to communicate that way. |
No description provided.
The text was updated successfully, but these errors were encountered: