Charles,
We did some investigation on TM-WCCS projection but there is so little information about it. Instead we did find how to create a Transverse Mercator(TM) PROJ4 parameter string from link: remotesensing.org/geotif...cator.html
And you can get more description on each parameter in proj4 from OSGEO.ORG documentation: trac.osgeo.org/proj/wiki/GenParms
As I know TM-WCCS is a variation of the traditional version of the Transverse Mercator projection, there are some minor differences between TM-WCCS and TM which you can find from: docs.safe.com/fme/html/Coord..._types.htm
I tried to create a PolkWI-IF parameter string by referencing above pages:
+proj=tmerc
+lat_0= 44.6611111111
+lon_0=0
+k=Scale 1.00000000
+x_0= 465000.9298
+y_0= 0.0000
+towgs84=-92.6333333333, -28.1300, 1000.0033,0,0,0,0
+to_meter=0.3048006096012192
Two things I am not very sure are about the parameter +lon_0 and the unit.
The TM-WCCSS projection does not have the ORG_LNG parameter, so I tried to use 0 instead.
The units supported by proj4 are Meters, US survey feet, etc, but PolkWI-IF projection’s unit is IFOOT so I tried to use meter instead, and the value is referenced from a parameter string in proj4 documentation for Wisconsin Central.
( # NAD83(HARN) / Wisconsin Central (ftUS)
<2929> +proj=lcc +lat_1=45.5 +lat_2=44.25 +lat_0=43.83333333333334 +lon_0=-90 +x_0=600000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +to_meter=0.3048006096012192 +no_defs no_defs <>).
The default projection system we use is Proj4, which is probably the most used projection engine out there. I highly suggest that since what you are looking for is a Proj4 projection string that you can post on the forum below. We are familiar with Proj4 however we don’t claim to be experts in it.
Proj4 Forum on OSGeo
n2.nabble.com/PROJ.4-f2062109.html
Thanks,
ThinkGeo Support