Skip to content

Commit

Permalink
Add check for Amersfoort projection
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaCartuyvels1 committed Feb 8, 2024
1 parent ba53d3d commit 88250b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/R/steekproeftrekking_nabehandeling.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ replace_by_existing <- function(sample,
gebied,
overlap_prop = 0.5,
sbp_file) {
stop(sf::st_crs(existing_points)$input == "EPSG:28992")
# Determine where HOL and OL is in gebied
ol <- selectie_openheid(
gebied = gebied,
Expand Down

0 comments on commit 88250b2

Please sign in to comment.