Skip to content
Snippets Groups Projects
Commit d9ea0dfd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Add link to Wikipedia article on WMS

parent 3f3583aa
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment