| 90 | Assuming that the pylon is served at URL ''{{{http://server:port}}}'', the web service can be used in two ways: |
| 91 | - Using the {{{list}}} sub-service to provide a listing of CSML features available for a given station: |
| 92 | {{{ |
| 93 | http://server:port/csmlGrapher/list?dataset_id=DATASET_ID&station_name=STATION%20NAME |
| 94 | }}} |
| 95 | The "dataset" here refers to an URL of a WFS server from which station data can be fetched. Each station is identified by its name (e.g. "{{{FAIR ISLE}}}", rather than station ID (e.g. "{{{midas.station.3}}}"); this is due to how our GeoServer identifies the stations. |
| 96 | - Using the {{{plot}}} sub-service to plot a specific CSML feature of a specific station: |
| 97 | {{{ |
| 98 | http://server:port/csmlGrapher/list?dataset_id=DATASET_ID&station_name=STATION%20NAME&feature_id=feature_id |
| 99 | }}} |
| 100 | The HTML produced by csmlGrapher's {{{list}}} sub-service produces links containing the corresponding {{{plot}}} sub-service URLs and optionally also verbatim links to WFS that return underlying CSML if the user has access to that WFS. |
| 101 | |
| 102 | Please make sure you use Firefox to view the generate web content (possibly by choosing to use an external viewer in Google Earth's ''Tools/Options'' menu) as IE7 does not show the SQL errors properly. |
| 103 | |
130 | | Assuming that the pylon is served at URL ''{{{http://server:port}}}'', the web service can be used in two ways: |
131 | | - Using the {{{list}}} sub-service to provide a listing of CSML features available for a given station: |
132 | | {{{ |
133 | | http://server:port/csmlGrapher/list?station_name=STATION%20NAME |
134 | | }}} |
135 | | Note that the station is identified by its name (e.g. "{{{FAIR ISLE}}}", rather than station ID (e.g. "{{{midas.station.3}}}"); this is due to how GeoServer identifies the stations. |
136 | | - Using the {{{plot}}} sub-service to plot a specific CSML feature of a specific station: |
137 | | {{{ |
138 | | http://server:port/csmlGrapher/list?station_name=STATION%20NAME&feature_id=feature_id |
139 | | }}} |
140 | | The HTML produced by csmlGrapher's {{{list}}} sub-service produces links containing the corresponding {{{plot}}} sub-service URLs. |
141 | | |