oq-engine-server: Implement 'list calc results' views
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenQuake Engine |
Fix Released
|
High
|
Lars Butler |
Bug Description
URL:
/vX/calc/
Response:
List of {id, name, type, url} objects, as JSON.
Example:
[{'id': 1, 'name': 'mean curves PGA', 'type': 'hazard_curve', 'url': 'http://
The urls in the response can be used to stream the result as XML/GeoJSON.
Open issue: Since some results (at the time of this writing, hazard_maps and loss_maps only) are available in XML or GeoJSON. The actual result download API endpoint (http://
description: | updated |
description: | updated |
Changed in oq-engine: | |
assignee: | nobody → Lars Butler (lars-butler) |
status: | New → In Progress |
importance: | Undecided → High |
Changed in oq-engine: | |
status: | Fix Committed → Fix Released |
milestone: | none → 1.2.1 |
Pull request: https:/ /github. com/gem/ oq-engine- server/ pull/4