We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2446fc commit 52c0b7eCopy full SHA for 52c0b7e
pygmt/xarray/backend.py
@@ -43,7 +43,7 @@ class GMTBackendEntrypoint(BackendEntrypoint):
43
Coordinates:
44
* lat (lat) float64... -23.5 -22.5 -21.5 -20.5 ... -12.5 -11.5 -10.5
45
* lon (lon) float64... -54.5 -53.5 -52.5 -51.5 -50.5 -49.5 -48.5 -47.5
46
- Attributes: ...
+ Attributes:...
47
Conventions: CF-1.7
48
title: Produced by grdcut
49
history: grdcut @earth_relief_01d_p -R-55/-47/-24/-10 -Gstatic_eart...
@@ -63,7 +63,7 @@ class GMTBackendEntrypoint(BackendEntrypoint):
63
* y (y) float64... 89.5 88.5 87.5 86.5 ... -86.5 -87.5 -88.5 -89.5
64
* x (x) float64... -179.5 -178.5 -177.5 -176.5 ... 177.5 178.5 179.5
65
* band (band) uint8... 1 2 3
66
67
long_name: z
68
"""
69
0 commit comments