Application to plot ground motion vs magnitude.
Services used from nshmp-ws, https://earthquake.usgs.gov/ws/nshmp/data/.
Example of services called:
Main application entrypoint.
See AppComponent.
Application about page.
See AboutComponent.
Main content with Angular material tabs for different content.
See ContentComponent.
Control panel for application, form fields and buttons to plot ground motion vs distance.
Control panel form fields GMM event parameters.
Summary of form field values used to call service.
See ParameterSummaryComponent.
Control panel form fields GMM path parameters.
Ground motion vs. distance plot.
See PlotsComponent.
Plot settings.
See SettingsComponent.
Control panel form fields GMM site parameters.
Control panel form fields GMM source parameters.
See SourceParametersComponent.