From 43d03a77f7dbbe78274150095ad19114b6ac1e93 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Thu, 20 Jul 2023 15:28:42 +0200 Subject: [PATCH] [web] markdownlint TIN2VTK. --- web/content/docs/tools/fileio/TIN2VTK/index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/content/docs/tools/fileio/TIN2VTK/index.md b/web/content/docs/tools/fileio/TIN2VTK/index.md index 51dc44ef59b..2c59244a94a 100644 --- a/web/content/docs/tools/fileio/TIN2VTK/index.md +++ b/web/content/docs/tools/fileio/TIN2VTK/index.md @@ -5,17 +5,19 @@ author = "Julian Heinze" +++ ## Description + This tool converts datasets in TIN-format, usually used in geographic information systems (GIS), into VTK-format. The TIN-format stores triangular irregular networks which can be considered a subclass of triangulated 2D meshes. VTK stores such irregular networks as unstructured grids in *.vtu-files. ## Usage + ```bash -USAGE: +USAGE: TIN2VTK -o <string> -i <string> [--] [--version] [-h] -Where: +Where: -o <string>, --output-vtu-file <string> (required) the name of the file the mesh will be written to @@ -32,8 +34,8 @@ Where: Displays usage information and exits. ``` -## Example: +## Example ```bash TIN2VTK -i input.tin -o output.vtu -``` \ No newline at end of file +``` -- GitLab