
Boa noite, colegas! Estou tendo as mensagens de erro abaixo ao tentar ler as malhas digitais do Censo 2010. Eu sempre uso essas mesmas funções para importar a malha municipal de 2000, então a malha nova é que está com problema? Links para as malhas: ftp://geoftp.ibge.gov.br/malhas_digitais/censo_2010/setores_censitarios/ ou http://www.ibge.gov.br/home/download/geociencias.shtm
library(maptools) s.. = readShapeSpatial('./ac/12SDE250GC_SIR') Erro em readShapeSpatial("./ac/12SDE250GC_SIR") : File type cannot be read
s.. = readShapeSpatial('./ac/12SDE250GC_SIR.shp') Erro em readShapeSpatial("./ac/12SDE250GC_SIR.shp") : File type cannot be read
s.. = readShapePoly('./ac/12SDE250GC_SIR') Shapefile type: PolygonM (25), # of Shapes: 23
Erro em read.shape(filen = fn, verbose = verbose, repair = repair) : Shapefile type not (yet) handled by this function
s.. = readShapePoly('./ac/12SDE250GC_SIR.shp') Shapefile type: PolygonM (25), # of Shapes: 23
Erro em read.shape(filen = fn, verbose = verbose, repair = repair) : Shapefile type not (yet) handled by this function Obrigado!