Hi All, <br><br>Today I have an interesting problem. I know the 4 corners of a bounding box for a geographical area. I wish to create a shape file knowing only these 4 co-ordinates. I was thinking that the best way to do something like this, would be to put them into a CSV file, following the directions specified here: <a href="http://www.gdal.org/ogr/drv_csv.html">http://www.gdal.org/ogr/drv_csv.html</a> .Then taking that CSV&nbsp; file and relying on the&nbsp; VRT driver to read it and using ogr2ogr to create a shape file from my CSV file. What I am curious about. Is this: When I create the associated VRT file to accompany my CSV so the vrt driver can read it. Obviously the GeometryType is wkbPolygon and the LayerSRS is assumed to be WGS84. <br>
<br><br>But what does the GeometryField encoding look like ? The example from the url above only specifies pts. And I couldn&#39;t find one for polygons. Could someone please shed some light on this. OR if you have a different/better way to approach this without the aid of an ESRI product.<br>
<font size="4"><br></font><pre><font size="4">  &lt;GeometryType&gt;wkbPoint&lt;/GeometryType&gt;<br>      &lt;LayerSRS&gt;WGS84&lt;/LayerSRS&gt;<br>   &lt;GeometryField encoding=&quot;PointFromColumns&quot; x=&quot;Longitude&quot; y=&quot;Latitude&quot;/&gt;</font></pre>
<br>Thanks for your help. <br><br>Courtney<br>