Skip to content

Commit 847ff5e

Browse files
author
Niels Hoffmann
committed
bruno examples for pygeoapi processes
1 parent 9c1e52d commit 847ff5e

File tree

4 files changed

+59
-55
lines changed

4 files changed

+59
-55
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
meta {
2+
name: execute aanvraag
3+
type: http
4+
seq: 2
5+
}
6+
7+
post {
8+
url: http://localhost:5000/processes/aanvraag/execution
9+
body: json
10+
auth: none
11+
}
12+
13+
body:json {
14+
{"inputs":
15+
{
16+
"dataset": "http://localhost/collections/bomen/items?f=json&limit=1000",
17+
"object_id": 2069296,
18+
"subject_id": "Meneer van Eik"
19+
}
20+
}
21+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
meta {
2+
name: execute localOutlier
3+
type: http
4+
seq: 3
5+
}
6+
7+
post {
8+
url: http://localhost:5000/processes/localoutlier/execution
9+
body: json
10+
auth: none
11+
}
12+
13+
body:json {
14+
{
15+
"inputs": {
16+
"dataset": "http://localhost/collections/knmi_meetstations/items?f=json&limit=1000"
17+
}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
meta {
2+
name: execute squared
3+
type: http
4+
seq: 1
5+
}
6+
7+
post {
8+
url: http://localhost:5000/processes/squared/execution
9+
body: json
10+
auth: none
11+
}
12+
13+
body:json {
14+
{"inputs":
15+
{
16+
"number-or-integer": 42
17+
}
18+
}
19+
}

OGC-API-Processes/pygeoapi/thunder-collection_Pygeoapi OGC API Processes.json

-55
This file was deleted.

0 commit comments

Comments
 (0)