From 6dda842d90d6ca741df9f8636129c1a562a7a4e1 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Fri, 17 Nov 2023 13:53:09 +0100 Subject: [PATCH] doc: Fix anchor --- grid_models.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grid_models.md b/grid_models.md index 4d80c6c..276a0f4 100644 --- a/grid_models.md +++ b/grid_models.md @@ -7,7 +7,7 @@ Tor-Einar Skog, Senior developer, NIBIO Updated: 2023-11-17 ## What you will learn -This document describes how to set up a VIPS compatible gridded DSS model, such as in the screenshot below. It also describes briefly [how to set up a client to a VIPS compatible DSS gridded model](#gridClient). +This document describes how to set up a VIPS compatible gridded DSS model, such as in the screenshot below. It also describes briefly [how to set up a client to a VIPS compatible DSS gridded model](#vips-grid-model-client). The gridded models are using the same "traffic light" color pattern for indicating risk as the location based models. In addition, any other numeric parameter can be displayed as a separate layer, with its own legend and colour scheme. @@ -134,7 +134,7 @@ For your reference, please see the file `examples/PSILARTEMP.map` in this reposi * [Source code](https://gitlab.nibio.no/VIPS/models/grid/SEPTREFHUM) * [In action](https://testvips.nibio.no/spatial/gridmap/SEPTREFHUM/) -<h2 id="gridClient">VIPS grid model client</h2> +## VIPS grid model client ### Reference implementation The reference implementation for a VIPS grid model client is found in the [VIPSWeb repository](https://gitlab.nibio.no/VIPS/VIPSWeb/-/tree/develop/spatial). These two files are the most important: -- GitLab