Skip to content

Commit

Permalink
Merge pull request #1145 from jacobvjk/fix-typo-duplicate-or-not
Browse files Browse the repository at this point in the history
remove duplicate 'or not'
  • Loading branch information
Robinlovelace authored Dec 14, 2024
2 parents 0089ff5 + 71ff6c5 commit 5ea9a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-spatial-operations.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ waldo::compare(canterbury_height2, canterbury_height4)
At this point, there are three identical (in all but row names) versions of `canterbury_height`, one created using the `[` operator, one created via an intermediary selection object, and another using **sf**'s convenience function `st_filter()`.
<!-- RL: commented out for now as old. Todo: if we ever update that vignette uncomment the next line. -->
<!-- To explore spatial subsetting in more detail, see the supplementary vignettes on `subsetting` and [`tidyverse-pitfalls`](https://geocompr.github.io/geocompkg/articles/) on the [geocompkg website](https://geocompr.github.io/geocompkg/articles/). -->
The next section explores different types of spatial relation, also known as binary predicates, that can be used to identify whether or not two features are spatially related or not.
The next section explores different types of spatial relation, also known as binary predicates, that can be used to identify whether two features are spatially related or not.

### Topological relations

Expand Down

0 comments on commit 5ea9a22

Please sign in to comment.