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
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
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
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
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