From d9ea0dfde68cfd5cec32fbbdf6731f952169f85e Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Fri, 17 Nov 2023 13:48:29 +0100 Subject: [PATCH] Add link to Wikipedia article on WMS --- grid_models.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/grid_models.md b/grid_models.md index e1fb621..4e4a096 100644 --- a/grid_models.md +++ b/grid_models.md @@ -52,9 +52,10 @@ $ gdal_translate -ot Int16 -of GTiff -b 1 NETCDF:"tmp/result.nc":WARNING_STATUS ``` *This selects the first timestep (`-b 1`) of result.nc, specifically the WARNING_STATUS variable, and creates a GeoTIFF file from this.* -### Set up a WMS Service +### Set up a WMS (Web Map Service) +[Introduction to WMS (Wikipedia)](https://en.wikipedia.org/wiki/Web_Map_Service) -## The structure of the WMS Service +## The structure of the WMS VIPS expects the WMS Service to follow certain patterns in order to display it in a map. ### Model metadata -- GitLab