Skip to content

Commit

Permalink
added crosswalk_id paramater to classify_points function in ml_inject…
Browse files Browse the repository at this point in the history
… workflow
  • Loading branch information
anguswg-ucsb committed Aug 26, 2024
1 parent 967f40b commit 1998c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/cs_runner/03_inject_ml.R
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ for (i in 1:nrow(path_df)) {
message(round(Sys.time()), " - Reclassifying cross section point types...")

# reclassify
final_cs <- hydrofabric3D::classify_points(final_cs)
final_cs <- hydrofabric3D::classify_points(final_cs, crosswalk_id = "hy_id")

# final_uids <- final_cs %>% hydrofabric3D::get_unique_tmp_ids()
# random_uids <- sample(x=final_uids, size=12)
Expand Down

0 comments on commit 1998c42

Please sign in to comment.