Service for Indonesia Event #8
Replies: 2 comments
-
Hi @madlazim, You need to modify the respective file: https://github.com/nikosT/Gisola/wiki/Configuration. According to your link, you need to change: # This service is used to provide Gisola with a catalog of
# seismic events, either for real-time or past-time operation.
# FDSNWS-event service can only be used here.
Event:
Host: http://geofon.gfz-potsdam.de And also, if you want real-time monitoring you need to alter coordinates on Geobox in your area (see example below): Watcher:
...
Geobox: (20.3054,37.2037), (22.4079,33.6323), (27.0569,33.8793), (30.3113,35.8225), (27.4245,41.5998), (24.9779,42.0729), (21.7796,41.8349), (18.6751,40.6285), (20.3054,37.2037) # null indicates not bounds
... Otherwise, if you need to just run specific events, you can download it from the geofon.gfz-potsdam.de FDSNWS-event the list of the events in QuakeML (e.g. using obspy)). See FDSNWS-event specifications (to limit to your geographical area and perhaps magnitude type and size, etc) at https://www.fdsn.org/webservices/fdsnws-event-1.2.pdf. When you download the XML file (e.g. events.xml), you just need to feed the program with it (such as the test benchmark): ./gisola.py --event-xml events.xml |
Beta Was this translation helpful? Give feedback.
-
Hi Nikos,
Many thanks for your quick reply. I will do it based on your suggestion.
Best regards,
Madlazim
…On Sun, Dec 26, 2021 at 12:25 AM Nikolaos Triantafyllis < ***@***.***> wrote:
Hi @madlazim <https://github.com/madlazim>,
You need to modify the respective file:
https://github.com/nikosT/Gisola/wiki/Configuration.
According to your link, you need to change:
# This service is used to provide Gisola with a catalog of # seismic events, either for real-time or past-time operation. # FDSNWS-event service can only be used here.Event:
Host: http://geofon.gfz-potsdam.de
And also, if you want real-time monitoring you need to alter coordinates
on Geobox in your area (see example below):
Watcher:
...
Geobox: (20.3054,37.2037), (22.4079,33.6323), (27.0569,33.8793), (30.3113,35.8225), (27.4245,41.5998), (24.9779,42.0729), (21.7796,41.8349), (18.6751,40.6285), (20.3054,37.2037) # null indicates not bounds
...
Otherwise, if you need to just run specific events, you can download it
from the geofon.gfz-potsdam.de FDSNWS-event the list of the events in
QuakeML (e.g. using obspy)
<http://geofon.gfz-potsdam.de/fdsnws/event/1/query?limit=100&format=xml>)
See FDSNWS-event specifications (to limit to your geographical area and
perhaps magnitude type and size, etc) at
https://www.fdsn.org/webservices/fdsnws-event-1.2.pdf.
When you download the XML file (e.g. events.xml), you just need to feed
the program with it (such as the test benchmark):
./gisola.py --event-xml events.xml
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHNFVDGUFTYGFUU7FOFZAD3USX5ABANCNFSM5KXX3JBA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi Nikos,
Many thanks for your NEW software release Gisola. I am very happy to receive the email. I have successfully installed the Gisola by using your template and Service:
- [FDSNWS, http://eida.gein.noa.gr, null] # get metadata from NOA
- [FDSNWS, http://www.orfeus-eu.org, null] # get metadata from ODC
- [StationXML, inventory.xml] # get metadata from file
However, I want to use event occurred in Indonesia with Service:
How should I write the configuration?
Best wishes,
Madlazim
Beta Was this translation helpful? Give feedback.
All reactions