Skip to content
Snippets Groups Projects
Verified Commit 1d03873a authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] Removed links to GitHub in tools description.

parent 25694c1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment