Re: [Gdal-dev] Warping a warped file C# bindings

2009-06-02 Thread Tamas Szekeres
Hi, I'm not sure about this problem, I suspect cascading the vrt datasets should normally work. Could you provide your complete C# example to produce the output and the gdal_warp command line to examine the difference? Best regards, Tamas 2009/5/31 edomazlicky > > I am trying to warp a NAD2

Re: [gdal-dev] Too much precision in WKT

2009-06-02 Thread Even Rouault
Brent, no, there's currently no way to limit the precision. By looking at your example, it seems that the extra figures are significant (but perhaps not for your use case). You'd get 01 or 99 at the end of the numbers if they were not significant So there's no way OGR can guess that yo

Re: [gdal-dev] Too much precision in WKT

2009-06-02 Thread Frank Warmerdam
Brent Fraser wrote: I've been experimenting with v1.6.0 ogr2ogr: ogr2ogr -f csv test_dir test_in.shp -nln test_out -lco GEOMETRY=AS_WKT The precision of the coordinates in the WKT seems to be overkill, eg: "LINESTRING (-115.11433812265155 53.146791166875367,-115.12192424362472 53.1473042

[gdal-dev] Too much precision in WKT

2009-06-02 Thread Brent Fraser
I've been experimenting with v1.6.0 ogr2ogr: ogr2ogr -f csv test_dir test_in.shp -nln test_out -lco GEOMETRY=AS_WKT The precision of the coordinates in the WKT seems to be overkill, eg: "LINESTRING (-115.11433812265155 53.146791166875367,-115.12192424362472 53.147304268559473, Is ther

Re: [gdal-dev] GDAL Python Development: Area Selection

2009-06-02 Thread Poovendran Moodley
Hi Even, Thank you for the additional resources! hehe and thanks to Frank for making GDAL available :) Kind regards Pooven On Fri, May 29, 2009 at 7:59 PM, Even Rouault wrote: > Pooven, > > We clearly miss a specific documentation for the GDAL Python bindings > (contributions welcome !). The OG