Miami Open211 Update #8
Our developer's portal is up! http://miami.open.211.adopta.agency/
Posted on by Greg Bloom
Come join developers, designers, data geeks, leaders, and idea-makers who volunteer to help Miami-Dade government and civic orgs adopt open web technologies.
Our developer's portal is up! http://miami.open.211.adopta.agency/
Posted on by Greg Bloom
Our project is ramping up! Check out the new post from @ernie: Welcome to Miami Open211
I've updated the project summary above. Key stuff:
Work on either of the above OR:
Scope out new 'use cases' with a particular user 'persona' and 'journey.' Email bloom@openreferral.org if you'd like to try a new approach.
We are in the Code for Miami Slack Team under #open211.
Posted on by Greg Bloom
This project was pretty much started and finished in the same night (June 29, 2015). It is a really simple demo of data mining the City of Miami 311 data set. The hard part was rolling back the git commits when I accidentally tried to commit a >100 MB file (#bigDataProblems ?)
Anyways, the IPython Notebook is available to fully reproduce the analysis.
Enjoy! -gully (@gully_)[https://twitter.com/gully_]
Posted on by Michael Gully-Santiago
Here is the running code: https://github.com/herrdragon/busTrackingGps
Posted on by Miguel Herrnsdorf
We made great progress over the weekend: a demo website is up! Check it out: https://miami-ohana-web-search.herokuapp.com
A bunch of issues listed here: https://github.com/Code-for-Miami/ohana-api/issues/2
@eddroid posted this update on slack:
For those of you interested in this project, here's an update.
The Open211 JSON API from 2 hackathons ago is still up and running - Code For Miami Heroku: https://miami-open-211.herokuapp.com/api/ - Code For Miami GitHub: https://github.com/Code-for-Miami/ohana-api
This week I've imported more Switchboard data into the API. In particular you may notice more contact information.
I've merged a few separate repos into CfM's Ohana API repo to make things simpler: - Switchboard's original CSV data and our data mapping proposal is now available at https://github.com/Code-for-Miami/ohana-api/tree/master/data/switchboard - My code that imports Switchboard's CSV data into the API database is now available at https://github.com/Code-for-Miami/ohana-api/tree/master/lib/switchboard - A new rake task "rake switchboard:import" was added at https://github.com/Code-for-Miami/ohana-api/blob/master/lib/tasks/switchboard.rake to trigger the import process
Dployed the Ohana Web Search app: - My Heroku: https://miami-ohana-web-search.herokuapp.com/ - Code For Miami GitHub: https://github.com/Code-for-Miami/ohana-web-search
Miami's Ohana Web Search app talks to Miami's Ohana API app to pull data and display it in a human-friendly format.
Create issues if you find bugs or want to suggest enhancements. - API issues: https://github.com/Code-for-Miami/ohana-api/issues - Web Search issues: https://github.com/Code-for-Miami/ohana-web-search/issues
This issue in particular encompasses many separate issues: https://github.com/Code-for-Miami/ohana-api/issues/2
Posted on by Greg Bloom
We have successfully sent coordinates received from the GPS using GET from the GPRS to a server every 5 seconds. Now we should start building a container and a way to power up the unit for long periods.
Posted on by Miguel Herrnsdorf
Hi folks, I'm hosting a video chat with Catalyst Miami on March 26th at 3pm about the project. Others might be joining up as well.
RSVP here: https://plus.google.com/events/ci5s2r5mc59fgld6loqaliv6hhs
It would be great to be joined by someone from the Code for Miami team who is working on this project (though not a big deal).
Also, I'm hosting a general Orientation next Friday at 3p, just a general overview of the whole initiative — not for folks who are already involved, but if you know someone who should be involved and would like to learn, please share with them: https://plus.google.com/events/coqeovlhfc1l3i99ajuot40o3us
Posted on by Greg Bloom
I’ve coped the repo to https://github.com/Code-for-Miami/ohana-api , and made a handful of starter issues to hopefully tackle today. Please bug me (I’m in the northeast corner of the room in a black shirt, @bryce on slack, etc.) if you need access to the github or slack or whatever :)
Read the full article on github.com »Published on , shared by Bryce Kerley on
Good news: Thanks to the efforts of Chris Scott (@cyberstrike) and Ed Toro (@eddroid), plus our intrepid brigade leaders, we have deployed the Ohana API and loaded a bit of Switchboard's data into it.
Visible here: https://miami-open-211.herokuapp.com https://miami-open-211.herokuapp.com/api/organizations https://miami-open-211.herokuapp.com/api/locations
Ed's forked OhanaAPI repo with mods is here: https://github.com/eddroid/ohana-api
Raw data (not human readable, for use with pg_restore): https://github.com/eddroid/ohana-api/blob/master/data/ohana_api_production.dump
Ed says: I haven't pushed up my scraping code, but it'll go here when it's cleaned up: https://github.com/eddroid/Miami-Open-211
Steps moving forward:
1) Check Ed's first take at field-mapping with Switchboard's tech team. (underway - @greggish)
2) Post and review data-munging code (underway - @eddroid)
3) Transfer into a more official CodeForMiami Heroku account, preferably one validated with a credit card because certain features won't work without it (next step - @rebekahmonson?)
4) Customize front-end of API module (next step - @greggish can help with text))
5) (maybe for CodeAcross) Deploy front-end Ohana Web Search and modify for Miami.
6) scope possible use cases (!)
If all of the above looks good, let's modify the main Code for Miami Open211 README accordingly.
Posted on by Greg Bloom
Ardunio has arrived! We've successfully connected our GPS module and received data.
Posted on by Matt last