Add support to export hazard maps to GeoJSON

Bug #1199654 reported by Lars Butler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenQuake Engine
Fix Released
High
Lars Butler

Bug Description

Hazard map GeoJSON structure:

{'features': [{'geometry': {'coordinates': [-116.0, 41.0], 'type': 'Point'},
               'properties': {'iml': '0.01'},
               'type': 'Feature'},
              {'geometry': {'coordinates': [-116.0, 42.0], 'type': 'Point'},
               'properties': {'iml': '0.02'},
               'type': 'Feature'}],
 'oqmetadata': {'statistics': 'quantile',
                'quantileValue': '0.15',
                'IMT': 'SA',
                'saPeriod': '0.025',
                'saDamping': '5.0',
                'investigationTime': '50.0',
                'poE': '0.1'},
 'oqtype': 'HazardMap',
 'oqnrmlversion': '0.4',
 'type': 'FeatureCollection'}

description: updated
Changed in oq-engine:
status: New → In Progress
milestone: none → 1.0.1
assignee: nobody → Lars Butler (lars-butler)
importance: Undecided → High
Revision history for this message
Lars Butler (lars-butler) wrote :
Changed in oq-engine:
status: In Progress → Fix Committed
Changed in oq-engine:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.