<?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: Running fuction on a on a feature class in an enterprise geodatabase via Jupyter. in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1035484#M60336</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Davin,&lt;/P&gt;&lt;P&gt;How do i get the the path to the Enterprise geodatabase .sde file? For now I do not necessary need to do this in python/Juypter but being able to have a script that can run on mutable computers wold be nice.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
    <pubDate>Thu, 11 Mar 2021 15:31:54 GMT</pubDate>
    <dc:creator>Laura_m_Conner</dc:creator>
    <dc:date>2021-03-11T15:31:54Z</dc:date>
    <item>
      <title>Running fuction on a on a feature class in an enterprise geodatabase via Jupyter.</title>
      <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1033591#M60242</link>
      <description>&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;How do I run functions such as the select by attribute (arcpy.management.SelectLayerByAttribute) on a feature class in an enterprise geodatabase via&amp;nbsp;Jupyter in Arc Pro? I can run functions via Jupyter on&amp;nbsp; shapefiles and regular geodatabase but not on enterprise geodatabase.&amp;nbsp; For now i just poking around Jupyter Notebooks, but any future applications of the Notebooks must be capable of using data from our enterprise geodatabase.&lt;/P&gt;&lt;P&gt;Arcpro: 2.7.1&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 20:41:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1033591#M60242</guid>
      <dc:creator>Laura_m_Conner</dc:creator>
      <dc:date>2021-03-05T20:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running fuction on a on a feature class in an enterprise geodatabase via Jupyter.</title>
      <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1033822#M60277</link>
      <description>&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;Get the path to the Enterprise geodatabase .sde file. Example below.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy

arcpy.management.SelectLayerByAttribute(r"C:\pathtodatabase.sde\featureclass", "NEW_SELECTION", "NAME = 'Bob' And AGE = '30'", None)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 05:54:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1033822#M60277</guid>
      <dc:creator>DavinWalker2</dc:creator>
      <dc:date>2021-03-08T05:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running fuction on a on a feature class in an enterprise geodatabase via Jupyter.</title>
      <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1034057#M60294</link>
      <description>&lt;P&gt;Thank you, I will try it out as soon as I get the chance.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 18:11:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1034057#M60294</guid>
      <dc:creator>Laura_m_Conner</dc:creator>
      <dc:date>2021-03-08T18:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Running fuction on a on a feature class in an enterprise geodatabase via Jupyter.</title>
      <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1035484#M60336</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Davin,&lt;/P&gt;&lt;P&gt;How do i get the the path to the Enterprise geodatabase .sde file? For now I do not necessary need to do this in python/Juypter but being able to have a script that can run on mutable computers wold be nice.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 15:31:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1035484#M60336</guid>
      <dc:creator>Laura_m_Conner</dc:creator>
      <dc:date>2021-03-11T15:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Running fuction on a on a feature class in an enterprise geodatabase via Jupyter.</title>
      <link>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1035514#M60337</link>
      <description>&lt;P&gt;If it is ArcMap, they are located in&lt;/P&gt;&lt;P&gt;C:\Users\&amp;lt;username&amp;gt;\AppData\Roaming\ESRI\&amp;lt;Desktop10.x&amp;gt;\ArcCatalog&lt;/P&gt;&lt;P&gt;If they are Pro... they are stored in the project so they will be wherever that project is saved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around Pro's isolationism, I created a folder that is accessible to everyone and keep the common connection files in it.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Mar 2021 16:10:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/running-fuction-on-a-on-a-feature-class-in-an/m-p/1035514#M60337</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-03-11T16:10:10Z</dc:date>
    </item>
  </channel>
</rss>

