Maps.add_wms

class eomaps.eomaps.Maps.add_wms(m)

A collection of open-access WebMap services that can be added to the maps.

Layers can be added in 2 ways (either with . access or with [] access):
>>> m.add_wms.< SERVICE > ... .add_layer.<LAYER-NAME>(**kwargs)
>>> m.add_wms.< SERVICE > ... [<LAYER-NAME>](**kwargs)

Services might be nested directory structures! The actual layer is always added via the add_layer directive.

>>> m.add_wms.<...>. ... .<...>.add_layer.<...>()

Some of the services dynamically fetch the structure via HTML-requests. Therefore it can take a short moment before autocompletion is capable of showing you the available options! A list of available layers from a sub-folder can be fetched via:

>>> m.add_wms.<...>. ... .<...>.layers

Note

Make sure to check the individual service-docstrings and the links to the providers for licensing and terms-of-use!

Members

Austria

Services specific to Austria (Europe).

CAMS

Copernicus Atmosphere Monitoring Service (Global and European) https://atmosphere.copernicus.eu/

DLR

WebMap services hosted by DLR's EOC Geoservice https://geoservice.dlr.de

EEA_DiscoMap

European Environment Agency Discomap services https://discomap.eea.europa.eu/Index/

ESA_WorldCover

ESA Worldwide land cover mapping https://esa-worldcover.org/en

ESRI_ArcGIS

Interface to the ERSI ArcGIS REST Services Directory http://services.arcgisonline.com/arcgis/rest/services

GEBCO

Global ocean & land terrain models https://www.gebco.net/

GLAD

Datasets from University of Maryland, Global Land Analysis and Discovery Team https://glad.umd.edu/

GMRT

Global Multi-Resolution Topography (GMRT) Synthesis https://gmrt.org/

GOOGLE

WebMaps provided by GOOGLE https://www.google.com

ISRIC_SoilGrids

Interface to the ISRIC SoilGrids database https://www.isric.org

NASA_GIBS

NASA Global Imagery Browse Services (GIBS) https://wiki.earthdata.nasa.gov/display/GIBS/

OpenPlanetary

Planetary layers (Moon & Mars) provided by OpenPlanetary https://www.openplanetary.org

OpenStreetMap

OpenStreetMap WebMap layers https://wiki.openstreetmap.org/wiki/WMS

S1GBM

Sentinel-1 Global Backscatter Model https://researchdata.tuwien.ac.at/records/n2d1v-gqb91

S2_cloudless

Global cloudless Sentinel-2 maps, crafted by EOX https://s2maps.eu/

get_service

Get a object that can be used to add WMS, WMTS or XYZ services based on a GetCapabilities-link or a link to a ArcGIS REST API