diff --git a/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc b/web/content/docs/tools/fileio/GocadTSurfaceReader/index.pandoc index 3cb60b0b3785cabe5575b56563a60abbb067bb0a..6dcd5ebe4593e53b905e82bbbe1e36bbfcad2ba8 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 5b3321796b3d4a1a2756dbdb5c2296a83ab31578..5b87f20222315e79c6b1cbf0447ebaf758e259e9 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 ca7bf692bec0f883b77e0eb423cd77fbe172fb7f..97435116c79bfeed119fb7d16037c9422bc218a2 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 5681865b1800985bc64a3c1ab4d1fd684bb4c6d1..1d6795a66b7c7a82b4de240b68aeaf99eb01e0e5 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 5d24fb0bcfe20140b7238228ef3852c21d497225..eade78c647fce0caa09872cc71882bf98c6b8492 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 86adc8c7e364185146eb24d2ddfe6fd5ad80306c..abbdc26ba5ef5a3cc363ff31e4c32044b2008b9e 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 3b93416017f6cfc63b5c26d1a5a9bd52a6dbe941..f109e314a3b846939f66caa3a7e55a0b04773f9b 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