Swarthmore / litterfall

Application and Scripts used for the Litterfall Project
0 stars 1 forks source link

Weather needs to be included from SQL database #64

Closed jadams1 closed 10 years ago

jadams1 commented 10 years ago

In order to test the reports page for litterfall, I wrote a python script to turn the CSV export from the old reports page into mongo documents. However, these documents don't include sky or precipitation. Apparently this data is hidden away in the SQL somewhere... eventually we'll probably have to do a real database conversion in order to include this data.

In the meantime any weather data is excluded from the reports page because none of the documents have weather :(

jadams1 commented 10 years ago

I'm closing this issue, because I think we'll need to remigrate all of the old SQL data to mongo somehow. There seems to be trap data missing as well.