<?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 Access ArcScan from Python? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278660#M21536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to access the tools in the ArcScan extension from within a Python script? I particularly want to use the ArcScan vectorisation tool from within my script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, is there any other semi-intelligent vectorisation tool I can use from within my python scripts? The standard Raster to Polyline conversion doesn't seem to cope at all well with my data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jan 2011 19:08:50 GMT</pubDate>
    <dc:creator>RobinWilson</dc:creator>
    <dc:date>2011-01-20T19:08:50Z</dc:date>
    <item>
      <title>Access ArcScan from Python?</title>
      <link>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278660#M21536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to access the tools in the ArcScan extension from within a Python script? I particularly want to use the ArcScan vectorisation tool from within my script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively, is there any other semi-intelligent vectorisation tool I can use from within my python scripts? The standard Raster to Polyline conversion doesn't seem to cope at all well with my data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 19:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278660#M21536</guid>
      <dc:creator>RobinWilson</dc:creator>
      <dc:date>2011-01-20T19:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcScan from Python?</title>
      <link>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278661#M21537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you examine the tools in arctoolbox and see a Python example, then the answer would be yes, if not, then I would say no, and I haven't seen any reference to arcscan within arcpy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 21:28:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278661#M21537</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2011-01-20T21:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcScan from Python?</title>
      <link>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278662#M21538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the tool is not in the toolbox, it's unlikely that you will be able to use it in python.&amp;nbsp; However, you may want to use the thin tool in spatial analyst to reduce the width of your features before converting your raster to vector.&amp;nbsp; The thin tool is accessible in python.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 21:55:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278662#M21538</guid>
      <dc:creator>JeffLee</dc:creator>
      <dc:date>2011-01-20T21:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access ArcScan from Python?</title>
      <link>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278663#M21539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No python scripting in ArcScan?&amp;nbsp; Maybe no problem. Think remote sensing of your raster scan or source document image.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have not tried it, but with a Spatial Analyst license, the included Image Classification has ArcPy modules for supervised classification. They would let you script to achieve the same things that ArcScan does with bimodal rasters.&amp;nbsp; You would probably have to do some training on your images. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe not all the bells and whistles--line weights, annotation breaks and such, but should be able to extract usable polygon features and then convert to polyline if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, both the ERDAS Imagine and ITT-Visual ENVI 3rd Party extensions to ArcGIS 10 allow you to script in Python--and they provide a richer set of tools for supervised and unsupervised classification and feature class extraction work flows/geoprocessing--probably effective replacements for ArcScan.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Stuart&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 22:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/access-arcscan-from-python/m-p/278663#M21539</guid>
      <dc:creator>V_StuartFoote</dc:creator>
      <dc:date>2011-01-20T22:55:26Z</dc:date>
    </item>
  </channel>
</rss>

