-
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
Chicago River 2.0 #23
Comments
Just pushed up some bigger changes last night and today. When a CSO is happening, show a Leaflet map and a table of affected riverways: I also set up a front-end view showing historical events. Just pass a date in: http://istheresewageinthechicagoriver.com/?date=2/21/2014 (most recent) This sets us up for some kind of CSO event browser. |
Created a simple history viewer page that links to a detail page for a particular day (described above) |
…y page, added number of outfall locations to history #23
It seems that the number of riverways affected on the history page and the page for a particular date now appear to be inconsistent. You can see for example that the history page above states that 5 riverways were affected on Feb 21, 2014, however the page for that date below states that 10 riverways were affected. On Dec 29, 2013 for example the history page claims that 1 riverway was affected, yet the individual page claims that the rivers were unaffected on that day. |
@mmcdon20 thanks for catching this. The data on our history listing page is scraped from the MWRD CSO report page and the data on our detail page comes from the MWRD CSO map page. Apparently these two MWRD pages don't agree with each other. The report page is likely the more accurate source to cite. I'll update our end to look at just that page. |
Learned something interesting while working on this feature. River segments 30, 31 and 32 are not listed in MWRD's definition list but they indicate when sewage is discharged in to Lake Michigan. |
The text was updated successfully, but these errors were encountered: