Skip to main content
wms(wms_params, url=None)[source]

Submits a WMS call to the server.

Parameters

wms_params (str) –

A string containing the WMS endpoint parameters, not containing the ‘/wms’ endpoint itself.

url (str or GPUdb.URL) –

An optional URL to which we submit the /wms endpoint. If None given, use the current URL for this GPUdb object.

Returns

A dict with the following entries–

data –

The /wms content.

status_info (dict) –

A dict containing more information regarding the request. Keys:

  • status

  • message

  • response_time