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 d7560fa commit e67cd66Copy full SHA for e67cd66
pygmt/datasets/tile_map.py
@@ -122,7 +122,7 @@ def load_tile_map(
122
* band (band) uint8 ... 1 2 3
123
* y (y) float64 ... -7.081e-10 -7.858e+04 ... -1.996e+07 -2.004e+07
124
* x (x) float64 ... -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
125
- spatial_ref int64 ... 0
+ spatial_ref int... 0
126
>>> # CRS is set only if rioxarray is available
127
>>> if hasattr(raster, "rio"):
128
... raster.rio.crs
0 commit comments