Activity log for bug #823801

Date Who What changed Old value New value Message
2011-08-10 09:14:36 Lars Butler bug added bug
2011-09-08 13:07:50 Muharem Hrnjadovic description We are modeling aggregate loss curves in the database, but we not have a corresponding NRML model. We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model.
2011-09-08 13:07:57 Muharem Hrnjadovic tags nrml
2011-09-08 13:08:08 Muharem Hrnjadovic tags nrml nrml risk
2012-01-12 15:02:29 John Tarter openquake: milestone 0.5.1
2012-01-20 14:29:33 John Tarter openquake: status New Confirmed
2012-01-20 14:29:37 John Tarter openquake: importance Undecided Medium
2012-01-20 14:29:45 John Tarter openquake: assignee Lars Butler (lars-butler)
2012-01-23 16:09:56 Lars Butler description We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs.
2012-01-23 16:49:51 Lars Butler description We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml" xmlns="http://openquake.org/xmlns/nrml/0.3" gml:id="n1"> <!-- riskResult is a gml:Feature --> <riskResult gml:id="alc1"> <config/> <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. --> <aggregateLossCurve> <loss>0.0 100.0 200.0</loss> <poE>0.4 0.2 0.1</poE> </aggregateLossCurve> </riskResult> </nrml>
2012-01-23 16:50:31 Lars Butler description We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml" xmlns="http://openquake.org/xmlns/nrml/0.3" gml:id="n1"> <!-- riskResult is a gml:Feature --> <riskResult gml:id="alc1"> <config/> <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. --> <aggregateLossCurve> <loss>0.0 100.0 200.0</loss> <poE>0.4 0.2 0.1</poE> </aggregateLossCurve> </riskResult> </nrml> [et=8h] [at=] We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml"       xmlns="http://openquake.org/xmlns/nrml/0.3"       gml:id="n1">     <!-- riskResult is a gml:Feature -->     <riskResult gml:id="alc1">         <config/>         <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. -->         <aggregateLossCurve>           <loss>0.0 100.0 200.0</loss>           <poE>0.4 0.2 0.1</poE>         </aggregateLossCurve>     </riskResult> </nrml>
2012-01-23 16:55:00 Lars Butler description [et=8h] [at=] We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml"       xmlns="http://openquake.org/xmlns/nrml/0.3"       gml:id="n1">     <!-- riskResult is a gml:Feature -->     <riskResult gml:id="alc1">         <config/>         <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. -->         <aggregateLossCurve>           <loss>0.0 100.0 200.0</loss>           <poE>0.4 0.2 0.1</poE>         </aggregateLossCurve>     </riskResult> </nrml> [et=8h] [at=] We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. (Aggregate loss curve export: bug # 920543) Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml"       xmlns="http://openquake.org/xmlns/nrml/0.3"       gml:id="n1">     <!-- riskResult is a gml:Feature -->     <riskResult gml:id="alc1">         <config/>         <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. -->         <aggregateLossCurve>           <loss>0.0 100.0 200.0</loss>           <poE>0.4 0.2 0.1</poE>         </aggregateLossCurve>     </riskResult> </nrml>
2012-01-25 14:38:03 Lars Butler openquake: status Confirmed In Progress
2012-02-01 16:11:04 Lars Butler openquake: status In Progress Fix Committed
2012-02-01 16:11:27 Lars Butler description [et=8h] [at=] We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. (Aggregate loss curve export: bug # 920543) Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml"       xmlns="http://openquake.org/xmlns/nrml/0.3"       gml:id="n1">     <!-- riskResult is a gml:Feature -->     <riskResult gml:id="alc1">         <config/>         <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. -->         <aggregateLossCurve>           <loss>0.0 100.0 200.0</loss>           <poE>0.4 0.2 0.1</poE>         </aggregateLossCurve>     </riskResult> </nrml> [et=8h] [at=1.5h] We are modeling aggregate loss curves in the database, but we do not have a corresponding NRML model. For this bug, schema (xsd) and example files need to be created. The actual serializer code and integration into the calculators should be implemented in separate bugs. (Aggregate loss curve export: bug # 920543) Here's what I have in mind for aggregate loss curve XML structure. It's roughly the structure of loss curve results, except simpler. <?xml version="1.0"?> <nrml xmlns:gml="http://www.opengis.net/gml"       xmlns="http://openquake.org/xmlns/nrml/0.3"       gml:id="n1">     <!-- riskResult is a gml:Feature -->     <riskResult gml:id="alc1">         <config/>         <!-- There is a single aggregate loss curve associated with the input exposure model. Thus, there is only a single aggregate loss curve per calculation. -->         <aggregateLossCurve>           <loss>0.0 100.0 200.0</loss>           <poE>0.4 0.2 0.1</poE>         </aggregateLossCurve>     </riskResult> </nrml>
2013-04-05 12:28:36 Lars Butler openquake: status Fix Committed Fix Released