From 1d03873a0ac6c3f6680a8a42f7b60eed86c3ff05 Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Fri, 29 May 2020 10:45:31 +0200 Subject: [PATCH] [web] Removed links to GitHub in tools description. --- web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc | 2 -- web/content/docs/tools/fileio/Mesh2Raster/index.pandoc | 2 -- web/content/docs/tools/fileio/Mesh2Shape/index.pandoc | 2 -- web/content/docs/tools/fileio/TecPlotTools/index.pandoc | 2 -- web/content/docs/tools/meshing/addtoplayer/index.pandoc | 2 -- web/content/docs/tools/meshing/vtu2grid/index.pandoc | 2 -- .../tools/preprocessing/createIntermediateRasters/index.pandoc | 2 -- 7 files changed, 14 deletions(-) diff --git a/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc b/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc index 3cb60b0b378..6dcd5ebe459 100644 --- a/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc +++ b/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc @@ -24,8 +24,6 @@ Another data type, SGRID (Structured Grid, usually saved to *.sg files) can be c Parsers for additional GoCAD-datasets may be added in the future. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/fileio/Mesh2Raster/index.pandoc b/web/content/docs/tools/fileio/Mesh2Raster/index.pandoc index 5b3321796b3..5b87f202223 100644 --- a/web/content/docs/tools/fileio/Mesh2Raster/index.pandoc +++ b/web/content/docs/tools/fileio/Mesh2Raster/index.pandoc @@ -12,8 +12,6 @@ author = "Karsten Rink" This utility generates an ASCII-raster file based on a 2D surface mesh. A raster is superimposed on the mesh and pixel values are set to the surface elevation at each pixel's position. If no mesh element is located beneath a pixel it's value is set to NODATA. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/fileio/Mesh2Shape/index.pandoc b/web/content/docs/tools/fileio/Mesh2Shape/index.pandoc index ca7bf692bec..97435116c79 100644 --- a/web/content/docs/tools/fileio/Mesh2Shape/index.pandoc +++ b/web/content/docs/tools/fileio/Mesh2Shape/index.pandoc @@ -12,8 +12,6 @@ author = "Karsten Rink" Converts a 2D surface mesh into a shapfile such that each element is represented by a polygon. Cell attributes are transferred onto shape polygons while point attributes are ignored. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/fileio/TecPlotTools/index.pandoc b/web/content/docs/tools/fileio/TecPlotTools/index.pandoc index 5681865b180..1d6795a66b7 100644 --- a/web/content/docs/tools/fileio/TecPlotTools/index.pandoc +++ b/web/content/docs/tools/fileio/TecPlotTools/index.pandoc @@ -14,8 +14,6 @@ This is a utility for handling TecPlot data. At the moment, it is possible to sp This tool may be extended in the future to handle more TecPlot-related functionality. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/meshing/addtoplayer/index.pandoc b/web/content/docs/tools/meshing/addtoplayer/index.pandoc index 5d24fb0bcfe..eade78c647f 100644 --- a/web/content/docs/tools/meshing/addtoplayer/index.pandoc +++ b/web/content/docs/tools/meshing/addtoplayer/index.pandoc @@ -16,8 +16,6 @@ One might want to take care that the material groups are reduced, eg. material g The tool requires the [OGS-6 node ordering](http://doxygen.opengeosys.org/index.html) in the elements. A different node ordering may lead to unexpected results. In case one might try to change the ordering using the tool `NodeReordering`. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/meshing/vtu2grid/index.pandoc b/web/content/docs/tools/meshing/vtu2grid/index.pandoc index 86adc8c7e36..abbdc26ba5e 100644 --- a/web/content/docs/tools/meshing/vtu2grid/index.pandoc +++ b/web/content/docs/tools/meshing/vtu2grid/index.pandoc @@ -12,8 +12,6 @@ author = "Karsten Rink" This utility rasterises an existing 3D mesh at a given resolution. The result is a (quasi-)structured grid (consisting of hexahedral elements) with the same extent as the input mesh. Cell properties are mapped onto the grid (sampled at centre-points of each cube), while node properties are ignored. For large raster sizes, an undersampling of the original mesh is possible. -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash diff --git a/web/content/docs/tools/preprocessing/createIntermediateRasters/index.pandoc b/web/content/docs/tools/preprocessing/createIntermediateRasters/index.pandoc index 3b93416017f..f109e314a3b 100644 --- a/web/content/docs/tools/preprocessing/createIntermediateRasters/index.pandoc +++ b/web/content/docs/tools/preprocessing/createIntermediateRasters/index.pandoc @@ -12,8 +12,6 @@ author = "Karsten Rink" This utility uses two input DEMs (i.e. raster files of digital elevation models) located at the exact same spatial position but at different elevation and calculates a specified number of raster DEMs located at equidistant distance between them (i.e. for n=1, one new raster located precisely in the middle will be created). -The tool is part of the official [OpenGeoSys git repository](https://github.com/ufz/ogs). - ## Usage ```bash -- GitLab