Skip to content
Prev 3374 / 29559 Next

readVECT6 temporary failure

On Wed, 2 Apr 2008, Facundo Mu?oz wrote:

            
Is there a stray *.dbf file in the temporary directory? OGR with the ESRI 
Shapefile driver does not like extra *.dbf or other irregularities.

In situations like this, just side-step readVECT6, use 
system("r.out.ogr ...") to an arbitrary directory, and readOGR() from 
there. There are multiple components operating, so complete control is not 
possible, but I have seen problems with stray *.dbf files before that were 
hard to debug.

Roger