<?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 Arcpy Help needed! in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289242#M69183</link>
    <description>&lt;P&gt;1. Create FGDB and Feature class by using arcpy&lt;BR /&gt;2. Export all featureclass into CSV&lt;BR /&gt;3. Migrating one featureclass to another feature by using arcpy&lt;BR /&gt;4. Field mapping by using arcpy&lt;BR /&gt;5. Export all features from feature class to excel using arcpy&lt;BR /&gt;6. Import excel sheet into point feature class&lt;BR /&gt;7. Export Domains and subtypes into excel sheet using arcpy&lt;BR /&gt;8. Copied the feature class into other FGDB using arcpy&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 17:45:59 GMT</pubDate>
    <dc:creator>VithushanLogan</dc:creator>
    <dc:date>2023-05-15T17:45:59Z</dc:date>
    <item>
      <title>Arcpy Help needed!</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289242#M69183</link>
      <description>&lt;P&gt;1. Create FGDB and Feature class by using arcpy&lt;BR /&gt;2. Export all featureclass into CSV&lt;BR /&gt;3. Migrating one featureclass to another feature by using arcpy&lt;BR /&gt;4. Field mapping by using arcpy&lt;BR /&gt;5. Export all features from feature class to excel using arcpy&lt;BR /&gt;6. Import excel sheet into point feature class&lt;BR /&gt;7. Export Domains and subtypes into excel sheet using arcpy&lt;BR /&gt;8. Copied the feature class into other FGDB using arcpy&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 17:45:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289242#M69183</guid>
      <dc:creator>VithushanLogan</dc:creator>
      <dc:date>2023-05-15T17:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy Help needed!</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289247#M69184</link>
      <description>&lt;P&gt;If you don't know where to start, try to build a model that does as much as possible of the process you want to use with arcpy and then use Export to Python and use that as your starting point.&lt;/P&gt;&lt;P&gt;Some of your items are just about impossible in Model Builder. Some are one step like #8. Start with the easy ones. Then add code from other people's examples.&lt;/P&gt;&lt;P&gt;Field mapping is a royal pain. Don't want to talk about it. Avoid. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;How are your data science skills? Some things are easier and faster to do with the arcgis python API using Pandas dataframes. In this case the workflow becomes something like&lt;/P&gt;&lt;P&gt;1. Load the feature layer into a dataframe: &amp;nbsp; sdf = SpattialDataFrame.from_layer(featurelayer)&lt;/P&gt;&lt;P&gt;2. Write the dataframe as a spreadsheet: &amp;nbsp; sdf.to_excel("spreadsheet.xlsx")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 17:59:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289247#M69184</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-05-15T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy Help needed!</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289268#M69186</link>
      <description>&lt;P&gt;Thanks for your reply! and I am learning above mentioned points using ArcPy and other tools. If you don't mind can you suggest any meaningful resources related to this (Can be videos or website links etc)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 18:37:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289268#M69186</guid>
      <dc:creator>VithushanLogan</dc:creator>
      <dc:date>2023-05-15T18:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy Help needed!</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289342#M69193</link>
      <description>&lt;P&gt;I don't really have any favorites right now.&lt;/P&gt;&lt;P&gt;You could try searching through the dev summit proceedings, year by year, for example 2022 would be at &lt;A href="https://devsummit2022.esri.com" target="_blank"&gt;https://devsummit2022.esri.com&amp;nbsp;&amp;nbsp;&lt;/A&gt;Searching there for "arcpy" matched 6 sessions.&lt;/P&gt;&lt;P&gt;Search for 'arcpy' at &lt;A href="https://www.esri.com/training/catalog/search/" target="_blank"&gt;https://www.esri.com/training/catalog/search/&lt;/A&gt; Some of the videos there are also conference session recordings.&amp;nbsp; I just enrolled in their "ArcPy Learning Path", almost accidentally! I guess that commits me to learn more.&lt;/P&gt;&lt;P&gt;There are books on ArcPy but the ones I used are so old I can't recommend them. I can't vouch for any that show up on Amazon. I should probably look at a few of the new ones, to get new ideas.&lt;/P&gt;&lt;P&gt;Some of the books are from &lt;A href="https://packtpub.com" target="_blank"&gt;https://packtpub.com&lt;/A&gt; and the quality of their books varies a lot. You can get a 30 free trial subscription though or preview the books for 7 days to see if you think they are worth $. I think Safari (or whatever they call it now) had access to the Packt Pub catalog if you have that. I used to get it through a public library. Sigh. No longer have access to that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 20:59:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcpy-help-needed/m-p/1289342#M69193</guid>
      <dc:creator>Brian_Wilson</dc:creator>
      <dc:date>2023-05-15T20:59:38Z</dc:date>
    </item>
  </channel>
</rss>

