gmpe-smtk icon indicating copy to clipboard operation
gmpe-smtk copied to clipboard

Python and OpenQuake-based Toolkit for Analysis of Strong Motions and Interpretation of GMPEs

Results 18 gmpe-smtk issues
Sort by recently updated
recently updated
newest added

This commit includes new functions for plotting of loglikelihood, sample loglikelihood based gmpe weighting and EDR ranking w.r.t. spectral period, and produces tables corresponding to these outputs. These functions are...

Dear developers, Recently I started having problems when I include NGA East relations in the Trellis plots module. If I include any of those relations (for example, DarraghEtAl2015NGAEast1CVS), I get...

this should be faster and i think improves readability: def get_significant_duration(acceleration, time_step, start_level=0., end_level=1.0): """ Returns the significant duration of the record """ assert end_level >= start_level husid, time_vector =...

Hello OQ team, I was wondering if there is any manual or notebook example (even beta version!) to help with using the SMTK? Cheers :)

Thanks to the author for the open source code gmpe-smtk. Can you provide guidance or examples on how to use this code for beginners?

Hi, I found a problem in the SARA flatfile parser. The event.rupture had no attached surface object. Stéphane

`setup.py` set's the version of 'gmpe-smtk' to that of the currently installed 'openquake' lib. Is that necessary or a good idea? Why is that needed? Also this enforced an order...

In `gmpe-smtk/smtk/smoothing/konno_ohmachi.py` getting this error `NameError: name 'xrange' is not defined`

Currently the comparison of GMPEs to data is undertaken in the `smtk.residuals.gmpe_residuals.Residuals` class. The various tools for analysis the model fit (Likelihood, LLH, EDR, MultivariateLLH) all subclass the Residuals object,...