currently the only supported format for the OQ output is NRML. We are planning
to provide tools (i.e. scripts) for visualizing NRML output using GMT (http://gmt.soest.hawaii.edu/).
These tools will be available in the OATS accounts (hopefully by end of November).
As you point out, a converter to a GIS format would also be useful. We will work on this.
For the moment you have to produce a script to read the NRML and convert to a GIS format (e.g. shapefile)
by yourself.
I'm sorry we cannot provide you with these tools right now.
Regards,
Damiano
in NRML the geometry of a 'simple fault' contains a 'faultTrace' element,
while for a 'complex fault' two elements must be provided: 'faultTopEdge' and 'faultBottomEdge'.
They are all defined as 'LineString'. A 'LineString' is defined as a 3D line, meaning that is
a sequence of points, where each point is defined by a triplet (longitude, latitude, depth).
Longitude and latitude are in decimal degrees, while depth is in km and assumed positive
downwards.
In your examples 1.0 and 15.5 represent depth values.
Hope it helps, let me know if more clarification is needed,
Regards,
Damiano
Thanks for the clarification.
Currently I am working on Sumatra faults (1 subduction; 1 crustal) to
generate Hazard curves for Singapore. As I see from the documentation,
GMPEs are hardcoded (user cannot define his own ground motion
attenuation functions), in such case I cannot use them.
If we provide 2 GMPE (from our research published papers ) to
implement in OQ and make available to run model, is it possible? If
so, what are the inputs we need to provide? ELSE is there any way I
can give GMPE inputs as a OQ user?
Regards,
Suresh
Currently GMPEs are hardcoded in OQ, so you can use only those that are implemented.
GMPEs that have been implemented can be found here:
https://github.com/gem/OpenSHA/tree/master/java/org/opensha/sha/imr/attenRelImpl
If you want to use a GMPE that is not among those provided, you have two options:
- you implement the GMPE by yourself (in OpenSHA lite, this requires Java programming).
I can give more details on that if this is an option for you.
- you can make a request to the GEM Model Facility to implement the GMPEs
you need by sending an e-mail to in...@openquake.org.
Hope it helps,
Damiano