You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This server servers software-generated parameters that can be used to test a HAPI client (see <ahref="https://github.com/hapi-server/">the HAPI project page</a> for a list of existing clients).
15
+
</p>
16
+
<p>
17
+
The parameters include most types that are supported by the HAPI specification along with variations that are expected to be found in real datasets (non-uniform cadence, fill values, empty time intervals).
18
+
</p>
19
+
<p>
20
+
Note that if the time interval <code>1970-01-01T00:00:10.000</code> to <code>1970-01-01T00:00:20.000</code> is requested for any parameter, the body of the response for a HAPI CSV or HAPI Binary request (with no header) is empty, e.g. <ahref="hapi/data?id=dataset1¶meters=scalar&time.min=1970-01-01T00:00:10.000Z&time.max=1970-01-01T00:00:20.000">this request</a>.
21
+
</p>
22
+
<p>
23
+
This server supports the <ahref="https://github.com/hapi-server/data-specification">HAPI 2.0 API</a> specification for delivery of time series data.
24
+
</p>
25
+
<p>
26
+
The server responds to GET requests to the following <ahref="https://github.com/hapi-server/data-specification/tree/v1.1.0#endpoints">HAPI endpoints</a>:
27
+
</p>
28
+
<ul>
29
+
<li>
30
+
<ahref="./hapi/capabilities"><code>capabilities</code></a> - list the API version and output options
31
+
</li>
32
+
<li>
33
+
<ahref="./hapi/catalog"><code>catalog</code></a> - list the datasets that are available (<spanid="Ndatasets"></span> total)
34
+
</li>
35
+
<li>
36
+
<code>info</code> - list information about parameters in a dataset, e.g,:
37
+
<ulid="info">
38
+
</ul>
39
+
</li>
40
+
<li>
41
+
<code>data</code> - stream data for parameters in a dataset. Note that this server supports the non-HAPI input of <code>attach=false</code>, which tells the server to not send data as an attachment; typically a browser will display the data in a window instead of prompting a download (e.g., <ahref="hapi/data?id=dataset1¶meters=scalar&time.min=1970-01-01T00:00:00.000Z&time.max=1970-01-01T00:00:10.000&attach=false">this request</a>). <spanid="dataexamples">Examples for first dataset:</span>
$("#verifierurl").html("If HAPI server is run on localhost, verifier must be run on localhost. See "+link+" for instructions on starting a localhost verifier server.");
0 commit comments