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
b1afc3b3
Commit
b1afc3b3
authored
Jul 09, 2021
by
Romulo Pereira Goncalves
Browse files
Revert to the old name format for backwards compability.
parent
809a7cf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
R-package/R/save_files.r
View file @
b1afc3b3
...
...
@@ -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
(
"
sel_SamplePoints_step_"
,
step
,
"
_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_SamplePoints_step_"
,
step
,
"
_"
,
class_name
,
".geojson"
,
sep
=
""
),
layer
=
paste
(
"
RefHaSa
_"
,
class_name
,
"_"
,
step
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
RefHaSa
_"
,
class_name
,
"_"
,
step
,
".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
(
"
sel_SamplePoints_step_"
,
step
,
"
_"
,
class_name
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
sel_SamplePoints_step_"
,
step
,
"
_"
,
class_name
,
".shp"
,
sep
=
""
),
layer
=
paste
(
"
RefHaSa
_"
,
class_name
,
"_"
,
step
,
sep
=
""
),
dsn
=
paste
(
in_path
,
"
RefHaSa
_"
,
class_name
,
"_"
,
step
,
".shp"
,
sep
=
""
),
driver
=
"ESRI Shapefile"
,
check_exists
=
TRUE
,
append
=
FALSE
...
...
Write
Preview
Markdown
is supported
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