Eric Thompson
Eric Thompson
This was first identified by @jrekoske-usgs. It seems sometimes when we load an ASDF file, grab the StationStream, and then write it to a file using the ObsPy writers, we...
When we end up with a Stream (not a StationStream) with many traces in it (e.g., a structural or geotech array) our free field checking code will fail. This is...
Simplest thing is to store the ShakeMap rupture.json somewhere, but we also need to support more complex representations like the FSP format or other. @baagaard-usgs What is your preferred fault...
FDSN fetchers should support variable radius and time_after query parameters based on magnitude of the earthquake.
We already have a USC V2 file in the tests directory here: https://github.com/usgs/groundmotion-processing/blob/master/tests/data/usc/ci3144585/017m30bt.s0a But the tests conspicuously ignore it, which is probably because the USC reader only supports V1 processing.
Currently, we basically ignore location code. Presumably it should be useful for distinguishing between different locations on a downhole or structural array but this doesn't seem to be reliable. For...
Also, flagged channels have a hover question mark that seems like it was trying to communicate something but it seems like it isn't functioning properly. Perhaps this is best to...
[Campbell and Bozorgnia (2019)](https://journals.sagepub.com/doi/full/10.1193/090818EQS212M) give new models for CAV and IA. I noticed that the previous model for CAV (Cambel and Bozorgnia, 2010) is included in the [CampbellBozorgnia2008](https://github.com/gem/oq-engine/blob/master/openquake/hazardlib/gsim/campbell_bozorgnia_2008.py) class as...
The Zhao et al. (2006) GMPEs have been updated, and I'm putting in this issue to request new GSIM classes for the Zhao et al. (2016) GMPEs for subduction zones...
At least one GMPE that uses a depth parameter does not require the depth parameter in the SitesContext (e.g., BooreEtAl2014). Other GMPEs require the depth parameter (e.g., AbrahamsonEtAl2014, CampbellBozorgnia2014, ChiouYoungs2014)....