From 40036c19af8ae237a9b1565852340661bb1c66f8 Mon Sep 17 00:00:00 2001 From: jdugge Date: Fri, 17 Aug 2018 22:16:43 +0200 Subject: Implementation of Equal Earth projection (#1090) Implement the Equal Earth projection (closes #1085) --- docs/plot/plotdefs.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/plot') diff --git a/docs/plot/plotdefs.json b/docs/plot/plotdefs.json index b61466f0..c494d6a7 100644 --- a/docs/plot/plotdefs.json +++ b/docs/plot/plotdefs.json @@ -307,6 +307,17 @@ "res": "low", "type": "poly" }, + { + "filename": "eqearth.png", + "latmax": 90, + "latmin": -90, + "lonmax": 180, + "lonmin": -180, + "name": "eqearth", + "projstring": "+proj=eqearth", + "res": "low", + "type": "poly" + }, { "filename": "euler.png", "latmax": 90, -- cgit v1.2.3