Re: [R] Read shp file

2019-11-21 Thread Michael Hannon
I can't help you locate the .shx file, but the gist of it is that a "shapefile" actually requires a minimum of three files: https://knowledge.autodesk.com/support/autocad-map-3d/learn-explore/caas/sfdcarticles/sfdcarticles/Required-files-that-make-up-a-shapefile.html The .shx file is an index of

[R] Read shp file

2019-11-21 Thread Medic
Help me. pls, to read .shp file. `library("tmaptools") geo <- read_shape("Rom.shp", as.sf = TRUE) This function is deprecated and has been migrated to github.com/mtennekes/oldtmaptools` I have to turn to another function, but I get an unclear message `library(raster) geo <- shapefile ("Rus.shp")