Closed ozgurhsyndgn closed 9 months ago
Hi @ozgurhsyndgn
Thanks for your interest in blockCV
.
You can use your_cv_obj$blocks
to access the blocks. Then use the sf
package to write it to a file e.g.:
sf::st_write(your_cv_obj$blocks, "file_path.shp")
Thank you Mr. Valavi, this is what I was looking for!
Kind Regards.
All my respect and appreciation for the package you've created,
I'm using the package in my thesis and want to have better visuals with a GIS layout. I'm trying to export the blocks and it's id/fold name/numbers in it as a shapefile.
How can I export a cv_spatial object as a shapefile?
I'm lacking with data manipulation a bit, thanks for your help in advance,
Best regards,
Huseyin