On Wed, Feb 10, 2021 at 8:00 AM Karsten Tebling wrote:
>
> without a pipeline given this might be true, but using the -ct option, the
> docs clearly say "It must take into account the axis order of the source and
> target CRS.". so the axisswap was the missing part in my string and now it
> wor
without a pipeline given this might be true, but using the -ct option,
the docs clearly say "It must take into account the axis order of the
source and target CRS.". so the axisswap was the missing part in my
string and now it works.
thanks for your help =)
Am 09.02.2021 um 18:56 schrieb Mark
On Tue, Feb 9, 2021 at 9:15 AM Karsten Tebling wrote:
>
> the projinfo-command was exactly what i needed but didn't know it exists!
the ogr2ogr -ct command works now, thank you very much!
Interesting, because I am sure my previous suggestion to include the axis
swap step was wrong.
ogr2ogr shoul
the projinfo-command was exactly what i needed but didn't know it
exists! the ogr2ogr -ct command works now, thank you very much!
could this example be added to the official examples on
https://gdal.org/programs/ogr2ogr.html#ogr2ogr ? i think the -ct option
is very useful and an example for it
On Mon, Feb 8, 2021 at 10:23 AM Karsten Tebling wrote:
>
> gdalinfo for NTv2LSBB_LSA.gsb gave the following information:
>
> Size is 256, 264
> Coordinate System is: EPSG 4326
> Origin: 10.5, 53.1
> SYSTEM_F: S4283
> SYSTEM_T: ETRS89
> Upper Left 10.5, 53.1
> Lower Left 10.5, 50.9
> Upper Right 13
gdalinfo for NTv2LSBB_LSA.gsb gave the following information:
Size is 256, 264
Coordinate System is: EPSG 4326
Origin: 10.5, 53.1
SYSTEM_F: S4283
SYSTEM_T: ETRS89
Upper Left 10.5, 53.1
Lower Left 10.5, 50.9
Upper Right 13.3, 53.1
Lower Right 13.3, 50.9
ogrinfo for punkte_31468.dxf gave the follo
On Fri, Feb 5, 2021 at 3:40 PM Karsten Tebling wrote:
>
> Hello,
>
> i'm struggling with how to use the -ct option in ogr2ogr and could need
> some help.
>
> i copied a NTv2.gsb to osgeo4w64/share/proj and edited the proj.db by
> inserting a new row in the grid_transformation-table. using this
> t
Hello,
i'm struggling with how to use the -ct option in ogr2ogr and could need
some help.
i copied a NTv2.gsb to osgeo4w64/share/proj and edited the proj.db by
inserting a new row in the grid_transformation-table. using this
transformation in qgis works. however when i try to use it in ogr2o