Ticket #1395 (new defect)

Opened 2 years ago

Last modified 1 year ago

ogr2ogr -s_srs "+init=epsg:26592" -t_srs "+init=epsg:32633"

Reported by: robertoangeletti@fastmail.fm Assigned to: warmerdam
Priority: highest Milestone:
Component: OGR_SRS Version: unspecified
Severity: critical Keywords:
Cc:

Description (Last modified by mloskot)

Hello Frank,

I am transforming SHP from Italian GaussBoagaEst? to Wgs84 33 and have founded a shift of 164.57 meters on Y.

I tested with command:

ogr2ogr -s_srs "+init=epsg:26592" -t_srs "+proj=utm +zone=33 \
   +datum=WGS84" c:/gis/exportedSHP %1

and also with:

ogr2ogr -s_srs "+init=epsg:26592" -t_srs "+init=epsg:32633" \
   c:/gis/exportedSHP %1

Possibly, I wronged EPSG ID? The 26592 is not Italian GaussBoagaEst?? Or, there is an error in ogr2ogr? I am using FWTools1.0.7

Thank you in advance for help.

Best Regards

Roberto Angeletti

Change History

04/09/07 13:05:28 changed by mloskot

  • description changed.