<?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: Tyring to modify MXD symbology with Python - Is it possible? in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431022#M33866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the code samples in the Help on &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/UniqueValuesSymbology/00s30000005s000000/"&gt;UniqueValuesSymbology (arcpy.mapping)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2014 03:41:18 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2014-12-23T03:41:18Z</dc:date>
    <item>
      <title>Tyring to modify MXD symbology with Python - Is it possible?</title>
      <link>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431019#M33863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello, everyone. I've got a script that downloads a large number of shapefiles from an FTP site. Those shapefiles are then imported into a FileGeodatabase FeatureClass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to use a python script to automate a few MXD modifications each time the data are downloaded and I???m not sure if it???s even possible. I don???t need a fully scripted solution but if anyone here could tell me which, if any python objects to use, that would be stellar. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tasks are as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp; Categorize the symbology of data based on the TimeStamp field in the FeatureClass.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp; Use the Up Arrow as the symbol for all data points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp; Assign the Rotation of the Up Arrow based on the Bearing field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've attached a screenshot, showing the conversion which I need to perform in terms of symbology. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a million for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431019#M33863</guid>
      <dc:creator>MatthewGerbrandt</dc:creator>
      <dc:date>2012-12-07T13:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Tyring to modify MXD symbology with Python - Is it possible?</title>
      <link>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431020#M33864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Previously, you needed to store symbolization in a layer file, and use that to update the symbolization of a map layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There may now be something you can do in 10.1 with the UniqueValuesSymbology class in arcpy.mapping. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is suposed to allow you to symboloze all the values in a fc, and to assigne properties based on field values.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I haven't tried it yet.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 15:58:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431020#M33864</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2012-12-07T15:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Tyring to modify MXD symbology with Python - Is it possible?</title>
      <link>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431021#M33865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr. Gerbrandt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently looking for the same type of script. I was hoping that you might have found your solution by now and could share it with me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431021#M33865</guid>
      <dc:creator>RusselKlueg</dc:creator>
      <dc:date>2014-12-22T17:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Tyring to modify MXD symbology with Python - Is it possible?</title>
      <link>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431022#M33866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the code samples in the Help on &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#/UniqueValuesSymbology/00s30000005s000000/"&gt;UniqueValuesSymbology (arcpy.mapping)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 03:41:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/tyring-to-modify-mxd-symbology-with-python-is-it/m-p/431022#M33866</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2014-12-23T03:41:18Z</dc:date>
    </item>
  </channel>
</rss>

