Mercurial > repos > ecology > crsconverter
comparison CRSconverter.R @ 1:4bcab54d19eb draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/Phylodiversity_workflow commit 3149b752715a4097aa6f125cbcf291b2da106599
author | ecology |
---|---|
date | Sun, 25 May 2025 08:23:13 +0000 |
parents | d19c3cbbdd7e |
children |
comparison
equal
deleted
inserted
replaced
0:d19c3cbbdd7e | 1:4bcab54d19eb |
---|---|
29 dev.off() | 29 dev.off() |
30 } | 30 } |
31 | 31 |
32 | 32 |
33 save_as_shp_fun <- function(){ | 33 save_as_shp_fun <- function(){ |
34 write_sf(Transformed_spacial_coordinates, "output.shp") | 34 write_sf(Transformed_spacial_coordinates, "shapefile.shp") |
35 } | 35 } |
36 | 36 |
37 | 37 |
38 | 38 |
39 | 39 |