-
Notifications
You must be signed in to change notification settings - Fork 12
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
changed absolute path to ../data #19
Conversation
lat/long included in cso_events* file (50% of the original entries contains the coord info) nocoord.csv contain the list of location that do not contain the lat/long info
def cso(): | ||
directory='/Users/thoughtworker/chicago-river-sewage/data/' | ||
cso_file='cso_events_timestamped.csv' | ||
def cso(directory='/Users/thoughtworker/chicago-river-sewage/data/', file='cso_events_timestamped.csv', file1='ssmma_mwrd_merge_cleanedup.csv'): |
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.
Machine-specific paths make it difficult for others to use. Just data/
would work here instead, no?
@derekeder how does this lat long merging compare with the work you recently did? |
@fgregg about the same Original manual matching by me: https://www.google.com/fusiontables/embedviz?q=select+col13+from+1FkrNfgMvyi5z2fLAbjxm9Gp-vbbXYHImfy4IOW8&viz=MAP&h=false&lat=41.8781136&lng=-87.62979819999998&t=1&z=10&l=col13&y=2&tmplt=2&hml=TWO_COL_LAT_LNG Matched using csvlink: https://www.google.com/fusiontables/embedviz?q=select+col13+from+1k2DCFpcrf5suym-ockTzqF1yZ_Ei39mzE9ltjuA&viz=MAP&h=false&lat=41.87793706657346&lng=-87.58893930877889&t=1&z=10&l=col13&y=2&tmplt=2&hml=TWO_COL_LAT_LNG Matching by @bsuman79: https://www.google.com/fusiontables/embedviz?q=select+col13+from+1xG7ndilTeCvK4-btOG_2eh2ixx04XTm2zF_ReK4&viz=MAP&h=false&lat=41.91644080711403&lng=-87.70171708386033&t=1&z=10&l=col13&y=2&tmplt=2&hml=TWO_COL_LAT_LNG I found that the inherent matching issue is with MWRD's own TARP database and the scraped CSO event data that @sbeslow got. |
@bsuman79 will you be at the hack night tonight? It would be useful to go over this PR in person |
is the hack night in chicago? On Tue, Jan 28, 2014 at 3:20 PM, Derek Eder [email protected]:
|
It is: http://opengovhacknight.org/ If you're not in town, maybe we could do a Skype/Google Hangout? |
I live in sf. I would be happy to join. Can give me a skype contact i can
|
looks good! merging. |
changed absolute path to ../data
relates to #11 |
lat/long included in cso_events* file (50% of the original entries
contains the coord info)
nocoord.csv contain the list of location that do not contain the
lat/long info