Skip to content
Prev 139248 / 398506 Next

Error opening SHP file (maptools)

The help page for readShapePoints says that the file name that you 
supply should not include the extension.

The "system.file" part of the example in the help page is only to use 
the example file that came with the package. Since you want to open 
your own file you omit the system.file() bit.

Do something like:

    readShapePoints( 'C:/path_to_my_file/filename')

Hope this helps.
-Don
At 12:05 PM -0600 3/11/08, gerickes at earthlink.net wrote: