-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ISC event syncing with seiscomp3 #32
Comments
Yes indeed…
|
Clarified some points with @alexgorb about narrowing the search for ISC events for the ultimate purpose of inversion. We need to search for ISC events with epicenters that lie within the rectangular region drawn above plus a radius of 90 degrees. The time frame needs to be starting from when the ENGDAHL events ended i.e. 31st March 2009 up-to 1st October 2014, the date upto which ISC has reviewed events, as of this writing. Within the above region, events with only magnitude 3 and above need to be considered. And for the region outside this spherical region, we need to consider events 5 magnitude and above. |
After taking the inputs from @alexgorb, the scripts at https://github.com/GeoscienceAustralia/passive-seismic/tree/pst-12/isc-events have been fired on an aws ec2 instance in London region. The script is current running and should generate the isc events for the period starting 1st April 2009 upto 1st October 2014, unless there are any connectivity or other issues encountered. The events are being dumped for a 1 hour interval. So, in case if therea re any errors encountered, we will know what failed and those can be retried later. |
The running script hit an unexpected condition and could not finish. For one of the 1 hour slots, the quakeml response returned was:
Will handle it in the scripts and re-trigger. |
Some of the quakeml responses are like below:
Once this pass of 3 threads running in parallel is complete, will re-run for the time slots that did not return valid events quakeml. |
125351 ISC reviewed events have been dumped into SC3ML files.
And 26745 attempts to query the isc server have not returned results. Each attempt is for 1 hour time period. Typically, one hour has 2 to 6 events. So we are looking at another ~75K events, could be more. Will fire the scripts with the failed attempts. |
Have updated the scripts to factor in the re-running of failed attempts. Also re-factored code. The modified script has been fired to get the missed isc events. |
The bulk of the ISC events have been downloaded:
Only about 400 hours (or ~17 days worth of events) of more downloading remains:
Have re-triggered to download the differential. Next step is to ingest these events and the engdahl events into the POC Seiscomp3 instance and re-review with @alexgorb. Also, the receiver function environment setup seems to be ready as well as the FDSN webservice setup should be up and running. If everything goes fine, we should be able to see the receiver functions being generated for the ISC/ENGDAHL events. But, I guess this will take some time. |
Jira task PST-217 |
@alexgorb says we need to have a provision to use the events as reported by ISC. We can use this service for that: http://www.isc.ac.uk/iscbulletin/search/bulletin/
We can download
quakeml
s, useobspy
to convert tosc3ml
and ingest intoseiscomp3
.The text was updated successfully, but these errors were encountered: