149 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			149 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!doctype html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8">
 | 
						|
  <meta name="author" content="gempa GmbH">
 | 
						|
  <title>SeisComP - Data Availability</title>
 | 
						|
  <link rel="stylesheet" type="text/css" href="../../css/fdsnws.css">
 | 
						|
  <link rel="stylesheet" type="text/css" href="../../js/tcal/tcal.css">
 | 
						|
  <script type="text/javascript" src="../../js/tcal/tcal.js"></script>
 | 
						|
  <script type="text/javascript" src="../../js/fdsnws-query.js"></script>
 | 
						|
  <script type="text/javascript">
 | 
						|
    A_TCALCONF['format'] = 'Y-m-dT00:00:00';
 | 
						|
 | 
						|
    window.onload = fdsnwsInitQueryForm;
 | 
						|
  </script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <p><a href="./">Parent Directory</a></p>
 | 
						|
  <h1>SeisComP Data Availability /query - URL Builder</h1>
 | 
						|
  <form id="query-form" action="query" method="GET">
 | 
						|
  <fieldset>
 | 
						|
    <legend>Time constraints</legend>
 | 
						|
    <table class="builder">
 | 
						|
      <tbody>
 | 
						|
        <tr>
 | 
						|
          <td>Start time</td>
 | 
						|
          <td><input type="text" size="10" maxlength="26" name="starttime" value="" class="tcal"/></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>End time</td>
 | 
						|
          <td><input type="text" size="10" maxlength="26" name="endtime" value="" class="tcal"/></td>
 | 
						|
        </tr>
 | 
						|
      </tbody>
 | 
						|
    </table>
 | 
						|
  </fieldset>
 | 
						|
  <fieldset>
 | 
						|
    <legend>Channel constraints</legend>
 | 
						|
    <table class="builder">
 | 
						|
      <tbody>
 | 
						|
        <tr>
 | 
						|
          <td>Network</td>
 | 
						|
          <td><input type="text" size="10" name="network" value="" placeholder="AB,C?" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Station</td>
 | 
						|
          <td><input type="text" size="10" name="station" value="" placeholder="ABC,D*" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Location</td>
 | 
						|
          <td><input type="text" size="10" name="location" value="" placeholder="00" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Channel</td>
 | 
						|
          <td><input type="text" size="10" name="channel" value="" placeholder="BH?" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Quality</td>
 | 
						|
          <td><input type="text" size="10" name="quality" value="" placeholder="*" /></td>
 | 
						|
        </tr>
 | 
						|
      </tbody>
 | 
						|
    </table>
 | 
						|
  </fieldset>
 | 
						|
  <fieldset>
 | 
						|
    <legend>Service specific constrains</legend>
 | 
						|
    <table class="builder">
 | 
						|
      <tbody>
 | 
						|
        <tr>
 | 
						|
          <td>Merge properties</td>
 | 
						|
          <td>
 | 
						|
            <select name="merge" multiple>
 | 
						|
              <option value="samplerate">Sample rate</option>
 | 
						|
              <option value="quality">Quality</option>
 | 
						|
              <option value="overlap">Overlap</option>
 | 
						|
            </select>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Gap merge tolerance</td>
 | 
						|
          <td><input type="number" name="mergegaps" min="0" value="" placeholder="0.0" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Authentication</td>
 | 
						|
          <td><input type="checkbox" name="queryauth" value="queryauth"/></td>
 | 
						|
        </tr>
 | 
						|
      </tbody>
 | 
						|
    </table>
 | 
						|
  </fieldset>
 | 
						|
  <fieldset>
 | 
						|
    <legend>Output control</legend>
 | 
						|
    <table class="builder">
 | 
						|
      <tbody>
 | 
						|
        <tr>
 | 
						|
          <td>Order by</td>
 | 
						|
          <td>
 | 
						|
            <select name="orderby" disabled="disabled">
 | 
						|
              <option value="">Stream ID (default)</option>
 | 
						|
              <option value="timespancount">Number of timespans (ascending)</option>
 | 
						|
              <option value="timespancount_desc">Number of timespans (descending)</option>
 | 
						|
              <option value="latestupdate">Update date (ascending)</option>
 | 
						|
              <option value="latestupdate_desc">Update date (descending)</option>
 | 
						|
            </select>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Limit</td>
 | 
						|
          <td><input type="number" name="limit" min="0" step="10" value="" placeholder="100" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Include restricted</td>
 | 
						|
          <td><input type="checkbox" name="includerestricted" value="true" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Format</td>
 | 
						|
          <td>
 | 
						|
            <select name="format">
 | 
						|
              <option value="">Text (default)</option>
 | 
						|
              <option value="geocsv">GEO CSV</option>
 | 
						|
              <option value="json">JSON</option>
 | 
						|
              <option value="request">Request</option>
 | 
						|
            </select>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>No data 404</td>
 | 
						|
          <td><input type="checkbox" name="nodata" value="404" checked="checked" /></td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Show</td>
 | 
						|
          <td>
 | 
						|
            <select name="show" multiple>
 | 
						|
              <option value="latestupdate">Latest update</option>
 | 
						|
            </select>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td>Exclude too large</td>
 | 
						|
          <td><input type="checkbox" name="excludetoolarge" value="true" /></td>
 | 
						|
        </tr>
 | 
						|
      </tbody>
 | 
						|
    </table>
 | 
						|
  </fieldset>
 | 
						|
  </form>
 | 
						|
  <fieldset>
 | 
						|
    <legend>URL</legend>
 | 
						|
    <p><a id="query-url" href=""></a></p>
 | 
						|
  </fieldset>
 | 
						|
</body>
 | 
						|
</html>
 |