{% if not config['header'] %}
|
||||||||||||
Potential Impacts: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %} | ||||||||||||
{{ config.intro.text }} | ||||||||||||
Earthquake Details | ||||||||||||
{% if web is sameas false %}
Magnitude: {{ shakemap.event.magnitude }}, ShakeMap ID: {{ shakemap.shakemap_id }}-{{ shakemap.shakemap_version }} , Location: {{ shakemap.event.place }}, Latitude-Longitude: {{ shakemap.event.lat }}, {{ shakemap.event.lon }}, Local Time: {{ shakemap.event.timestamp() }} |
||||||||||||
Summary of Potential Impacts: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %} | ||||||||||||
{% if config['summary'] and config.summary.max_metric == 'psa10' %}
Maximum PSA (1.0): {{ fac_details.max_psa10 }} %g
{% elif config['summary'] and config.summary.max_metric == 'pga' %}
Maximum PGA: {{ fac_details.max_pga }} %g
{% elif fac_details.max_mmi %}
Maximum MMI: {{ fac_details.max_mmi }}
{% else %}
Maxiumum Shaking: None
{% endif %}
Total number of facilities analyzed: {{ fac_details.all }} Summary by impact rank:
|
||||||||||||
List of Potentially Impacted Facilities: {% if notification %} {{ notification.group.facility_type or 'None' }} {% endif %} | ||||||||||||
{{ config.table.intro }}
| ||||||||||||
{% for footnote in config.table.footnotes %}
{{ footnote }}
{% endfor %} |
||||||||||||
ShakeCast Server | ||||||||||||
|