Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pygmt/datasets/earth_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def load_earth_relief(resolution="01d", region=None, registration=None, use_srtm
Notes
-----
The :class:`xarray.DataArray` grid doesn't support slice operation, for
Earth relief data with resolutions higher than "05m", which are stored as
smaller tiles.
Earth relief data with resolutions of 5 arc-minutes or higher, which are
stored as smaller tiles.

Examples
--------
Expand Down
12 changes: 12 additions & 0 deletions pygmt/src/contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,17 @@
N="no_clip",
R="region",
S="skip",
U="timestamp",
V="verbose",
W="pen",
X="xshift",
Y="yshift",
b="binary",
c="panel",
d="nodata",
e="find",
f="coltypes",
h="header",
i="incols",
l="label",
p="perspective",
Expand Down Expand Up @@ -106,9 +112,15 @@ def contour(self, x=None, y=None, z=None, data=None, **kwargs):
to be of the format [*annotcontlabel*][/*contlabel*]. If either
label contains a slash (/) character then use ``|`` as the
separator for the two labels instead.
{U}
{V}
{XY}
{b}
{c}
{d}
{e}
{f}
{h}
{i}
{p}
{t}
Expand Down