0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #6 from wafflez180/master More... almost 6 years ago
Added contribution dates dictionary column in totalContribs csv and implemented plotly stat graphs utilizing the totalContribs csv file More... almost 6 years ago
Added a dictionary column of stations and the contributions for users in the contributionTotalsCSV More... almost 6 years ago
Merge pull request #5 from wafflez180/master More... almost 6 years ago
Added duplicate data entry check function More... almost 6 years ago
Merge pull request #4 from wafflez180/master More... almost 6 years ago
Converted code to Python v3.6 (Prev Python v2.7) More... almost 6 years ago
Merge pull request #3 from argysamo/patch-1 More... over 6 years ago
Update NY20002.csv More... over 6 years ago
Merge pull request #2 from mcgov/master More... over 8 years ago
robot message processing -can now accept water depth and temprature measurements from deployed sensors (see Social.Water.Arduino on mcgov) -will store this data in the robot_data dir in /data -robot messages store the entire message in b64 format along with the data, maybe it's time to add this to regular messages too? More... almost 9 years ago
Fixed issue that wiped old data instead of appending data. More... almost 9 years ago
Merge branch 'master' of github.com:mcgov/Social.Water More... almost 9 years ago
Actually commented things! such sloppyness More... almost 9 years ago
Update info.txt More... almost 9 years ago
not sure why this got pushed! More... almost 9 years ago
user/station specific data -non public data is written to 'private' in data -no interal engine is available to process this yet. -TODO: add one, or include whatever scripts we use to generate some graphs. More... almost 9 years ago
lots of updates, bugfix on bad count More... about 9 years ago
updated from site, some small fixes More... about 9 years ago
some bug fixes, more progress on cv turb measurements More... about 9 years ago
PhotoHack progress, calculating color average of a rectangular ROI in an image. More... over 9 years ago
Switched CSV format -encountered an issue with dygraphs and the old csv formatting. -contribution totals are only logged in the contributionTotals.csv file, -no more contribution data is kept in the stationID files. -this is probably better since that data is available for download on the site. -the social_water code now checks whether there is any data available for the state that we're running, if not, it switches into ALL scope and runs the entire scope. More... over 9 years ago
Upgraded to OpenCV3, now developing the processing in c++. More... over 9 years ago
PhotoHack! adding a class to pull meter data from pictures of meters using open cv. There are a few terrible attempts on here, but the current promising one is PhotoHack.py More... over 9 years ago
Template Matching! More... over 9 years ago
Fixed update bug, running on UNSEEN mail no longer deletes everything (huzzaaaah) More... over 9 years ago
Started an OCR script to extract text from user contributed images of meters. More... over 9 years ago
Ok seriously. Bad entry count is working, fixed some bugs that caused incorrect user id calculation. script can also run on only new data now, without wiping all of the old data. More... over 9 years ago
Bad entries counted (finally), overly broad except line fixed. More... over 9 years ago
added count_contributions function in social water. loops over recorded data and counts user contributions. More... over 9 years ago