Cannot open shapefile in R












0















I am not sure why but I cant read shapefiles at all in r!



On a MacOS Mojave,



I have tried:



afg <- readOGR("afg.shp")
afg <- readOGR(dsn = ".", layer = "afg")


The shapefiles are from this website: http://www.diva-gis.org/gdata, Afghanistan roads.



This same error keeps occuring:



Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv,  : 
Cannot open layer


However, this code works:



countries <- readOGR("countries.geojson")


Can someone figure out why?










share|improve this question























  • Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

    – neilfws
    Nov 25 '18 at 22:14
















0















I am not sure why but I cant read shapefiles at all in r!



On a MacOS Mojave,



I have tried:



afg <- readOGR("afg.shp")
afg <- readOGR(dsn = ".", layer = "afg")


The shapefiles are from this website: http://www.diva-gis.org/gdata, Afghanistan roads.



This same error keeps occuring:



Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv,  : 
Cannot open layer


However, this code works:



countries <- readOGR("countries.geojson")


Can someone figure out why?










share|improve this question























  • Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

    – neilfws
    Nov 25 '18 at 22:14














0












0








0








I am not sure why but I cant read shapefiles at all in r!



On a MacOS Mojave,



I have tried:



afg <- readOGR("afg.shp")
afg <- readOGR(dsn = ".", layer = "afg")


The shapefiles are from this website: http://www.diva-gis.org/gdata, Afghanistan roads.



This same error keeps occuring:



Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv,  : 
Cannot open layer


However, this code works:



countries <- readOGR("countries.geojson")


Can someone figure out why?










share|improve this question














I am not sure why but I cant read shapefiles at all in r!



On a MacOS Mojave,



I have tried:



afg <- readOGR("afg.shp")
afg <- readOGR(dsn = ".", layer = "afg")


The shapefiles are from this website: http://www.diva-gis.org/gdata, Afghanistan roads.



This same error keeps occuring:



Error in ogrInfo(dsn = dsn, layer = layer, encoding = encoding, use_iconv = use_iconv,  : 
Cannot open layer


However, this code works:



countries <- readOGR("countries.geojson")


Can someone figure out why?







r rgdal






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 25 '18 at 22:02









AmorosoAmoroso

1611212




1611212













  • Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

    – neilfws
    Nov 25 '18 at 22:14



















  • Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

    – neilfws
    Nov 25 '18 at 22:14

















Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

– neilfws
Nov 25 '18 at 22:14





Maybe you need to specify the path to the shapefile? If you unzipped to create the directory AFG_rds in Downloads, this should work: readOGR("~/Downloads/AFG_rds/AFG_roads.shp")

– neilfws
Nov 25 '18 at 22:14












1 Answer
1






active

oldest

votes


















2














I'm on Mojave and this works fine:



httr::GET(
url = "http://biogeo.ucdavis.edu/data/diva/rds/AFG_rds.zip",
httr::write_disk("AFG_rds.zip"),
httr::progress()
) -> res

fils <- unzip("AFG_rds.zip", exdir = "afg-roads")

fils
## [1] "afg-roads/AFG_roads.dbf" "afg-roads/AFG_roads.prj"
## [3] "afg-roads/AFG_roads.shp" "afg-roads/AFG_roads.shx"

rgdal::readOGR("afg-roads/AFG_roads.shp")
## OGR data source with driver: ESRI Shapefile
## Source: "/Users/bob/Development/afg-roads/AFG_roads.shp", layer: "AFG_roads"
## with 1409 features
## It has 5 fields
## class : SpatialLinesDataFrame
## features : 1409
## extent : 60.6075, 74.67168, 29.38582, 38.48983 (xmin, xmax, ymin, ymax)
## coord. ref. : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0
## variables : 5
## names : MED_DESCRI, RTT_DESCRI, F_CODE_DES, ISO, ISOCOUNTRY
## min values : Unknown, Primary Route, Road, AFG, AFGHANISTAN
## max values : Without Median, Unknown, Trail, AFG, AFGHANISTAN





share|improve this answer
























  • Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

    – neilfws
    Nov 25 '18 at 23:14






  • 1





    I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

    – hrbrmstr
    Nov 25 '18 at 23:15













Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53472453%2fcannot-open-shapefile-in-r%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









2














I'm on Mojave and this works fine:



httr::GET(
url = "http://biogeo.ucdavis.edu/data/diva/rds/AFG_rds.zip",
httr::write_disk("AFG_rds.zip"),
httr::progress()
) -> res

fils <- unzip("AFG_rds.zip", exdir = "afg-roads")

fils
## [1] "afg-roads/AFG_roads.dbf" "afg-roads/AFG_roads.prj"
## [3] "afg-roads/AFG_roads.shp" "afg-roads/AFG_roads.shx"

rgdal::readOGR("afg-roads/AFG_roads.shp")
## OGR data source with driver: ESRI Shapefile
## Source: "/Users/bob/Development/afg-roads/AFG_roads.shp", layer: "AFG_roads"
## with 1409 features
## It has 5 fields
## class : SpatialLinesDataFrame
## features : 1409
## extent : 60.6075, 74.67168, 29.38582, 38.48983 (xmin, xmax, ymin, ymax)
## coord. ref. : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0
## variables : 5
## names : MED_DESCRI, RTT_DESCRI, F_CODE_DES, ISO, ISOCOUNTRY
## min values : Unknown, Primary Route, Road, AFG, AFGHANISTAN
## max values : Without Median, Unknown, Trail, AFG, AFGHANISTAN





share|improve this answer
























  • Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

    – neilfws
    Nov 25 '18 at 23:14






  • 1





    I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

    – hrbrmstr
    Nov 25 '18 at 23:15


















2














I'm on Mojave and this works fine:



httr::GET(
url = "http://biogeo.ucdavis.edu/data/diva/rds/AFG_rds.zip",
httr::write_disk("AFG_rds.zip"),
httr::progress()
) -> res

fils <- unzip("AFG_rds.zip", exdir = "afg-roads")

fils
## [1] "afg-roads/AFG_roads.dbf" "afg-roads/AFG_roads.prj"
## [3] "afg-roads/AFG_roads.shp" "afg-roads/AFG_roads.shx"

rgdal::readOGR("afg-roads/AFG_roads.shp")
## OGR data source with driver: ESRI Shapefile
## Source: "/Users/bob/Development/afg-roads/AFG_roads.shp", layer: "AFG_roads"
## with 1409 features
## It has 5 fields
## class : SpatialLinesDataFrame
## features : 1409
## extent : 60.6075, 74.67168, 29.38582, 38.48983 (xmin, xmax, ymin, ymax)
## coord. ref. : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0
## variables : 5
## names : MED_DESCRI, RTT_DESCRI, F_CODE_DES, ISO, ISOCOUNTRY
## min values : Unknown, Primary Route, Road, AFG, AFGHANISTAN
## max values : Without Median, Unknown, Trail, AFG, AFGHANISTAN





share|improve this answer
























  • Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

    – neilfws
    Nov 25 '18 at 23:14






  • 1





    I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

    – hrbrmstr
    Nov 25 '18 at 23:15
















2












2








2







I'm on Mojave and this works fine:



httr::GET(
url = "http://biogeo.ucdavis.edu/data/diva/rds/AFG_rds.zip",
httr::write_disk("AFG_rds.zip"),
httr::progress()
) -> res

fils <- unzip("AFG_rds.zip", exdir = "afg-roads")

fils
## [1] "afg-roads/AFG_roads.dbf" "afg-roads/AFG_roads.prj"
## [3] "afg-roads/AFG_roads.shp" "afg-roads/AFG_roads.shx"

rgdal::readOGR("afg-roads/AFG_roads.shp")
## OGR data source with driver: ESRI Shapefile
## Source: "/Users/bob/Development/afg-roads/AFG_roads.shp", layer: "AFG_roads"
## with 1409 features
## It has 5 fields
## class : SpatialLinesDataFrame
## features : 1409
## extent : 60.6075, 74.67168, 29.38582, 38.48983 (xmin, xmax, ymin, ymax)
## coord. ref. : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0
## variables : 5
## names : MED_DESCRI, RTT_DESCRI, F_CODE_DES, ISO, ISOCOUNTRY
## min values : Unknown, Primary Route, Road, AFG, AFGHANISTAN
## max values : Without Median, Unknown, Trail, AFG, AFGHANISTAN





share|improve this answer













I'm on Mojave and this works fine:



httr::GET(
url = "http://biogeo.ucdavis.edu/data/diva/rds/AFG_rds.zip",
httr::write_disk("AFG_rds.zip"),
httr::progress()
) -> res

fils <- unzip("AFG_rds.zip", exdir = "afg-roads")

fils
## [1] "afg-roads/AFG_roads.dbf" "afg-roads/AFG_roads.prj"
## [3] "afg-roads/AFG_roads.shp" "afg-roads/AFG_roads.shx"

rgdal::readOGR("afg-roads/AFG_roads.shp")
## OGR data source with driver: ESRI Shapefile
## Source: "/Users/bob/Development/afg-roads/AFG_roads.shp", layer: "AFG_roads"
## with 1409 features
## It has 5 fields
## class : SpatialLinesDataFrame
## features : 1409
## extent : 60.6075, 74.67168, 29.38582, 38.48983 (xmin, xmax, ymin, ymax)
## coord. ref. : +proj=longlat +datum=WGS84 +no_defs +ellps=WGS84 +towgs84=0,0,0
## variables : 5
## names : MED_DESCRI, RTT_DESCRI, F_CODE_DES, ISO, ISOCOUNTRY
## min values : Unknown, Primary Route, Road, AFG, AFGHANISTAN
## max values : Without Median, Unknown, Trail, AFG, AFGHANISTAN






share|improve this answer












share|improve this answer



share|improve this answer










answered Nov 25 '18 at 22:59









hrbrmstrhrbrmstr

61.7k693153




61.7k693153













  • Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

    – neilfws
    Nov 25 '18 at 23:14






  • 1





    I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

    – hrbrmstr
    Nov 25 '18 at 23:15





















  • Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

    – neilfws
    Nov 25 '18 at 23:14






  • 1





    I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

    – hrbrmstr
    Nov 25 '18 at 23:15



















Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

– neilfws
Nov 25 '18 at 23:14





Works for me too. Not sure why the file name in the question is afg.shp; this is not the file name in the download.

– neilfws
Nov 25 '18 at 23:14




1




1





I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

– hrbrmstr
Nov 25 '18 at 23:15







I figured the OP might have renamed everything for some reason. ¯_(ツ)_/¯

– hrbrmstr
Nov 25 '18 at 23:15






















draft saved

draft discarded




















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53472453%2fcannot-open-shapefile-in-r%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Ottavio Pratesi

Tricia Helfer

15 giugno