From 90822b74139e6d6bc814cc848c2f8bff9f01168a Mon Sep 17 00:00:00 2001 From: Corentin Carton de Wiart Date: Tue, 15 Sep 2026 16:06:17 +0200 Subject: [PATCH] Add Equal Earth (ESRI:54035) to the WMS CRS list wmscrs() lists the coordinate reference systems that WMS servers built on Magics (e.g. skinnywms) advertise in their GetCapabilities document. Add ESRI:54035 (WGS84 World Equal Earth) with its extent in projected metres, computed with PROJ for the whole globe. Requires a Magics library that accepts ESRI:54035 as subpage_map_projection (ecmwf/magics feature/equal-earth-projection). Co-Authored-By: Claude Fable 5.1 --- Magics/macro.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Magics/macro.py b/Magics/macro.py index baef35d..5bf9191 100644 --- a/Magics/macro.py +++ b/Magics/macro.py @@ -775,6 +775,13 @@ def wmscrs(): "e_lon": 4662111.45, "n_lat": 6829874.45, }, + { # Equal Earth (WGS84), whole globe in projected metres + "name": "ESRI:54035", + "w_lon": -17243959.06, + "s_lat": -8392927.60, + "e_lon": 17243959.06, + "n_lat": 8392927.60, + }, ], "geographic_bounding_box": { "w_lon": -180.0,