Skip to content

Commit

Permalink
Fix cross_lines_z command in README (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
plimkilde authored Dec 8, 2023
1 parent ee20858 commit c5683c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest

The tools can be used for single streams with a linestring for the centerline and profile data points along this centerline, obtained from Dataforsyningen.dk

### Preparing line objects for burning using cross_lines_z_2.py and cross sectional data
### Preparing line objects for burning using cross_lines_z and cross sectional data
This module is made for creating ready to burn lines from cross sectional data gathered from Dataforsyningen.dk (skikkelsesdata for vandløb).

```
Expand All @@ -61,7 +61,7 @@ cross_lines_z input_points_simpel input_points_sammensat input_points_opmaalt in
| `output_lines` | Path to file to write output elevation-sampled 3D line objects to. Will be written in gpkg format |

### Burning the prepared vector objects into raster tile
This module is made for burning the cross sectional data created in the 2d lines the above script (cross_lines_z_2.py).
This module is made for burning the cross sectional data created in the 2d lines the above script (cross_lines_z).
```
burn_line_z input_lines input_raster output_raster
```
Expand Down

0 comments on commit c5683c0

Please sign in to comment.