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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The framework `Measures REST` provides a REST server for measures. In the conte
4
4
5
5
## Overview
6
6
7
-
The framework provided by this repository is a framework only: if measures are provided, the resulting data can be cached and then be accessed by a REST interface. The measures themselves rely on external data sources, which are independent of this framework. Measures have, accordingly, to be written on an individual basis, referring to external data sources. Whenever someone requests a measure by the REST interface, the REST server evaluates the corresponding measure and caches the data.
7
+
The framework provided by this repository is a framework only: if measures are provided, the resulting data can be cached and then be accessed by a REST interface. The measures themselves rely on external data sources, which are independent of this framework. Measures have, accordingly, to be written on an individual basis, referring to external data sources. Whenever someone requests a measure via the REST interface, the REST server evaluates the corresponding measure and caches the data.
The default value is `ADAPTIVE_1_PERCENT`. For further information refer to [**geogrid**](https://github.com/mocnik-science/geogrid).
98
98
99
-
## Accessing a Measure by the REST Interface
99
+
## Accessing a Measure Via the REST Interface
100
100
101
-
When having started the server, the registered measures can be accessed by the REST interface, which runs on `http://localhost:8080` by default. A measure named `measure-example` can accordingly be evaluated by referring to `http://localhost:8080/api/measure-example`. As parameters, the resolution of the grid and the bounding box need to be provided. The complete URL is, for example, as follows:
101
+
When having started the server, the registered measures can be accessed via the REST interface, which runs on `http://localhost:8080` by default. A measure named `measure-example` can accordingly be evaluated by referring to `http://localhost:8080/api/measure-example`. As parameters, the resolution of the grid and the bounding box need to be provided. The complete URL is, for example, as follows:
0 commit comments