-
Notifications
You must be signed in to change notification settings - Fork 4
/
help.html
27 lines (25 loc) · 1.06 KB
/
help.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Routing Service</title>
</head>
<body>
<h1>Routing Service</h1>
<p>The Routing Service provides routing information for distributed data centers,
in the case where multiple different seismic data centres offer access to data
and products using compatible types of services. Examples of the data and
product objects are seismic timeseries waveforms, station inventory, or
quality control parameters of the waveforms. The data may be filtered e.g. by
NSLC codes (supporting wildcards), time window and service type. Please refer to
the <a href="https://github.com/EIDA/routing/blob/master/doc/specification.rst">specification</a>
for a complete service description.</p>
<h2>Available URLs</h2>
<ul>
<li><a href="query">query</a></li>
<li><a href="version">version</a></li>
<li><a href="application.wadl">application.wadl</a></li>
<li><a href="info">info</a></li>
</ul>
</body>
</html>