From 46adb299968b55883ea179078a467deff71c3d2f Mon Sep 17 00:00:00 2001 From: Louis-Philippe Rousseau Lambert <11634764+RousseauLambertLP@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:50:51 -0500 Subject: [PATCH] added support for EPSG 3995 (#94) Co-authored-by: Louis-Philippe Rousseau Lambert --- geomet_climate/resources/mapfile-base.json | 2 +- geomet_climate/resources/mapserv/epsg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/geomet_climate/resources/mapfile-base.json b/geomet_climate/resources/mapfile-base.json index b5b5dde..d187ab1 100644 --- a/geomet_climate/resources/mapfile-base.json +++ b/geomet_climate/resources/mapfile-base.json @@ -52,7 +52,7 @@ "__type__": "web", "metadata": { "__type__": "metadata", - "ows_srs": "EPSG:4326 EPSG:3978 EPSG:3857 EPSG:102100" + "ows_srs": "EPSG:4326 EPSG:3978 EPSG:3995 EPSG:3857 EPSG:102100" } }, "layers": [] diff --git a/geomet_climate/resources/mapserv/epsg b/geomet_climate/resources/mapserv/epsg index fc130fc..0765c9b 100644 --- a/geomet_climate/resources/mapserv/epsg +++ b/geomet_climate/resources/mapserv/epsg @@ -1,6 +1,7 @@ <4326> +proj=longlat +datum=WGS84 +no_defs <> <3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +over +wktext +no_defs <> <3978> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs <> +<3995> +proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs <> <102100> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +wktext +no_defs <> <900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +wktext +no_defs <>