We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a0e4e commit 0bc407bCopy full SHA for 0bc407b
pygmt/datasets/tile_map.py
@@ -127,7 +127,7 @@ def load_tile_map(
127
* band (band) uint8 3B 1 2 3
128
* y (y) float64 2kB -7.081e-10 -7.858e+04 ... -1.996e+07 -2.004e+07
129
* x (x) float64 4kB -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
130
- spatial_ref int 8B 0
+ spatial_ref int64 8B 0
131
>>> # CRS is set only if rioxarray is available
132
>>> if hasattr(raster, "rio"):
133
... raster.rio.crs.to_string()
0 commit comments