Skip to content

Commit 63d2f88

Browse files
author
Doug Schmidt
authored
Merge pull request #314 from CarstenHollmann/feature/sos-docker-update
Feature/sos docker update
2 parents f04b6c1 + 9ec189b commit 63d2f88

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

TimeSeries/PublicApis/SdkExamples/SosExporter/docker-proxy/Readme.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SOS proxy for AQUARIUS Time Series
1+
# SOS proxy for AQUARIUS Time Series
22

33
The folks at [52North](https://52north.org/) have released an open-source proxy version of their [SOS Server](https://52north.org/software/software-projects/sos/) project.
44

@@ -102,7 +102,7 @@ See the excellent [NGINX Rate Limiting](https://www.nginx.com/blog/rate-limiting
102102
The proxy code is available as a Docker image, and can be started with the following docker command:
103103

104104
```sh
105-
docker run --name sos -p 8080:8080 52north/sos:aq_pr.6
105+
docker run --name sos -p 8080:8080 52north/sos:6.0.0-PR.10
106106
```
107107

108108
Alternatively you can use the [docker_compose.yml](./docker-compose/docker-compose.yml) file and then use the `docker-compose up` command to spin up the proxy behind an nginx instance.
@@ -169,7 +169,7 @@ These properties are [Unix cron expressions](https://www.freeformatter.com/cron-
169169
The "AQUARIUS" section of settings includes configuration options for:
170170
- Which signal, corrected points or raw points, is exposed.
171171
- Which AQTS qualifiers, if any, represent below/above sensor detection limits.
172-
172+
- Which additional AQTS qualifiers should be provided.
173173
174174
### Step 6 - Configure the "AQUARIUS" settings to filter which locations and time-series are exposed via SOS.
175175
@@ -231,6 +231,14 @@ Would be configured like this in the SOS proxy.
231231
232232
Note that the "Public Identifier" is used, not the "Qualifier Code" (so "AboveDetectionLimit" and not "ADL")
233233
234+
### Step 6E - Optional configuration of additional qualifiers
235+
236+
Here you can define additional qualifiers that should be considered by the service and added to the OGC WaterML 2.0 output.
237+
238+
Default value: _Recreational,Recreational Repeats_
239+
240+
![Additional Qualifiers](images/AdditionalQualifiers.png)
241+
234242
### Step 7 - Click "Next" to complete the Setup Wizard.
235243
236244
![Advance To Final Setup Wizard Screen](images/AdvanceToFinalSetupWizardScreen.png)

TimeSeries/PublicApis/SdkExamples/SosExporter/docker-proxy/docker-compose/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ version: '3.7'
99

1010
services:
1111
sos:
12-
image: 52north/sos:aq_pr.6
12+
image: 52north/sos:6.0.0-PR.10
1313
expose:
1414
- "8080"
1515
proxy:
7.69 KB
Loading

0 commit comments

Comments
 (0)