<div dir="ltr"><div><div><div><div><div><div><div>Hi Stuwart,<br><br></div>What do you mean by connect the metadata to the Tif? Ypu mean get it in the right projection? Or export the metadata from Arc to some sort of metadata catalog (geonetwork)?<br>
<br></div>If you just want to get the correct coordinate system, then your best bet is to do as Helmut said. Import it with r.in.gdal or use gdal_translate.<br><br></div>Here is a breakdown of what each of those file normally contains in the ArcGIS world:<br>
</div>xx_v2.txt: This is not a standard arc file when dealing with tiff files. It's probably something the data provider created<br>xx.aux - Auxiliary file which contains information about raster statistics, histogram, etc<br>
xx.rrd - that is the pyramid layer. Used for fast rendering. Don't think grass will use that<br></div>xx.tfwx - I believe this is the tif georeferencing file but normally you don't have the last x<br></div>xx.tif - you actual data<br>
</div>xx.tif.aux.xml - Metadata created using ESRIs tool (ArcCatalog). I've often seen it using the FGDC metadata standard.<br><div><div><div><br><br></div><div>Now, looking at the xml file I see:<br>-<SpatialReference xsi:type="typens:ProjectedCoordinateSystem"> <WKT>PROJCS["NAD_1983_StatePlane_Ohio_South_FIPS_3402_Feet",GEOGCS["GCS_North_American_1983",DATUM["D_North_American_1983",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Conformal_Conic"],PARAMETER["False_Easting",1968500.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-82.5],PARAMETER["Standard_Parallel_1",38.73333333333333],PARAMETER["Standard_Parallel_2",40.03333333333333],PARAMETER["Latitude_Of_Origin",38.0],UNIT["Foot_US",0.3048006096012192],AUTHORITY["EPSG",3735]]</WKT><br>
<br></div><div>So it looks as thou your data is in epsg:3735. r.in.gdal with the override flag in a State Plane location should work<br><br></div><div>Cheers<br>Daniel<br></div></div></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Sat, Jan 26, 2013 at 2:10 PM, Stuart Edwards <span dir="ltr"><<a href="mailto:sedwards2@cinci.rr.com" target="_blank">sedwards2@cinci.rr.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi -<br>
<br>
I have a zip file provided by a US state agency that was 'georeferenced within ArcGIS 10' in EPSG 3735.  I have been unable to open it with GDAL (other than in a rectangular x,y, region as a tiff) and wonder if anyone has figured  out how to connect the esri metadata with the tiff.  When the zip file is expanded, it contains the following files:<br>

<br>
xx_v2.txt (contains what looks like coordinates of 20 points)<br>
xx.aux<br>
xx.rrd<br>
xx.tfwx (some research suggested removing the 'x', but that doesn't seem to help)<br>
xx.tif<br>
xx.tif.aux.xml (this contains metadata)<br>
<br>
thanks for any assistance ....<br>
<br>
Stu<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br></div>