[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 additions and 0 deletions

View File

@ -0,0 +1,50 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="gempa GmbH">
<title>SeisComP FDSNWS - DataSelect</title>
</head>
<body>
<p><a href="../">Parent Directory</a></p>
<h1>SeisComP FDSNWS DataSelect Web Service</h1>
<p>The dataselect Web service provides access to time series data in <a
href="http://www.iris.edu/data/miniseed.htm">miniSEED</a> format. The data may
be filtered e.g. by time, station and network parameters. The request type is
<em>HTTP-GET</em> and <em>HTTP-POST</em>. Please refer to
<a href="http://www.fdsn.org/webservices">http://www.fdsn.org/webservice</a>
for a complete service description.</p>
<h2>Available URLs</h2>
<ul>
<li><a href="query">query</a></li>
<li><a href="queryauth">queryauth</a></li>
<li><a href="version">version</a></li>
<li><a href="application.wadl">application.wadl</a></li>
<li><a href="builder">builder</a></li>
<li><a href="auth">auth</a></li>
</ul>
<h2>Feature Notes</h2>
<ul>
<li>back-end software: <a href="http://www.seiscomp.de">SeisComP</a></li>
<li><em>quality</em> request parameter not implemented (information not
available in SeisComP)</li>
<li><em>minimumlength</em> request parameter not implemented</li>
<li><em>longestonly</em> request parameter not implemented</li>
<li>access to restricted networks and stations is only granted through the
<em>queryauth</em> method</li>
<li>
<b>No</b> trimming of miniSEED records to requested time window &mdash;
This FDSNWS implementation returns the records as available in its data
source, e.g., SDS archive. It is guaranteed that the requested time range
is within the returned data (if available in the archive) but not that it
is exactly the requested time range. FDSNWS does not trim and therefore
re-encode miniSEED records. The rationale for that is that miniSEED
records are probably further distributed and stored in other archives and
we do not see the point in modifying them. Furthermore we do not want to
increase the load on the web server with that extra processing step.
</li>
</ul>
</body>
</html>