From 2e5470387df8c713af18e601c0e6a4b352294556 Mon Sep 17 00:00:00 2001 From: John Krasting Date: Mon, 18 May 2020 20:04:04 -0400 Subject: Implemented IGH Oceanic View (#2226) - The current implementation of the Interrupted Goode Homolosine projection emphasizes land area. This is a compliment projection that emphasizes ocean area. - A value of lon0=-160 produces a reasonable real-world map. --- docs/plot/plotdefs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/plot/plotdefs.json') diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index 9a2f4836..53340a68 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -554,6 +554,17 @@ "res": "low", "type": "line" }, + { + "filename": "igh_o.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "igh_o", + "projstring": "+proj=igh_o +lon_0=-160", + "res": "low", + "type": "line" + }, { "filename": "imw_p.png", "latmax": 90, -- cgit v1.2.3