<?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: Creating vector features from marker symbols on a jpg file? in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120847#M6938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks kloi0001! That all sounds totally feasible - even at my level of expertise. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'll give it a shot and let you know how I get on&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 14:55:50 GMT</pubDate>
    <dc:creator>FrancescaFernandez</dc:creator>
    <dc:date>2012-04-20T14:55:50Z</dc:date>
    <item>
      <title>Creating vector features from marker symbols on a jpg file?</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120845#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Using this map which is (sadly) only available to me as a jpeg, I'd like to render each of the distinct features (ie. mined areas, lifted areas, cleared areas, incident points, and - if possible - confrontation lines) as separate shapefiles/layers in ArcMap 10. Short of manually plotting each individual dot and line - which does not strike me as particularly time-efficient nor accurate - is there any other way of achieving this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that I'm a GIS novice, please feel free to overstate the obvious in your replies &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, I've heard that scripting is an option but seeing as I have 48 hours to complete this, and only basic GIS experience under my belt, I'm not sure how feasible that would be. Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance guys!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(NB. I've also posted this message on the 'Map Automation' and 'Education' boards as I wasn't sure where it would be most appropriate, so Mods please feel free to redirect.)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 07:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120845#M6936</guid>
      <dc:creator>FrancescaFernandez</dc:creator>
      <dc:date>2012-04-20T07:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating vector features from marker symbols on a jpg file?</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120846#M6937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here's one possible concept for a process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can select specific colors from an image and create a new raster dataset with the selected colors. You can even do this sort of color filtering/selection with software like Adobe Photoshop. You can then use a raster to vector conversion tool. This would probably work better if the image were originally stored as an 8-bit, unsigned integer raster. JPEG often uses dithering and thus the edges of your symbols are likely to be some gradation of color from the pure symbol to the background color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding few more details to this concept.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Convert the image to a single band format, with 16-bit data or less (probably better if you can use 8-bit). I don't know the specific tool to use in ArcGIS, but this type of image processing is readily available in lots of basic image software like Adobe Photoshop.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Bring the image into ArcMap and use the georeferencing tool to georeference the image (if it isn't already georeferenced).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Add a color map (Data Management&amp;gt;Raster&amp;gt;Raster Properties&amp;gt;Add Colormap)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Use the reclassify tool (Spatial Analyst&amp;gt;Reclass&amp;gt;Reclassify) to reclassify the specific color that corresponds to one of your desired features to a value of 1 and all other colors reclassified to a value of zero.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) Use the tool Raster to Point (Conversion Tools&amp;gt;From Raster&amp;gt;Raster to Point).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Buenas Suerte&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 13:20:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120846#M6937</guid>
      <dc:creator>SteveKloiber</dc:creator>
      <dc:date>2012-04-20T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating vector features from marker symbols on a jpg file?</title>
      <link>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120847#M6938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks kloi0001! That all sounds totally feasible - even at my level of expertise. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'll give it a shot and let you know how I get on&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 14:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/creating-vector-features-from-marker-symbols-on-a/m-p/120847#M6938</guid>
      <dc:creator>FrancescaFernandez</dc:creator>
      <dc:date>2012-04-20T14:55:50Z</dc:date>
    </item>
  </channel>
</rss>

