Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-10 Thread Markus Neteler
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-09 Thread Karsten Tebling
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-09 Thread Markus Metz
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-09 Thread Karsten Tebling
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-08 Thread Markus Metz
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-08 Thread Karsten Tebling
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

Re: [gdal-dev] how to use the -ct option in ogr2ogr

2021-02-06 Thread Markus Metz
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

[gdal-dev] how to use the -ct option in ogr2ogr

2021-02-05 Thread Karsten Tebling
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