We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 471c6e8 commit e886408Copy full SHA for e886408
pygmt/datasets/earth_daynight.py
@@ -68,6 +68,16 @@ def load_blue_marble(
68
image
69
The NASA Blue Marble image. Coordinates are latitude and longitude in degrees.
70
71
+ Note
72
+ ----
73
+ The registration and coordinate system type of the returned
74
+ :class:`xarray.DataArray` image can be accessed via the GMT accessors (i.e.,
75
+ ``image.gmt.registration`` and ``image.gmt.gtype`` respectively). However, these
76
+ properties may be lost after specific image operations (such as slicing) and will
77
+ need to be manually set before passing the image to any PyGMT data processing or
78
+ plotting functions. Refer to :class:`pygmt.GMTDataArrayAccessor` for detailed
79
+ explanations and workarounds.
80
+
81
Examples
82
--------
83
0 commit comments