File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ sensorml2iso -s http://data.nanoos.org/52nsos/sos/kvp
2323or, with all optional parameters:
2424```
2525sensorml2iso -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
2929Parameters:
@@ -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]
You can’t perform that action at this time.
0 commit comments