Commit 2df8c0d7 authored by Grelot Frederic's avatar Grelot Frederic :swimmer_tone5:
Browse files

correction de script/topage.R

	- st_write avec append = FALSE pour les MAJ

Refs #6
Showing with 1 addition and 1 deletion
+1 -1
...@@ -14,4 +14,4 @@ names(waterbody) = c("id", "name", "geometry") ...@@ -14,4 +14,4 @@ names(waterbody) = c("id", "name", "geometry")
waterbody = sf::st_intersection(waterbody, geau::so_ii_limit) waterbody = sf::st_intersection(waterbody, geau::so_ii_limit)
# Save # Save
sf::st_write(waterbody, "data-common/so-ii/topage/2021-09/plan_eau.shp") sf::st_write(waterbody, "data-common/so-ii/topage/2021-09/plan_eau.shp", append = FALSE)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment