Good day, need help. My problem is:
They use in Zimbabwe projection Arc1950, based on Clarke ellipsoid.
Mapinfo have not metric Arc1950, just a Long-Lat Arc1950, but I need
metric.
In manual I found :
A custom datum can be defined in any coordinate system definition.
The Appendix describes how to define a coordinate system.
To define a custom datum in a coordinate system, use datum number 9999
followed by the datum parameters, in this order:
9999, EllipsoidNumber, dX, dY, dZ, EX, EY, EZ, m, PrimeMeridian
Then I found a features of Arc 1950:
Number Ellipsoid a 1/f
15 Clarke 1880 (modified for Arc 1950) 6378249.145326
293.4663076
and parameters
(
http://surveying.wb.psu.edu/sur351/DatumTrans/
datum_transformations.htm)
Geodetic Datum Transformation Parameters (Local to WGS-84)
d = delta in meters; e = error estimate in meters; #S = number of
satellite measurement stations
Datum Ellipsoid dX dY dZ Region of
use eX
eY eZ #S
Arc 1950 Clarke 1880 -143 -90 -294 MEAN FOR
Botswana; Lesotho; Malawi; Swaziland; Zaire; Zambia; Zimbabwe 20
33 20 41
After that I made a cistom projection (35 South, prm.meridian 27):
"ZimArc1959 35S", 9999, 15, -143, -90, -294, 20, 33, 20, 293.4663076,
27
Second run:
"Arc_1950_UTM_Zone_35S, Southern Hemisphere (Clarke_1880_Arc)", 28,
9999, 15, 8, -142, -96, -293, 5, 8, 11, 293.466307656, 27.0
But every time have just error message. What is wrong in my strings?