You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(sf)
library(stplanr)
# 1 -- Importar lista de coordenadas que estava em shp
COORD = st_read("path/centroides.shp")
# 2 -- criar linhas entre pares OD, que estão em formato long (O | D | num)
desire_lines <- od2line(LISTAOD, COORD)
# 3 -- exportar shapefile
st_write(desire_line, "linhasdesejo.shp")
The text was updated successfully, but these errors were encountered:
Simplificar, usando o
stplanr
The text was updated successfully, but these errors were encountered: