Skip to content

Commit 59a2b28

Browse files
committed
load_earth_relief no longer need the convert_bools=False hack
1 parent b7210ff commit 59a2b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/datasets/earth_relief.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from pygmt.src import grdcut, which
1111

1212

13-
@kwargs_to_strings(convert_bools=False, region="sequence")
13+
@kwargs_to_strings(region="sequence")
1414
def load_earth_relief(resolution="01d", region=None, registration=None, use_srtm=False):
1515
r"""
1616
Load Earth relief grids (topography and bathymetry) in various resolutions.

0 commit comments

Comments
 (0)