aboutsummaryrefslogtreecommitdiff
path: root/docs/plot
diff options
context:
space:
mode:
authorJohn Krasting <John.Krasting@noaa.gov>2020-05-18 20:04:04 -0400
committerGitHub <noreply@github.com>2020-05-19 02:04:04 +0200
commit2e5470387df8c713af18e601c0e6a4b352294556 (patch)
tree4dc47c9db6be5527e1b7938c4ae30b41b00c6b07 /docs/plot
parent9c501221de38e0e4462e9852df8f5a621688de68 (diff)
downloadPROJ-2e5470387df8c713af18e601c0e6a4b352294556.tar.gz
PROJ-2e5470387df8c713af18e601c0e6a4b352294556.zip
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.
Diffstat (limited to 'docs/plot')
-rw-r--r--docs/plot/plotdefs.json11
1 files changed, 11 insertions, 0 deletions
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
@@ -555,6 +555,17 @@
"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,
"latmin": -90,