Skip to content

Commit 1759aad

Browse files
committed
Updated README with Docker config.json fix syntax
1 parent d73e5ac commit 1759aad

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sensorml2iso -s http://data.nanoos.org/52nsos/sos/kvp
2323
or, with all optional parameters:
2424
```
2525
sensorml2iso -s http://data.nanoos.org/52nsos/sos/kvp -d 14 --stations=urn:ioos:station:nanoos:apl_nemo,urn:ioos:station:nanoos:apl_npb1ptwells
26-
--getobs_req_hours 3 --response_formats=application/json,application/zip; subtype=x-netcdf --output_dir data.nanoos.org --verbose
26+
--getobs_req_hours 3 --response_formats='application/json,application/zip; subtype=x-netcdf' --output_dir data.nanoos.org --verbose
2727
```
2828

2929
Parameters:
@@ -78,6 +78,7 @@ Example config.json:
7878
"text/csv",
7979
"text/xml;schema=\"ioos/0.6.1\""
8080
],
81+
"verbose": false,
8182
"schedule": "0 * * * *"
8283
},
8384
{
@@ -87,11 +88,13 @@ Example config.json:
8788
"text/csv",
8889
"text/xml;subtype=\"om/1.0.0/profiles/ioos_sos/1.0\""
8990
],
91+
"verbose": false,
9092
"schedule": "10 * * * *"
9193
},
9294
{
9395
"service": "http://sos.glos.us/52n/sos/kvp",
9496
"output_dir": "/srv/iso/glos",
97+
"verbose": false,
9598
"schedule": "20 * * * *"
9699
}
97100
]

0 commit comments

Comments
 (0)