We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc6d24 commit 26d2759Copy full SHA for 26d2759
pygmt/datasets/tile_map.py
@@ -111,11 +111,11 @@ def load_tile_map(
111
... )
112
>>> raster.sizes
113
Frozen({'band': 3, 'y': 256, 'x': 512})
114
- >>> raster.coords
+ >>> raster.coords # doctest: +ELLIPSIS, +NORMALIZE_WHITESPACE
115
Coordinates:
116
- * band (band) uint8 0 1 2
117
- * y (y) float64 -7.081e-10 -7.858e+04 ... -1.996e+07 ...
118
- * x (x) float64 -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
+ * band (band) uint8 ... 0 1 2
+ * y (y) float64 ... -7.081e-10 -7.858e+04 ... -1.996e+07 ...
+ * x (x) float64 ... -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
119
"""
120
if not _HAS_CONTEXTILY:
121
raise ImportError(
0 commit comments