Skip to content

Commit

Permalink
docs: add parameter description for aggregation endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosario Trischitta committed Jan 27, 2021
1 parent c256322 commit 2d7ef42
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/response-parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ When requested, the result will contain OSM elements' tags as individual GeoJSON
Aggregation Parameters
----------------------

**specific for all groupBy endpoints**

* ``groupByResult`` - GroupBy result object containing the groupBy value and the respective objects. In the /ratio/groupBy/boundary endpoint, this parameter is replaced by ``groupByBoundaryResult``
* ``groupByObject`` - Object on which the results are grouped on

**specific for all ratio endpoints**

* ``ratioResult`` - Result JSON object containing the timestamp together with two values and their resulting ratio.

**specific for the /ratio/groupBy/boundary endpoint**

* ``groupByBoundaryResult`` - Result grouped by boundary containing groupByObject and ratioResult objects

Extraction Parameters
---------------------

Expand Down

0 comments on commit 2d7ef42

Please sign in to comment.