Opened 14 years ago

Last modified 14 years ago

#2332 new enhancement

please add +towgs parameters

Reported by: pcav Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Projection Support Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Standard EPSG code for Italian projections (3003 and 3004) do not include datum; as a result, reprojection is always wrong by about 100 m. Can we add 4 more projection definition to our SRS database? It should only be added the +towgs84 parameter so that we'll have:

3003 corrected, mainland: same as 3003, with +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68

3004 corrected, mainland: same as 3004, with +towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68

3003 corrected, Sardinia: same as 3003, with +towgs84=-168.6,-34.0,38.6,-0.374,-0.679,-1.379,-9.48

3004 corrected, Sicily: same as 3004, with +towgs84=-50.2,-50.4,84.8,-0.690,-2.012,0.459,-28.08

In GRASS this has been solved by a similar approach: http://freegis.org/cgi-bin/viewcvs.cgi/*checkout*/grass/src/libes/gis/datumtransform.table?rev=HEAD&content-type=text/plain I think this can be done now, as it does not impact anything else, and it would make life a lot easier for Italian users (remember, the second largest QGIS user community!). Details in http://www.crs-geo.eu/

New custom codes should be in the 32,768-100,000 range; 39031, 39032, 39041, 39042 should be ok.

Change History (6)

comment:1 by lutra, 14 years ago

Italy is not the only case, there are obviously others (in my case I'm referring to Portugal).

My suggestion is to implement this #1908 and then just maintain the list of datum association (3 and 7 parameters transformation).

Ex: http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/lib/gis/datumtransform.table

http://trac.osgeo.org/grass/browser/grass/branches/releasebranch_6_4/lib/gis/datum.table




Missing/correct definitions for Portugal

  • [D73HG] HAYFORD-GAUSS DATUM 73

http://www.igeo.pt/produtos/Geodesia/Inf_tecnica/sistemas_referencia/Datum_73.htm

+proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=180.598 +y_0=-86.98999999999999 +ellps=intl +towgs84=-239.749,88.181,30.488,0.263,0.082,1.211,2.229

  • [DLXHG] HAYFORD-GAUSS DATUM LISBOA (IGP)

http://www.igeo.pt/produtos/Geodesia/Inf_tecnica/sistemas_referencia/Datum_Lx.htm

+proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=0 +y_0=0 +ellps=intl +towgs84=-288.885,-91.744,126.244,-1.691,0.410,-0.211,-4.598

  • [DLXHGMIL] HAYFORD-GAUSS DATUM LISBOA (Militar)

+proj=tmerc +lat_0=39.66666666666666 +lon_0=-8.131906111111112 +k=1 +x_0=200000 +y_0=300000 +ellps=intl +towgs84=-288.885,-91.744,126.244,-1.691,0.410,-0.211,-4.598

comment:2 by lutra, 14 years ago

making some addition, please wait before adding

comment:3 by lutra, 14 years ago

it seems there is a little confunsion about official towgs parameters for Portugal. I will try to gather the right infos in time for the dev meeting.

comment:4 by pcav, 14 years ago

Milestone: Version 1.5.0Version 1.6.0

comment:5 by pcav, 14 years ago

Component: Project Loading / SavingProjection Support

comment:6 by lutra, 14 years ago

see also #1908

Note: See TracTickets for help on using tickets.