<div dir="ltr">I would just do a complete stand alone python scriptinyana<div><br></div><div>iterate through all the shapefiles gets their pathnames into a  list and then create the output files pathnames for each file as i am about to put it into an ogr2ogr conversion for shapefile to kml. then convert it.</div><div><br></div><div>maybe something like ...</div><div><br></div><div><div>def shpToKML(inputPath,outputPath):<span class="" style="white-space:pre">    </span></div><div><br></div><div><span class="" style="white-space:pre">  </span>#get the drivers</div><div><span class="" style="white-space:pre">   </span>driver = ogr.GetDriverByName('KML')       </div><div><span class="" style="white-space:pre">     </span>driver = ogr.GetDriverByName('SHP')</div><div><br></div><div><span class="" style="white-space:pre">       </span>#do the conversion    </div><div><span class="" style="white-space:pre">   </span>ogr2ogr.main(['-f', 'KML', outputPath,inputPath])</div></div><div><br></div><div>play around with it you will get it ...just check the specific ogr2ogr syntax</div><div><br></div><div>Regards,</div><div><br></div><div>Zibusiso</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><span>Regards</span><br><br><span>Zibusiso M Ncube</span><br><br></div></div>
<br><div class="gmail_quote">On Mon, Aug 15, 2016 at 1:04 PM, Mnqweno Mnyengeza <span dir="ltr"><<a href="mailto:mnqwenom@statssa.gov.za" target="_blank">mnqwenom@statssa.gov.za</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="font-family:Helvetica,Arial,sans-serif;font-size:13px"><div><div>Dear All</div><br><div>I need to convert approximately thirteen million  points from shp2kml using QGIS. I have already split the points into their respective provinces, districts and the lowest level of demarcation which is an enumeration area (EA) here at Statistics South Africa. The output file of the split is the sub-folder named the EA reference number and containing the points and polygon of that particular EA. I now need to batch process this conversion using QGIS batch file processor if any is available or any other free open source tool that can easily serve the purpose.</div><br><div>Please assist</div><br><br><div>Kind regards</div><br><div style="clear:both"><div>Mnqweno Mnyengeza (Mr)</div><div> </div><div>Professional GIS Practitioner </div><div>Geography</div><div><a href="tel:082%209048267" value="+27829048267" target="_blank">082 9048267</a> (Mobile)</div><div>Statistics South Africa</div>"..<em>.people are very quick to notice the change in your attitude towards them but always ignore their unacceptable behavior that led to your change</em>....."</div><div><em><strong></strong></em> </div></div><br><br>
<img></div>
<br>______________________________<wbr>_________________<br>
Africa mailing list<br>
<a href="mailto:Africa@lists.osgeo.org">Africa@lists.osgeo.org</a><br>
You can UNSUBSCRIBE at <a href="http://lists.osgeo.org/mailman/listinfo/africa" rel="noreferrer" target="_blank">http://lists.osgeo.org/<wbr>mailman/listinfo/africa</a><br></blockquote></div><br></div>