Skip to content

Commit 5051628

Browse files
committed
Update burn_streams_at_roads.rs
1 parent 3c63117 commit 5051628

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/hydro_analysis/burn_streams_at_roads.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl BurnStreamsAtRoads {
4343
pub fn new() -> BurnStreamsAtRoads {
4444
// public constructor
4545
let name = "BurnStreamsAtRoads".to_string();
46-
let toolbox = "Stream Network Analysis".to_string();
46+
let toolbox = "Hydrological Analysis".to_string();
4747
let description = "Rasterizes vector streams based on Lindsay (2016) method.".to_string();
4848

4949
let mut parameters = vec![];

0 commit comments

Comments
 (0)