Skip to content

Commit

Permalink
load_earth_relief no longer need the convert_bools=False hack
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 26, 2021
1 parent b7210ff commit 59a2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from pygmt.src import grdcut, which


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

0 comments on commit 59a2b28

Please sign in to comment.