<?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: How do you publish features in a GDB to AGOL/Portal using ArcGIS API for Python?   in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870192#M4609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to follow the guide from the link above and am having trouble publishing a file geodatabase that is already hosted. Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490322_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Apr 2020 04:52:20 GMT</pubDate>
    <dc:creator>RoryBennison</dc:creator>
    <dc:date>2020-04-29T04:52:20Z</dc:date>
    <item>
      <title>How do you publish features in a GDB to AGOL/Portal using ArcGIS API for Python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870190#M4607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this possible? I know you have to convert it to JSON and the publish it. Is there any examples/guide out there?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 14:42:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870190#M4607</guid>
      <dc:creator>GajananBalasubramaniam1</dc:creator>
      <dc:date>2018-04-10T14:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: How do you publish features in a GDB to AGOL/Portal using ArcGIS API for Python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870191#M4608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to publish the whole file geodatabase, just zip it up and publish as shown here:&amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/python/sample-notebooks/publishing-sd-shapefiles-and-csv/#Publish-a-feature-service-from-a-shapefile-and-update-the-item-information" title="https://developers.arcgis.com/python/sample-notebooks/publishing-sd-shapefiles-and-csv/#Publish-a-feature-service-from-a-shapefile-and-update-the-item-information"&gt;Publishing SDs shapefiles and CSVs | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to publish just a subset, then you can read it into a SpatialDataFrame (&lt;A class="link-titled" href="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=from_feature#arcgis.features.SpatialDataFrame.from_featureclass" title="https://esri.github.io/arcgis-python-api/apidoc/html/arcgis.features.toc.html?highlight=from_feature#arcgis.features.SpatialDataFrame.from_featureclass"&gt;arcgis.features module — arcgis 1.4.0 documentation&lt;/A&gt;) filter and keep just those features you want, then publish that as a feature layer. Check out the first few lines in this example:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-python-api/blob/master/talks/DevSummit2018/Mapping%20Visualization%20and%20Analysis/LISAMap.ipynb" title="https://github.com/Esri/arcgis-python-api/blob/master/talks/DevSummit2018/Mapping%20Visualization%20and%20Analysis/LISAMap.ipynb"&gt;arcgis-python-api/LISAMap.ipynb at master · Esri/arcgis-python-api · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 19:42:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870191#M4608</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-04-10T19:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: How do you publish features in a GDB to AGOL/Portal using ArcGIS API for Python?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870192#M4609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to follow the guide from the link above and am having trouble publishing a file geodatabase that is already hosted. Any help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/490322_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 04:52:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/how-do-you-publish-features-in-a-gdb-to-agol/m-p/870192#M4609</guid>
      <dc:creator>RoryBennison</dc:creator>
      <dc:date>2020-04-29T04:52:20Z</dc:date>
    </item>
  </channel>
</rss>

