A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://gemgis.readthedocs.io/en/latest/getting_started/reference/web_api/gemgis.web.load_wms.html below:

gemgis.web.load_wms — GemGIS - Spatial data processing for geomodeling

gemgis.web.load_wms#
gemgis.web.load_wms(url: str)#

Loading a WMS Service by URL

Parameters

url (str) – Link of the WMS Service, e.g. url='https://ows.terrestris.de/osm/service?'

Returns

wms – OWSLib WebMapService Object

Return type

owslib.map.wms111.WebMapService

New in version 1.0.x.

Example

>>> # Loading Libraries and WMS Service
>>> import gemgis as gg
>>> wms = gg.web.load_wms(url='https://ows.terrestris.de/osm/service?')
>>> wms
<owslib.map.wms111.WebMapService_1_1_1 at 0x1c434eb6370>

See also

load_as_map

Load Map from WMS Service

load_as_array

Load Map as array from WMS Service


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4