ESM REXEL-run-matching Web-Service
The ESM REXEL-run-matching web-service searches for sets of waveforms, whose spectra, on average, match the target spectrum within a specified tolerance. Data may be filtered by matching analysis options e.g. upper/lower amplitude compatibility, upper/lower period range of compatibility, etc. A complete list of supported options and usage examples is available in the query-options webpage. Requests must use HTTP-POST method.
Feature Notes
- HTTP-POST
target argument is required (the output ZIP file from ESM REXEL-target-spectrum web-service can be passed)
- HTTP-POST
spectra argument is required (the output ZIP file from ESM REXEL-spectra-selection web-service can be passed)
- analysis for the three-components of records (both horizontal, X and Y and vertical, Z) is allowed only when options
run-ID and three-components-flag are set to '7' and '1', respectively
- in the compatibility range between
lower-period and upper-period a minimum of 3 sampled periods have to be present
- output data are provided in compressed archive (format zip) containing several ascii .txt files with Unix line endings:
- list of spectrum-compatible combinations for horizontal/vertical components ('COMB_OUT.TXT' or 'COMB_OUT_Z.TXT')
- summary file resuming the query options ('REXEL_ELABORATION_SUMMARY.TXT')
- in case three-components analysis is performed, the file 'SPECTRAZ_COMB.TXT' is generated, containing spectral ordinates of the vertical components
- maximum execution time is limited to 180 seconds per single request
Related Services
ESM REXEL-run-matching web-service works in combination with:
- ESM REXEL-target-spectrum web-service allows computation of design acceleration 5%-damping elastic spectra
- ESM REXEL-spectra-selection web-service provides machine-friendly access to response spectra included in the ESM Database
- ESM REXEL-disaggregation-values web-service provides the results of hazard disaggregation for 10,760 sites in Italy in terms of a modal terne of joint distribution of magnitudes (M), Joyner-Boore distances (R) and standardized residuals (ε).
- ESM REXEL-bmse-values web-service provides the results of spectrum compatible best matching scenario for sites in Italy in terms of magnitudes (M) and Joyner-Boore distances (R).
- ESM REXEL-outputs web-service returns final results
- ESM REXEL-plot web-service generates visual representation from ESM-REXEL outputs file
Backend Python software used by this web service was originally developed by Puglia R. and Sgobba S., and it is currently maintained by Felicetta C., Russo E., and Sgobba S.