Hi List,<br>I&#39;m having trouble exporting a GRASS vector file<br>using v.out.ogr. The file contains 1 million<br>areas and its attributes are stored in a <br>postgresql table (view of joined tables and<br>connected to geometry using v.db.connect). <br>
<br>When I run the following command:<br><br>v.out.ogr -c type=area input=g1km dsn=/tmp/shp<br><br>I get the following error:<br><br>99%<br>dbmi: Out of Memory<br>ERROR: Cannot select attributes for cat = 991956<br><br>I can successfully create the shp file using the <br>
above procedure for a small vector file containing<br>400 areas, but I&#39;m wondering if it&#39;s possible to export<br>the large dataset?<br><br>I&#39;m running GRASS 6.5.svn on Linux and have compiled it<br>with --enable-largefile.<br>
<br>Thanks in advance,<br>Daniel. <br><br>