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: docs/admin.rst
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,16 @@ Hint: see `tests/data` for example JSON data files.
44
44
export data
45
45
...........
46
46
47
-
TODO: export data to .json file with or without runs.
47
+
Exporting database-data to a .json file with or without Runs is still to be done.
48
+
49
+
Exporting Resource and Run data from a running GHC instance can be effected via
50
+
a REST API, for example:
51
+
52
+
* all Resources: http://demo.geohealthcheck.org/json (or `as CSV <http://demo.geohealthcheck.org/csv>`_)
53
+
* one Resource: http://demo.geohealthcheck.org/resource/1/json (or `CSV <http://demo.geohealthcheck.org/resource/1/csv>`_)
54
+
* all history (Runs) of one Resource: http://demo.geohealthcheck.org/resource/1/history/json (or `in csv <http://demo.geohealthcheck.org/resource/1/history/csv>`_)
55
+
56
+
NB for detailed reporting data only JSON is supported.
48
57
49
58
User Management
50
59
---------------
@@ -71,6 +80,7 @@ The folowing resource types are available:
71
80
- Tile Map Service (TMS)
72
81
- Web Accessible Folder (WAF)
73
82
- Sensor Observation Service (SOS)
83
+
- `SensorThings API <http://docs.opengeospatial.org/is/15-078r6/15-078r6.html>`_ (STA)
0 commit comments