BCCN-Prog / weather_2016

For the BCCN 2016 advanced programming project
3 stars 1 forks source link

Reports: first attempt #25

Closed daveh19 closed 8 years ago

daveh19 commented 8 years ago

This will be the second phase of the project/product. The Query Engine will pass output to a Report Engine, which will place it in an attractive format in a PDF document.

In subsequent versions the Report Engine should generate its own queries for fancier reports.

clauslang commented 8 years ago

If we are going to create pdfs directly, we should use reportlab.

Alternatively, as @erensezener suggested, we could generate html files, (e.g. with Beautiful Soup, with which everyone from the former scraping group is now familiar with) which could also be printed as pdfs if need be.

clauslang commented 8 years ago

There is not enough time to implement a report engine that would generate reports automatically.