Skip to content

Commit 0bc407b

Browse files
committed
Fix int to int64, but it may not work on Windows
1 parent e1a0e4e commit 0bc407b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/datasets/tile_map.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def load_tile_map(
127127
* band (band) uint8 3B 1 2 3
128128
* y (y) float64 2kB -7.081e-10 -7.858e+04 ... -1.996e+07 -2.004e+07
129129
* x (x) float64 4kB -2.004e+07 -1.996e+07 ... 1.996e+07 2.004e+07
130-
spatial_ref int 8B 0
130+
spatial_ref int64 8B 0
131131
>>> # CRS is set only if rioxarray is available
132132
>>> if hasattr(raster, "rio"):
133133
... raster.rio.crs.to_string()

0 commit comments

Comments
 (0)