Trying to figure out epsg for a GeoTIFF

Matthew Perry perrygeo at GMAIL.COM
Tue Feb 21 21:17:02 EST 2006


Dennis,


On 2/21/06, Dennis Megarry <dennis at megarry.com> wrote:
>
> I have a GeoTIFF raster image and I'm not sure how to setup the projection
> in my map file.  Can someone take a look at the below info from gdalinfo
> and tell me what I need to do?  If at all possible, some details so I can
> learn a bit?



  A good resource for this is the projection list at remotesensing.org :

http://www.remotesensing.org/geotiff/proj_list/

The lambert conformal conic 2sp should have enough info for you to translate
the gdalinfo output below into the proj4 parameters. They can be inserted
into the layer's projection block like:

PROJECTION
 "proj=lcc"
 .....
END

Hope this helps,
--
Matt Perry
perrygeo at gmail.com
http://www.perrygeo.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/mapserver-users/attachments/20060221/8025ee8a/attachment.html


More information about the mapserver-users mailing list