-
@emthompson-usgs @mhearne-usgs
The `event.json` file that is required in the data directory for each event looks to have a custom layout rather than matching the geojson layout of ComCat geojson f…
-
While not useful in most cases for data centers, it is often useful in research to associate an event with a time series within a single file. For example, the sac file format has headers for event la…
-
When requesting HTML output (`html_report=True`), but without station map (`plot_station_map=False`), the following error occurs:
```
File "C:\Users\kris\Documents\Python\cloned_repos\sourcespec\s…
-
Hi,
While trying to convert Anthony Lomax's [Early-est](http://alomax.free.fr/projects/early-est/warning.html) QuakeML files, an exception occurs and import is failed.
obspy: 1.1.0 (Enthought)
Py…
-
See https://github.com/obspy/obspy/pull/1376#issuecomment-262844025
> It would be nice if obspy.core.event.Catalog.write() passed a "verbose" parameter on to obspy.io.quakeml.core._write_quakeml() …
-
There was one attribute of Magnitude that was not interpreted (see https://github.com/obspy/obspy/commit/001e781fd2b17c839a8b644faca56870c1dcf262). Maybe we should make a test case writing/reading one…
-
Hello,
Appreciate your support as we have an issue while updating the "evaluation_status" for Origins as we tried to set it to value="reported" but it failed with the error below:
`Error updatin…
-
Hi again-
We have not been able to get nice correlations between synthetic and observed waveforms in Gisola. Using the same data / events in Isola (or other similar codes) generally works very well…
-
Please see the following example:
``` python
import sys, obspy.core.event
catalog = obspy.core.event.read_events(sys.argv[1])
for event in catalog:
for origin in event.origins:
print or…
jsaul updated
2 years ago
-
### Avoid duplicates
- [X] I searched existing issues
### Bug Summary
Hi,
I'm not able to import QUAKEML file with read_events.
I tried with several different files and import these was always …