Handbook
Glossary
save-shapes ( shapes path -- )
Vocabulary
shapefiles
Inputs
shapes
an
object
path
an
object
Outputs
None
Definition
USING:
io.encodings.binary
io.files
kernel
sequences
shapefiles.private
;
IN:
shapefiles
:
save-shapes
( shapes path -- )
[
".shp"
append
binary
[
write-shp
]
with-file-writer
]
[
".shx"
append
binary
[
write-shx
]
with-file-writer
]
bi
;