An error occurred while fetching the assigned milestone of the selected merge_request.
+ 8
− 2
@@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
@@ -66,6 +66,8 @@ dem_to_reach_txt <- function(dem, node_coords, space_step, section_width, nb_poi
@@ -66,6 +66,8 @@ dem_to_reach_txt <- function(dem, node_coords, space_step, section_width, nb_poi
@@ -95,8 +97,12 @@ dem_to_section <- function(dem, node_coords, section_center, section_width, nb_p
@@ -95,8 +97,12 @@ dem_to_section <- function(dem, node_coords, section_center, section_width, nb_p
x_points <- sapply(seq_len(nrow(section_points)), function(i) {as.numeric(dist(section_points[c(1,i), ]))})
+ 5
− 2
@@ -15,8 +15,9 @@
@@ -15,8 +15,9 @@
#' Moreover, the `sic_path` can be defined with the environment variable "SICPATH". This setting is a default which is overwritten
#' by the path defined in the user YAML file, which is also overwritten by the one define by the `sic_path` argument.
@@ -34,6 +35,8 @@
@@ -34,6 +35,8 @@
#' - `INTERF`: default `INTERF` parameter injected in command line arguments of TALWEG, FLUVIA, SIRENE
#' - `path`: Path to the XML project file (should be defined by `xml_path` parameter or in the user config file)
#' @return a *ReachTxt* object (See [create_uniform_reach_txt] and [dem_to_reach]) containing the merged reaches.
@@ -28,9 +30,9 @@
@@ -28,9 +30,9 @@
+ 58
− 2
@@ -25,7 +25,7 @@
@@ -25,7 +25,7 @@
@@ -55,14 +55,70 @@ sic_import_reaches <- function(reaches, import_mode = "ImportXml_UPDATE", cfg =
@@ -55,14 +55,70 @@ sic_import_reaches <- function(reaches, import_mode = "ImportXml_UPDATE", cfg =
+ 1
− 1
@@ -49,7 +49,7 @@ sic_write_par <- function(cfg, scenario, sicInputs) {
@@ -49,7 +49,7 @@ sic_write_par <- function(cfg, scenario, sicInputs) {