Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Habitat Sampler
HabitatSampler
Commits
809a7cf0
Commit
809a7cf0
authored
Jul 09, 2021
by
Johannes Knoch
Browse files
change names of output files
parent
409352e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
R-package/R/save_files.r
View file @
809a7cf0
...
...
@@ -215,8 +215,8 @@ writeOutSamples <- function(in_path, step, class_name, output_format = c("shp",
}
sf
::
st_write
(
obj
=
sf
::
st_as_sf
(
x
=
result
,
crs
=
4326
),
layer
=
paste
(
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".geojson"
,
sep
=
""
),
layer
=
paste
(
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".geojson"
,
sep
=
""
),
driver
=
"GeoJSON"
,
check_exists
=
TRUE
,
append
=
FALSE
...
...
@@ -224,8 +224,8 @@ writeOutSamples <- function(in_path, step, class_name, output_format = c("shp",
}
else
{
sf
::
st_write
(
obj
=
sf
::
st_as_sf
(
x
=
result
,
crs
=
4326
),
layer
=
paste
(
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".shp"
,
sep
=
""
),
layer
=
paste
(
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_
SamplePoints_step_"
,
step
,
"_"
,
class_name
,
".shp"
,
sep
=
""
),
driver
=
"ESRI Shapefile"
,
check_exists
=
TRUE
,
append
=
FALSE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment