Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Tidetech use Leaflet in their client user interface, and there are a number of plugins for Leaflet that enable single-image layers, such as leaflet.wms.

Usage and Permissions

Production WMS Endpoint

In order to access production data, which is updated multiple times a day, you need to authenticate using an API Key. API keys can be accessed by logging into your Tidetech account on the Tidetech website: https://www.tidetech.org/account/.

To authenticate, append the URL parameter ‘api_key’ to a wms request, for example:

Code Block
https://wms.tidetech.org/geoserver/tidetech/wms?version=1.3.0&request=GetCapabilities&api_key=example-uuid-api-key 

Custom Layers

Custom layers are configurable on an as-needs basis.

...

Code Block
https://wms.tidetech.org/geoserver/publicversion2/wms?request=GetCapabilities

...

Code Block
https://wms.tidetech.org/geoserver/publicversion2/ows?service=WMS&request=GetMap&version=1.1.12&layers=air_temperature&styles=&format=image%2Fpng8&transparent=true&noWrap=true&auth_key=null&options=%5Bobject%20Object%5D&time=20162019-0811-22T03%3A00%3A0006T03%3A00%3A00.000Z&srs=EPSG%3A3857&width=1059&height=300&bbox=-7748880.179438027,-626172.1357121639,12973503.936786393,5244191.63658937

...

Code Block
https://wms.tidetech.org/geoserver/public/ows?service=WMS&version=1.1.12&request=GetFeatureInfo&layers=air_temperature&query_layers=air_temperature&feature_count=10&info_format=text%2Fjavascript&format_options=callback%3AhandleJson&SrsName=EPSG%3A4326&width=101&height=101&x=50&y=50&bbox=-29.80703125%2C17.208687886770033%2C-29.60703125%2C17.408687886770036&time=2016-08-22T03%3A00%3A00.000Z&callback=jQuery22103477096048378707_1476337081596&_=1476337081599

...