[GRASS-user] Projection 4 String from metadata file (help)

Can anyone help me convert this to a projection for proj 4

<geogcsn Sync="TRUE">GCS_North_American_1983</geogcsn>
<projcsn
Sync="TRUE">NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet</projcsn>
</cordsysn>

<planar>

<mapproj>
<mapprojn Sync="TRUE">Lambert Conformal Conic</mapprojn>

<lambertc>
<stdparll Sync="TRUE">34.333333</stdparll>
<stdparll Sync="TRUE">36.166667</stdparll>
<longcm Sync="TRUE">-79.000000</longcm>
<latprjo Sync="TRUE">33.750000</latprjo>
<feast Sync="TRUE">2000000.002617</feast>
<fnorth Sync="TRUE">0.000000</fnorth>
</lambertc>
</mapproj>

<planci>
<plance Sync="TRUE">coordinate pair</plance>
<plandu Sync="TRUE">survey feet</plandu>

<coordrep>
<absres Sync="TRUE">0.000000</absres>
<ordres Sync="TRUE">0.000000</ordres>
</coordrep>
</planci>
</planar>

<geodetic>
<horizdn Sync="TRUE">North American Datum of 1983</horizdn>
<ellips Sync="TRUE">Geodetic Reference System 80</ellips>
<semiaxis Sync="TRUE">6378137.000000</semiaxis>
<denflat Sync="TRUE">298.257222</denflat>
</geodetic>

ssefick wrote:

Can anyone help me convert this to a projection for proj 4

this could help:
  http://trac.osgeo.org/proj/wiki/GenParms

see also the proj4 documentation for your projection type which
discusses parameters used for by that projection.

Hamish

On 06/10/2010 20:40, ssefick wrote:

Can anyone help me convert this to a projection for proj 4

<geogcsn Sync="TRUE">GCS_North_American_1983</geogcsn>
<projcsn
Sync="TRUE">NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet</projcsn>
</cordsysn>

   

Does this look right?
http://www.spatialreference.org/ref/esri/102719/

If so, then the proj4 string is here:
http://www.spatialreference.org/ref/esri/102719/proj4/

for those interested the solution to my problem was that the metadata
was reporting in ft. and the proj 4 string is in meters. I wish Jimi
Carter had gotten his way. It would sure make my life easier.
for what its worth,

Stephen Sefick

On Wed, 2010-10-06 at 22:30 +0200, Micha Silver wrote:

On 06/10/2010 20:40, ssefick wrote:
> Can anyone help me convert this to a projection for proj 4
>
>
>
> <geogcsn Sync="TRUE">GCS_North_American_1983</geogcsn>
> <projcsn
> Sync="TRUE">NAD_1983_StatePlane_North_Carolina_FIPS_3200_Feet</projcsn>
> </cordsysn>
> −
>
Does this look right?
http://www.spatialreference.org/ref/esri/102719/

If so, then the proj4 string is here:
http://www.spatialreference.org/ref/esri/102719/proj4/