<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Arial, Helvetica, serif, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><div>Hello Gdal team,<br></div><div><br></div><div>Iam using ogr2ogr tool for .shp or .geojson. or .kml to .csv conversion. But i want the Geometry to be as collections as show below. ( On giving GEOMETRY=AS_WKT iam getting in a normal format is there any option to get in the format i need )<br></div><div><br></div><div>format I need : { "type": "Polygon", "coordinates": [ [ [ 76.612, 33.173 ], [ 76.64, 33.162 ], [ 76.709, 33.181 ] ] ] } <br></div><div>                        or  atleast to have it in this format is aceptable for us <span class="s1"><span style="font-size: 16px" class="size">POLYGON (([76.612 , 33.173],[76.64 , 33.162],[76.709 , 33.181])) </span></span></div><div>format iam getting :  <span class="s1"><span class="size" style="font-size: 16px">POLYGON ((76.612 33.173,76.64 33.162,76.709 33.181)) </span></span><br></div><div><br></div><div>Thanks.</div><style type="text/css">p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px 'Helvetica Neue'; color: #000000; -webkit-text-stroke: #ffffff}
span.s1 {font-kerning: none}<br></style><div><br></div></div><br></body></html>