HAPI Server
This server supports the HAPI 3.1 specification for delivery of time series
data. The server consists of the following 4 REST-like endpoints that will
respond to HTTP GET requests.
- capabilities describe the capabilities of the server; this lists the output formats the server can emit (CSV and binary)
- catalog list the datasets that are available; each dataset is associated with a unique id
- info obtain a description for dataset of a given id; the description defines the parameters in every dataset record
- data stream data content for a dataset of a given id; the streaming request must have time bounds (specified by request parameters time.min and time.max) and may indicate a subset of parameters (default is all parameters)