Activity log for bug #920543

Date Who What changed Old value New value Message
2012-01-23 16:54:18 Lars Butler bug added bug
2012-01-23 16:54:25 Lars Butler openquake: status New Incomplete
2012-02-24 15:07:33 John Tarter openquake: milestone 0.6.0
2012-02-24 15:07:59 John Tarter openquake: assignee Lars Butler (lars-butler)
2012-02-24 15:08:05 John Tarter openquake: importance Undecided High
2012-02-24 15:08:10 John Tarter openquake: status Incomplete Confirmed
2012-02-27 10:06:31 Lars Butler description Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. -------- Analysis -------- From the analysis I've done in the current codebase, the following changes are required to complete this functionality: - Add a new output type to the DB and corresponding model (new output type: 'agg_loss_curve'). The schema is in place for Aggregate loss curves, but it's not being used. - Modify the Event-Based Risk calculator to save the aggregate loss curve (there is only 1 per calculation) to the database. - Create a new XML writer class to write the agg loss curve NRML artifact (see https://github.com/gem/nrml/blob/master/schema/examples/agg-loss-curve.xml). - Create an aggregate loss curve export function within the newly-created export framework. See https://bugs.launchpad.net/openquake/+bug/934166. - Write a QA test for the export (to exercise the export agg loss curve CLI functionality).
2012-02-27 10:11:55 Lars Butler description Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. -------- Analysis -------- From the analysis I've done in the current codebase, the following changes are required to complete this functionality: - Add a new output type to the DB and corresponding model (new output type: 'agg_loss_curve'). The schema is in place for Aggregate loss curves, but it's not being used. - Modify the Event-Based Risk calculator to save the aggregate loss curve (there is only 1 per calculation) to the database. - Create a new XML writer class to write the agg loss curve NRML artifact (see https://github.com/gem/nrml/blob/master/schema/examples/agg-loss-curve.xml). - Create an aggregate loss curve export function within the newly-created export framework. See https://bugs.launchpad.net/openquake/+bug/934166. - Write a QA test for the export (to exercise the export agg loss curve CLI functionality). [et=8h] [at=] Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. -------- Analysis -------- From the analysis I've done in the current codebase, the following changes are required to complete this functionality: - Add a new output type to the DB and corresponding model (new output type: 'agg_loss_curve'). The schema is in place for Aggregate loss curves, but it's not being used. - Modify the Event-Based Risk calculator to save the aggregate loss curve (there is only 1 per calculation) to the database. - Create a new XML writer class to write the agg loss curve NRML artifact (see https://github.com/gem/nrml/blob/master/schema/examples/agg-loss-curve.xml). - Create an aggregate loss curve export function within the newly-created export framework. See https://bugs.launchpad.net/openquake/+bug/934166. - Write a QA test for the export (to exercise the export agg loss curve CLI functionality).
2012-02-27 10:58:20 Lars Butler openquake: status Confirmed In Progress
2012-02-27 18:09:36 Lars Butler description [et=8h] [at=] Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. -------- Analysis -------- From the analysis I've done in the current codebase, the following changes are required to complete this functionality: - Add a new output type to the DB and corresponding model (new output type: 'agg_loss_curve'). The schema is in place for Aggregate loss curves, but it's not being used. - Modify the Event-Based Risk calculator to save the aggregate loss curve (there is only 1 per calculation) to the database. - Create a new XML writer class to write the agg loss curve NRML artifact (see https://github.com/gem/nrml/blob/master/schema/examples/agg-loss-curve.xml). - Create an aggregate loss curve export function within the newly-created export framework. See https://bugs.launchpad.net/openquake/+bug/934166. - Write a QA test for the export (to exercise the export agg loss curve CLI functionality). [et=8h] [at=4h] Bug # 823801 specifies a NRML XML export format for aggregate loss curves. The database model for agg. loss curves already exists. We need to implement a way of exporting this data from the database into NRML format and connect it up to calculator and/or engine code. -------- Analysis -------- From the analysis I've done in the current codebase, the following changes are required to complete this functionality: - Add a new output type to the DB and corresponding model (new output type: 'agg_loss_curve'). The schema is in place for Aggregate loss curves, but it's not being used. - Modify the Event-Based Risk calculator to save the aggregate loss curve (there is only 1 per calculation) to the database. - Create a new XML writer class to write the agg loss curve NRML artifact (see https://github.com/gem/nrml/blob/master/schema/examples/agg-loss-curve.xml). - Create an aggregate loss curve export function within the newly-created export framework. See https://bugs.launchpad.net/openquake/+bug/934166. - Write a QA test for the export (to exercise the export agg loss curve CLI functionality).
2012-02-29 17:45:29 Lars Butler openquake: status In Progress Fix Committed
2013-04-08 09:53:36 Lars Butler openquake: status Fix Committed Fix Released