cppRouting icon indicating copy to clipboard operation
cppRouting copied to clipboard

data_readme "com_simplified_geom" is incomplete

Open cesarkero opened this issue 1 year ago • 0 comments

First of all, this is a great job. While understanding the functions and logic through the readme, I found and stop point here:

#Joining commune IDs to nodes
df2<-left_join(df2,ndcom[,c("id_noeud","com")],by=c("origin"="id_noeud"))
#Joining 2SFCA to shapefile
com<-left_join(com,df2[,c("com","sfca")],by=c("INSEE_COM"="com"))

The left_join can't be done because the "com_simplified_geom.shp" (com) doesn't contain the attributes to link ID's with the real coords, so I can't generate the map.

Best regards.

cesarkero avatar Jan 17 '25 11:01 cesarkero