I am trying to export hazard curves and UHS for individual logic tree realisations (not just the default mean statistics). I understand this section in the manual:
By default, OpenQuake will export only the statistical results, i.e. mean curves and quantiles.
If the user requires the complete results for all realizations, there is a specific command for
that, ‘oq extract hazard/all‘.
- Does a specific line in the job.ini file need to be added to get individual curves?
Traceback (most recent call last):
File "c:\program files\openquake engine\python3.6\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "c:\program files\openquake engine\python3.6\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "C:\Program Files\OpenQuake Engine\python3.6\Scripts\oq.exe\__main__.py", line 7, in <module>
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\commands\__main__.py", line 54, in oq
parser.callfunc()
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\baselib\sap.py", line 181, in callfunc
return self.func(**vars(namespace))
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\baselib\sap.py", line 251, in main
return func(**kw)
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\commands\extract.py", line 35, in extract
obj = Extractor(calc_id).get(what)
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\calculators\extract.py", line 1255, in get
aw = extract(self.dstore, what)
File "c:\program files\openquake engine\python3.6\lib\site-packages\openquake\calculators\extract.py", line 175, in __call__
data = self[k](dstore, v)
KeyError: 'hazard'
Thank you for your time.