Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 05-geometry-operations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ knitr::kable(sfs_st_cast,
"output type by column."),
caption.short = "Geometry casting on simple feature geometries.",
booktabs = TRUE) |>
kableExtra::add_footnote("Note: Values in parentheses represent the number of features; NA means the operation is not available", notation = "none")
kableExtra::add_footnote("Values in parentheses represent the number of features; NA means the operation is not available", notation = "none")
```

Let's try to apply geometry type transformations on a new object, `multilinestring_sf`, as an example (on the left in Figure \@ref(fig:line-cast)):
Expand Down