Re: [gdal-dev] Shift/Translate vector data within the same coordinate system

2008-10-07 Thread John C. Tull
On Oct 7, 2008, at 8:45 AM, Frank Warmerdam wrote: It should be possible to specify a -s_srs and -t_srs that match the actual coordinate system, except using a different false easting/ northing for the source srs. This would result in an offset in x and y similar to the difference in false

Re: [gdal-dev] Shift/Translate vector data within the same coordinate system

2008-10-07 Thread Frank Warmerdam
Andreas Neumann wrote: Hi, I wonder if ogr2ogr can translate/shift vector data within the same coordinate system. In Postgis I would use ST_Translate(geometry, float8, float8, float8) to solve my problem. I have data that is in the swiss coordinate system (metric, scale 1:1), but not correctly

[gdal-dev] Shift/Translate vector data within the same coordinate system

2008-10-06 Thread Andreas Neumann
Hi, I wonder if ogr2ogr can translate/shift vector data within the same coordinate system. In Postgis I would use ST_Translate(geometry, float8, float8, float8) to solve my problem. I have data that is in the swiss coordinate system (metric, scale 1:1), but not correctly georeferenced. All vector