[postgis-users] Adding TOWGS84

P.Rizzi Ag.Mobilità Ambiente paolo.rizzi at ama-mi.it
Tue Oct 18 08:23:32 PDT 2005


Hi all,
I'd like to have the TOWGS84 parameters added for SRID=EPSG:3003,
that uses the EPSG:4265 DATUM.

These parameters are present inside the EPSG database, but are not present
inside the spatial_ref_sys table.

The WKT to add is this:
	TOWGS84[-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68]
and the proj4text text to add is this:
	+towgs84=-104.1,-49.1,-9.9,0.971,-2.917,0.714,-11.68

This is for "Italy - mainland".
I'm not really an expert on this so maybe there was a reason if these
parameters were left out 
from the spatial_ref_sys table???

Thank you very much in advance if you'd do this addition.

Bye
Paolo Rizzi


P.S: I took these parameters from this SQL query against the EPSG database
V67:
SELECT o.coord_op_name, m.coord_op_method_name, p.parameter_name,
pu.sort_order, pv.parameter_value, u.unit_of_meas_name, a.area_name
FROM epsg_coordoperation o
JOIN epsg_coordoperationmethod m
ON m.coord_op_method_code = o.coord_op_method_code
JOIN epsg_coordoperationparamvalue pv
ON pv.coord_op_method_code = o.coord_op_method_code AND
pv.coord_op_code = o.coord_op_code
JOIN epsg_coordoperationparamusage pu
ON pu.coord_op_method_code = o.coord_op_method_Code AND
pu.parameter_code = pv.parameter_code
JOIN epsg_coordoperationparam p
ON p.parameter_code = pv.parameter_code
JOIN epsg_unitofmeasure u
ON u.uom_code = pv.uom_code
JOIN epsg_area a
ON a.area_code = o.area_of_use_code
WHERE o.coord_op_type = 'transformation' AND o.target_crs_code = 4326
AND o.source_crs_code = 4265 AND o.deprecated = 0
order by o.coord_op_name,pu.sort_order





AVVERTENZE AI SENSI DEL D. LGS. 196/2003  
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i
file/s allegato/i, sono da considerarsi strettamente riservate. Il loro
utilizzo è consentito esclusivamente al destinatario del messaggio, per le
finalità indicate nel messaggio stesso. Qualora riceveste questo messaggio
senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia
via e-mail e di procedere alla distruzione del messaggio stesso,
cancellandolo dal Vostro sistema; costituisce comportamento contrario ai
principi dettati dal D. Lgs. 196/2003 il trattenere il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse.



More information about the postgis-users mailing list