From 0682a1042b0bb123d2d092dc5da5a7536576aa98 Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Tue, 24 Dec 2024 09:38:18 +0100 Subject: [PATCH] Explain sign of data --- pygmt/datasets/earth_dist.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygmt/datasets/earth_dist.py b/pygmt/datasets/earth_dist.py index 335fd53e977..c4e7fa12c83 100644 --- a/pygmt/datasets/earth_dist.py +++ b/pygmt/datasets/earth_dist.py @@ -67,7 +67,8 @@ def load_earth_dist( ------- grid The GSHHG Earth distance to shoreline grid. Coordinates are latitude and - longitude in degrees. Distances are in kilometers. + longitude in degrees. Distances are in kilometers, where positive (negative) + values mean land to coastline (ocean to coastline). Note ----