Skip to content

Commit 69e7ada

Browse files
authored
don't run this code (#2248)
1 parent 5640107 commit 69e7ada

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/user_guide/plugins/WmsTimeDimension.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ Add a time dimension to a WMS tile layer.
44

55
### Exploring the WMS with OWSLib
66

7-
```{code-cell} ipython3
7+
```python
88
from owslib.wms import WebMapService
99

10-
1110
url = "https://pae-paha.pacioos.hawaii.edu/thredds/wms/dhw_5km?service=WMS"
1211

1312
web_map_services = WebMapService(url, timeout=100)
@@ -17,7 +16,7 @@ print("\n".join(web_map_services.contents.keys()))
1716

1817
### Layer metadata
1918

20-
```{code-cell} ipython3
19+
```python
2120
layer = "CRW_SST"
2221
wms = web_map_services.contents[layer]
2322

@@ -38,7 +37,7 @@ if style not in wms.styles:
3837

3938
### Map with WmsTileLayer and TimestampedWmsTileLayers
4039

41-
```{code-cell} ipython3
40+
```python
4241
import folium
4342
import folium.plugins
4443

0 commit comments

Comments
 (0)