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
Services specific to Austria (Europe). |
|
Copernicus Atmosphere Monitoring Service (Global and European) https://atmosphere.copernicus.eu/ |
|
WebMap services hosted by DLR's EOC Geoservice https://geoservice.dlr.de |
|
European Environment Agency Discomap services https://discomap.eea.europa.eu/Index/ |
|
ESA Worldwide land cover mapping https://esa-worldcover.org/en |
|
Interface to the ERSI ArcGIS REST Services Directory http://services.arcgisonline.com/arcgis/rest/services |
|
Global ocean & land terrain models https://www.gebco.net/ |
|
Datasets from University of Maryland, Global Land Analysis and Discovery Team https://glad.umd.edu/ |
|
Global Multi-Resolution Topography (GMRT) Synthesis https://gmrt.org/ |
|
WebMaps provided by GOOGLE https://www.google.com |
|
Interface to the ISRIC SoilGrids database https://www.isric.org |
|
NASA Global Imagery Browse Services (GIBS) https://wiki.earthdata.nasa.gov/display/GIBS/ |
|
Planetary layers (Moon & Mars) provided by OpenPlanetary https://www.openplanetary.org |
|
OpenStreetMap WebMap layers https://wiki.openstreetmap.org/wiki/WMS |
|
Sentinel-1 Global Backscatter Model https://researchdata.tuwien.ac.at/records/n2d1v-gqb91 |
|
Global cloudless Sentinel-2 maps, crafted by EOX https://s2maps.eu/ |
|
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 |