<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TIFF to SHP conversion problem in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583218#M32991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Hi, Baylor.&lt;BR /&gt;I am not using ArcGIS 10.1. But I am testing with another&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.yiigo.com/guides/csharp/how-to-tiff-convert.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Tiff converter&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;these days. I am not so sure whther it allows users to convert Tiff to SHP files or not. You can also google it and select a fine&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.yiigo.com/guides/vbnet/how-to-convert.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;converting SDK&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;whose way of processing is simple and fast to help you with the related work. It will be better if it is totally manual and can be customized by users according to our own favors. Remember to check its free trial package first if possible. I hope you success. Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Arron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Dec 2013 04:22:15 GMT</pubDate>
    <dc:creator>arronlee</dc:creator>
    <dc:date>2013-12-13T04:22:15Z</dc:date>
    <item>
      <title>TIFF to SHP conversion problem</title>
      <link>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583216#M32989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to convert a .tiff to a .shp file in ArcGIS 10.1. In particular, I have been attempting to convert my continuous data set found in the TIFF extension into a shapefile. The data contains a range in values and I understand that shapefiles must hold integer values. As a result, I will list my attempted solutions for the issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I navigated to Catalog&amp;gt; Spatial Analyst Tools &amp;gt; Math &amp;gt; Int. After obtaining an map with integer values, I then converted to a shapefile by navigating to Catalog &amp;gt; Conversion Tools &amp;gt; From Raster to Polygon. The output from the Raster to Polygon stage gave a polygon with no difference in values. The result from this process was a single color image, not a range in values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I attempted to use the raster calculator by navigating to Catalog&amp;gt; Spatial Analyst Tools &amp;gt; Map Algebra &amp;gt; Raster Calculator. I multiplied the values by 1000 and after converting the integers to the shapefile, I then divided by 1000 to try to retain the floating point values. The result was that only 1's and 0's were mapped.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any suggestions? Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 19:14:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583216#M32989</guid>
      <dc:creator>GregoryRouze1</dc:creator>
      <dc:date>2013-05-29T19:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to SHP conversion problem</title>
      <link>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583217#M32990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;First assumption is that your "continuous data set" TIFF represents sampling of a continuous variable, such as elevation, temperature, distance to roads, etc. To convert your "continuous data set" TIFF to a vector format like a shapefile, you can convert it to points using &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//001200000007000000"&gt;RasterToPoint&lt;/A&gt;&lt;SPAN&gt;, to lines using the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000ts000000"&gt;Contour &lt;/A&gt;&lt;SPAN&gt;tool, or to polygons. However, to convert it to polygons you also have to group some of the values together, otherwise you will end up with millions of single cell polygons which won't be very useful. The simplest way to do this is to create contour polygons which can be done using the &lt;/SPAN&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=22d6a18db6e246a08a9411fcc5a1f32d"&gt;Create Filled Contours&lt;/A&gt;&lt;SPAN&gt; sample tool. If your TIFF is actually something else like a multispectral image, you would use the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//009z000000pr000000"&gt;multivariate statistics tools&lt;/A&gt;&lt;SPAN&gt; to first classify the cells into meaningful groups before converting them to features using Polygons To Raster.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 May 2013 05:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583217#M32990</guid>
      <dc:creator>SteveKopp</dc:creator>
      <dc:date>2013-05-31T05:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to SHP conversion problem</title>
      <link>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583218#M32991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Hi, Baylor.&lt;BR /&gt;I am not using ArcGIS 10.1. But I am testing with another&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.yiigo.com/guides/csharp/how-to-tiff-convert.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Tiff converter&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;these days. I am not so sure whther it allows users to convert Tiff to SHP files or not. You can also google it and select a fine&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://www.yiigo.com/guides/vbnet/how-to-convert.shtml" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;converting SDK&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;whose way of processing is simple and fast to help you with the related work. It will be better if it is totally manual and can be customized by users according to our own favors. Remember to check its free trial package first if possible. I hope you success. Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Arron&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 04:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583218#M32991</guid>
      <dc:creator>arronlee</dc:creator>
      <dc:date>2013-12-13T04:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: TIFF to SHP conversion problem</title>
      <link>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583219#M32992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; &lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Hi, Baylor.&lt;BR /&gt;I am not using ArcGIS 10.1. But I am testing with another&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/tiff-converting/" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;Tiff converter&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;these days. I am not so sure whther it allows users to convert Tiff to SHP files or not. You can also google it and select a fine&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.rasteredge.com/how-to/csharp-imaging/tiff-convert-reimage/" rel="nofollow"&gt;&lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;converting SDK&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#000000&amp;quot;;"&gt;whose way of processing is simple and fast to help you with the related work. It will be better if it is totally manual and can be customized by users according to our own favors. Remember to check its free trial package first if possible. I hope you success. Good luck.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Arron&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; Hi there&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems that you are an experienced user for Tiff converter.I am a beginner in tiff converting issues.And i also need to convert tiff to SHP.But my previous tiff converter can not do that.Do you know any free trial for that kind of program?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any suggestions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 02:20:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/tiff-to-shp-conversion-problem/m-p/583219#M32992</guid>
      <dc:creator>KlintonNana</dc:creator>
      <dc:date>2014-03-05T02:20:01Z</dc:date>
    </item>
  </channel>
</rss>

