WebDC - Integrated Seismological Data Portal
Home
Project Summary
German Archives
European Archives
Start Query

What is WebDC?

WebDC is an initiative of GEOFON (GEOFOrschungsNetz, Geo Research Network) and SZGRF (Seismologisches Zentralobservatorium, Seismological Central Observatory) to design tools for a distributed seismological waveform archive structure in Germany and Europe, to implement this structure  in cooperation with all interested institutions and to provide a comfortable user interface to this structure . The project is supported by the Deutsche Forschungsgemeinschaft (DFG, German Science Foundation), GeoForschungsZentrum Potsdam (GFZ, Geo Research Center) and Bundesanstalt für Geowissenschaften (BGR, Federal Institute for Geosciences and Natural Resources).

Project goals

What is ArcLink?

ArcLink is the distributed data archive access protocol within WebDC. Following the simple but very efficient appoach of SeedLink real-time communication protocol, ArcLink is designed as a "twin" of SeedLink. Instead of supporting different data acquisition systems through SeedLink plugins, ArcLink Requesthandler plugins support different data archive structures as individual data sources. It supports access both to meta databases (inventory and event information) and waveform archives. Waveform utput is in SEED or MiniSEED format, meta data output in XML or dataless SEED (response information only).

ArcLink Network


ArcLink User Interfaces


ArcLink Node


Request Handler

Configurable parameters:

  • Maximum number of parallel request handlers (eg., number of requests processed in parallel).
  • Number of pre-forked request handlers.
  • Length of request queue.
  • Maximum number of parallel TCP/IP connections.

ArcLink Request Format

REQUEST request_type attributes
start_time end_time network station stream location constraints
...
END
REQUEST INVENTORY instruments=true outages=false logs=true
2005,09,01,00,00,00 2005,09,01,00,10,00 * . restricted=false
2005,09,01,00,00,00 2005,09,01,00,10,00 * * BH* * latmin=50 latmax=60
END
REQUEST WAVEFORM format=FSEED
2005,09,01,00,00,00 2005,09,01,00,10,00 GE WLF BH*
2005,09,01,00,00,00 2005,09,01,00,10,00 GE KBS BHZ 00
END

Request Types

Request Type Attributes Product Format
INVENTORY instruments=true|false
outages=true|false
logs=true|false
XML
RESPONSE format=SEED|XSEED Dataless SEED
XML (XML-SEED)
WAVEFORM format=MSEED|FSEED|XSEED Mini-SEED
Full SEED
XML (XML-SEED)
EVENTS picks=true|false XML (QuakeML)

ArcLink Database

Inventory DB contains all information that is needed for IDL:iris.edu/Fissures/IfNetwork/Instrumentation and dataless SEED volumes.
Event DB contains event information, such as origins,
magnitudes, pick associations, etc.