From c5683c028a76966d2668d698f70b0a5a57e9fbbb Mon Sep 17 00:00:00 2001 From: Peter Limkilde Svendsen <34237736+plimkilde@users.noreply.github.com> Date: Fri, 8 Dec 2023 13:24:54 +0100 Subject: [PATCH] Fix cross_lines_z command in README (#26) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 935b10c..1a0b439 100644 --- a/README.md +++ b/README.md @@ -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). ``` @@ -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 ```