Skip to content
Prev 11991 / 15075 Next

Mac-only problem using readOGR(), which uses ogrInfo(), to read a shapefile from a directory on a USB pen drive

My thought is that it might be that USB drives are usually MSDOS formatted. Usually not a problem but rgdal works with directories. Formatting  in a Mac with Disk Utility might be a work-around, with the limitation that the USB will only work in Macs.

I would also try verbose=TRUE which may give more information.

In the absence of other ideas contacting the package author can help.

Ken