Hi,<br><br>I am trying to determine the EPSG code from a gdalinfo listing against a mrSid file of raster data within Florida and I get the following error when running gdalinfo:<br>&quot;Warning 4: Unable to find state plane zone in stateplane.csv, likely because the GDAL data files cannot be found.&nbsp; Using incomplete definistion of state plane zone&quot;<br>
<br>Based on the (incomplete) listing below I looked into the epsg file contained within MapServer and I found a few possiblities for the epsg code:<br><br>1.)<br>&nbsp;&nbsp;&nbsp;&nbsp; # NAD83 / Florida East<br>&lt;26958&gt; +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941 +x_0=200000 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs&nbsp; no_defs &lt;&gt;<br>
<br>or <br><br>2.) <br>&nbsp; &nbsp; # NAD 1983 HARN StatePlane Florida East FIPS 0901<br>&lt;102258&gt; +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941 +x_0=200000 +y_0=0 +ellps=GRS80 +units=m&nbsp; no_defs &lt;&gt;&nbsp;  <br><br>
or<br><br>3.)<br>&nbsp;&nbsp;&nbsp; # NAD83(HARN) / Florida East<br>&lt;2777&gt; +proj=tmerc +lat_0=24.33333333333333 +lon_0=-81 +k=0.999941 +x_0=200000 +y_0=0 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs&nbsp; no_defs &lt;&gt;<br><br>
<br>Which one of above 3 should I use for both processing imagery within gdalwarp and reprojecting on the fly within mapserver?<br><br>Thanks,<br><br>John<br><br>Below is the listing that gdalinfo generated.&nbsp; <br>
-------------------------------------------------------------------------------------------------------------------------------------<br>Driver: MrSID/Multi-resolution Seamless Image Database (MrSID)<br>Files: F:\2004_DOQQ_State_Plane\StatePlane_E\MrSid\g05\q0512nw.sid<br>
Size is 6356, 6947<br>Coordinate System is:<br>LOCAL_CS[&quot;State Plane Zone 0 / NAD83&quot;,<br>&nbsp;&nbsp;&nbsp; UNIT[&quot;Meter&quot;,1]]<br>Origin = (489987.640833500020000,106293.663854000000000)<br>Pixel Size = (3.280833000000000,-3.280833000000000)<br>
Metadata:<br>&nbsp; IMAGE__INPUT_NAME=J:\sf_901_2\q0512nw.img<br>&nbsp; IMAGE__INPUT_FILE_SIZE=134412999.000000<br>&nbsp; IMAGE__DYNAMIC_RANGE_WINDOW=256.000000<br>&nbsp; IMAGE__DYNAMIC_RANGE_LEVEL=127.500000<br>&nbsp; IMG__TIME_STAMP=Fri Jul 15 00:17:08 2005<br>
<br>&nbsp; IMG__HORIZONTAL_UNITS=feet<br>&nbsp; IMG__PROJECTION_NAME=State Plane<br>&nbsp; IMG__PROJECTION_TYPE=Internal<br>&nbsp; IMG__PROJECTION_NUMBER=2<br>&nbsp; IMG__PROJECTION_ZONE=64635<br>&nbsp; IMG__SPHEROID_NAME=GRS 1980<br>&nbsp; IMG__SPHEROID_SEMI_MAJOR_AXIS=6378137.000000<br>
&nbsp; IMG__SPHEROID_SEMI_MINOR_AXIS=6356752.314140<br>&nbsp; IMG__SPHEROID_ECCENTRICITY_SQUARED=0.006694<br>&nbsp; IMG__SPHEROID_RADIUS=6371007.180883<br>&nbsp; IMG__PROJECTION_PARAMETERS=2.000000<br>&nbsp; IMAGE__COMPRESSION_VERSION=1,6,1<br>&nbsp; IMAGE__TARGET_COMPRESSION_RATIO=20.000000<br>
&nbsp; IMAGE__COMPRESSION_NLEV=8<br>&nbsp; IMAGE__COMPRESSION_WEIGHT=4.000000<br>&nbsp; IMAGE__COMPRESSION_GAMMA=2.000000<br>&nbsp; IMAGE__COMPRESSION_BLOCK_SIZE=512<br>&nbsp; IMAGE__CREATION_DATE=Tue Jul 19 14:40:18 2005<br><br>&nbsp; IMAGE__WIDTH=6356<br>
&nbsp; IMAGE__HEIGHT=6947<br>&nbsp; IMAGE__COLOR_SCHEME=0<br>&nbsp; IMAGE__DATA_TYPE=0<br>&nbsp; IMAGE__BITS_PER_SAMPLE=8<br>&nbsp; IMAGE__XY_ORIGIN=489989.281250,106292.023438<br>&nbsp; IMAGE__X_RESOLUTION=3.280833<br>&nbsp; IMAGE__Y_RESOLUTION=3.280833<br>
&nbsp; IMAGE__WKT=LOCAL_CS[&quot;State Plane Zone 0 / NAD83&quot;,UNIT[&quot;Meter&quot;,1]]<br>Corner Coordinates:<br>Upper Left&nbsp; (&nbsp; 489987.641,&nbsp; 106293.664) <br>Lower Left&nbsp; (&nbsp; 489987.641,&nbsp;&nbsp; 83501.717) <br>Upper Right (&nbsp; 510840.615,&nbsp; 106293.664) <br>
Lower Right (&nbsp; 510840.615,&nbsp;&nbsp; 83501.717) <br>Center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (&nbsp; 500414.128,&nbsp;&nbsp; 94897.690) <br>Band 1 Block=1024x128 Type=Byte, ColorInterp=Red<br>&nbsp; Minimum=41.000, Maximum=176.000, Mean=61.796, StdDev=20.073<br>&nbsp; Overviews: 3178x3474, 1589x1737, 795x869, 398x435, 199x218, 100x109, 50x55, 25x28<br>
&nbsp; Metadata:<br>&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>Band 2 Block=1024x128 Type=Byte, ColorInterp=Green<br>&nbsp; Minimum=67.000, Maximum=192.000, Mean=94.222, StdDev=19.096<br>&nbsp; Overviews: 3178x3474, 1589x1737, 795x869, 398x435, 199x218, 100x109, 50x55, 25x28<br>
&nbsp; Metadata:<br>&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>Band 3 Block=1024x128 Type=Byte, ColorInterp=Blue<br>&nbsp; Minimum=94.000, Maximum=169.000, Mean=110.354, StdDev=10.509<br>&nbsp; Overviews: 3178x3474, 1589x1737, 795x869, 398x435, 199x218, 100x109, 50x55, 25x28<br>
&nbsp; Metadata:<br>&nbsp;&nbsp;&nbsp; LAYER_TYPE=athematic<br>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------<br clear="all">
<br>-- <br>John J. Mitchell