<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I'm not familiar with the Kyngesburye plugin and haven't used gdalwarp, but here:<div><br></div><div><blockquote type="cite"><div><blockquote type="cite"><blockquote type="cite">I want to import it into a UTM zone 17 project. &nbsp;So I did the following:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">gdalwarp -t_srs '+proj=utm +zone=17 +datum=WGS84' input.sid output_utm.sid</blockquote></blockquote></div></blockquote><div><br></div>it looks like you are just trying to create a new .sid file in zone 17 (output_utm.sid). &nbsp;From the meta file at the MI source, I think the file is already projected in utm - probably in zone 17, and with units of 'meters'. &nbsp;So what you maybe intended was to just create a .tiffg from the .sid so that it can be imported into GRASS.</div><div><br></div><div>In mrsiddecode (the app that does all the work inside the plugin - I assume) I would just issue the command</div><div><br></div><div><div>./mrsiddecode -i Hancock.sid -o Hancock_south.tif -of tifg -ulxy 0 0 -lrxy 71145 29160 &nbsp;</div></div><div><br></div><div>where</div><div><br></div><div>-i - input</div><div>-o - output</div><div>-of - output file type</div><div>ulxy - upper left x,y</div><div>lrxy - lower right x,y</div><div><br></div><div>and you get a nice geotiff that r.in.gdal will recognize - already in utm zone 17 most likely. &nbsp;Actually, in my case, the OH mrsids are projected in state plane coordinates but you get the picture.</div><div><br></div><div>To get the mrsiddecode app you must register at&nbsp;</div><div><br></div><div><span class="Apple-style-span" style="font-family: verdana; font-size: 11px; color: rgb(102, 102, 102); line-height: 15px; "><span style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: bold; "><a href="http://developer.lizardtech.com/">http://developer.lizardtech.com/</a></span>&nbsp;</span></div><div><span class="Apple-style-span" style="font-family: verdana; font-size: 11px; color: rgb(102, 102, 102); line-height: 15px; "><br></span></div><div>so you can access to the Mac version of the decoder and mrsidinfo download page. &nbsp;And be slightly comfortable on the command line.</div><div><br></div><div>Stu</div><div><br></div><div><br><div><br><div><div>On Feb 11, 2011, at 2:08 PM, Adam Dershowitz, Ph.D., P.E. wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I am also working on OS X. &nbsp;But, I am using the MrSID plugin, from William Kyngesburye. &nbsp;So it seems that both gdalwarp and r.in.gdal are willing to import it. &nbsp;But, maybe I will try to search around for the apps that you are referring to, to see if they might do a better job on the conversion. &nbsp;<br>Are you suggesting that the MrSID plugin that I have is working, but is loosing reference data along the way?<br><br>--Adam<br><br><br><br>On Feb 11, 2011, at 10:47 AM, Stuart Edwards wrote:<br><br><blockquote type="cite">MrSID files are a bit tricky. &nbsp;This is a proprietary format owned by LizardTech (see <a href="http://www.gdal.org/frmt_mrsid.html">http://www.gdal.org/frmt_mrsid.html</a>). &nbsp;That being said, they freely provide decode tools at their website (<a href="http://www.lizardtech.com/">http://www.lizardtech.com/</a>). &nbsp;Working on OS X, I use their Raster_DSDK in a little command line routine to convert the file to a geotiff (tifg) and then import it into GRASS with r.in.gdal. &nbsp;Note that the MrSID format is very efficient and boils a quad down to about 1.5 Gb. &nbsp;This will become 3 or 4 times greater as a tif so make sure you have plenty of room to store it and process it. &nbsp;I use an old version of Expressview (a LizardTech viewer that used to be available for OS X) to look at the image and determine the coordinates of the bit that I really want in order to minimize the resulting file sizes.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">AFAIK there are no open source apps that deal with MrSID directly (for those that do, you have to install your own version of the decoder first)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Stu<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">On Feb 11, 2011, at 12:23 PM, Adam Dershowitz, Ph.D., P.E. wrote:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">I am trying to import some data in GRASS and have run into a problem. &nbsp;I hope someone can give me a little insight to help out.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">I downloaded some aerial imagery from here:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="http://www.michigan.gov/dnr/0,1607,7-153-10371_14546-30211--,00.html">http://www.michigan.gov/dnr/0,1607,7-153-10371_14546-30211--,00.html</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">I want to import it into a UTM zone 17 project. &nbsp;So I did the following:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">gdalwarp -t_srs '+proj=utm +zone=17 +datum=WGS84' input.sid output_utm.sid<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">gdapwarp responds with an error, but then continues with the conversion:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">ERROR 6: Failed to initialize PROJ.4 with `+proj=omerc +lat_0=0 +lonc=0 +alpha=0 +k=1 +x_0=0 +y_0=0 +ellps=GRS80 +datum=NAD83 +units=m +no_defs '.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">lat_0 = 0 or 90 or alpha = 90<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">0...10...20...30...40...50...60...70...80...90...100 - done.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">If I then try to import the image, into my project, it does work, but places it WAY off from where it should be (millions of meters!). &nbsp;I guess I should not be surprised, since the error says that it is trying to use a lat/long of 0. &nbsp;But I don't understand why it is not working correctly. &nbsp;<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">So, clearly something is wrong with how I am doing the conversion. &nbsp;Am I missing a flag or something? &nbsp;It looks to me like gdalinfo is doing a correct read, but somehow gdalwarp is missing something on the input.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Any help would be greatly appreciated. &nbsp;<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">If I do gdalinfo on the input file, here is what I get:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Driver: MrSID/Multi-resolution Seamless Image Database (MrSID)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Files: oakgrove_sw.sid<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;oakgrove_sw.sdw<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;oakgrove_sw.sid.aux.xml<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Size is 6415, 8061<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Coordinate System is:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">PROJCS["IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection = Oblique Mercator (Hotine)|IMAGINE",<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;GEOGCS["NAD83",<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;DATUM["North_American_Datum_1983",<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SPHEROID["GRS 1980",6378137,298.2572221010002,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY["EPSG","7019"]],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY["EPSG","6269"]],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PRIMEM["Greenwich",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UNIT["degree",0.0174532925199433],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY["EPSG","4269"]],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PROJECTION["Hotine_Oblique_Mercator"],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["latitude_of_center",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["longitude_of_center",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["azimuth",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["rectified_grid_angle",90],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["scale_factor",1],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["false_easting",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;PARAMETER["false_northing",0],<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;UNIT["metre",1,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AUTHORITY["EPSG","9001"]]]<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Origin = (663144.500000000000000,240035.500000000000000)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Pixel Size = (1.000000000000000,-1.000000000000000)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Metadata:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__INPUT_NAME=K:\blk18\oakgrove_sw.tif<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__INPUT_FILE_SIZE=155199578.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__1024__GTModelTypeGeoKey=1<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__GTModelTypeGeoKey=ModelTypeProjected<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__1025__GTRasterTypeGeoKey=1<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__GTRasterTypeGeoKey=RasterPixelIsArea<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__1026__GTCitationGeoKey=IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection = Oblique Mercator (Hotine)|IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection Name = Oblique Mercator (Hotine)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Units = meters<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GeoTIFF Units = meters|<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__2048__GeographicTypeGeoKey=4269<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__GeographicTypeGeoKey=GCS_NAD83<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__2060__GeogAzimuthUnitsGeoKey=9102<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__GeogAzimuthUnitsGeoKey=Angular_Degree<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3072__ProjectedCSTypeGeoKey=32767<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__ProjectedCSTypeGeoKey=User-Defined<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3073__PCSCitationGeoKey=IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection = Oblique Mercator (Hotine)|IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection Name = Oblique Mercator (Hotine)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Units = meters<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GeoTIFF Units = meters|<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3074__ProjectionGeoKey=32767<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__ProjectionGeoKey=User-Defined<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3075__ProjCoordTransGeoKey=3<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__ProjCoordTransGeoKey=CT_ObliqueMercator<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3076__ProjLinearUnitsGeoKey=9001<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_CHAR__ProjLinearUnitsGeoKey=Linear_Meter<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3088__ProjCenterLongGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3089__ProjCenterLatGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3090__ProjCenterEastingGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3091__ProjCenterNorthingGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3093__ProjScaleAtCenterGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEOTIFF_NUM__3094__ProjAzimuthAngleGeoKey=0.999600,45.309167,2546731.496000,-4354009.816000,337.255560,-86.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__Z_RESOLUTION=0.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEO__ModelTypeGeoKey=1<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEO__ProjectedCSTypeGeoKey=32767<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GEO__PCSCitationGeoKey=IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection = Oblique Mercator (Hotine)|IMAGINE GeoTIFF Support<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Copyright 1991 - 2001 by ERDAS, Inc. All Rights Reserved<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">@(#)$RCSfile: egtf.c $ $Revision: 1.7 $ $Date: 2001/09/27 14:59:29EDT $<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Projection Name = Oblique Mercator (Hotine)<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Units = meters<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GeoTIFF Units = meters|<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__Z_ORIGIN=0.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COMPRESSION_VERSION=1,6,1<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__TARGET_COMPRESSION_RATIO=20.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COMPRESSION_NLEV=4<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COMPRESSION_WEIGHT=4.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COMPRESSION_GAMMA=2.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COMPRESSION_BLOCK_SIZE=512<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__CREATION_DATE=Wed Mar 10 17:11:37 2004<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">VERSION=MG2<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__BITS_PER_SAMPLE=8<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__WIDTH=6415<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__HEIGHT=8061<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__COLOR_SCHEME=0<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__DATA_TYPE=0<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__XY_ORIGIN=663145.000000,240035.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__X_RESOLUTION=1.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">IMAGE__Y_RESOLUTION=1.000000<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Image Structure Metadata:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">INTERLEAVE=PIXEL<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Corner Coordinates:<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Upper Left &nbsp;( &nbsp;663144.500, &nbsp;240035.500) <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Lower Left &nbsp;( &nbsp;663144.500, &nbsp;231974.500) <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Upper Right ( &nbsp;669559.500, &nbsp;240035.500) <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Lower Right ( &nbsp;669559.500, &nbsp;231974.500) <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Center &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;( &nbsp;666352.000, &nbsp;236005.000) <br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Band 1 Block=1024x128 Type=Byte, ColorInterp=Red<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Minimum=0.000, Maximum=255.000, Mean=97.677, StdDev=49.163<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Overviews: 3208x4031, 1604x2016, 802x1008, 401x504<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Band 2 Block=1024x128 Type=Byte, ColorInterp=Green<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Minimum=0.000, Maximum=255.000, Mean=97.555, StdDev=49.371<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Overviews: 3208x4031, 1604x2016, 802x1008, 401x504<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Band 3 Block=1024x128 Type=Byte, ColorInterp=Blue<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Minimum=0.000, Maximum=255.000, Mean=97.402, StdDev=49.024<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Overviews: 3208x4031, 1604x2016, 802x1008, 401x504<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">--Adam<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">_______________________________________________<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">grass-user mailing list<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><br>_______________________________________________<br>grass-user mailing list<br><a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>http://lists.osgeo.org/mailman/listinfo/grass-user<br></div></blockquote></div><br></div></div></body></html>