<?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>idea Segment-geospatial python package in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idi-p/1541794</link>
    <description>&lt;P&gt;Please update segment-geospatial package to latest version (0.11.2) in python package manager of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;A href="https://samgeo.gishub.org/" target="_blank"&gt;segment-geospatial (gishub.org)&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2024 08:49:56 GMT</pubDate>
    <dc:creator>RavishBapna1</dc:creator>
    <dc:date>2024-09-24T08:49:56Z</dc:date>
    <item>
      <title>Segment-geospatial python package</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idi-p/1541794</link>
      <description>&lt;P&gt;Please update segment-geospatial package to latest version (0.11.2) in python package manager of ArcGIS Pro.&lt;/P&gt;&lt;P&gt;&lt;A href="https://samgeo.gishub.org/" target="_blank"&gt;segment-geospatial (gishub.org)&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2024 08:49:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idi-p/1541794</guid>
      <dc:creator>RavishBapna1</dc:creator>
      <dc:date>2024-09-24T08:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Segment-geospatial python package - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1551961#M32529</link>
      <description>&lt;P&gt;&lt;SPAN&gt;This is something that will happen in a future release after ArcGIS Pro 3.4.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Oct 2024 17:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1551961#M32529</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2024-10-24T17:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Segment-geospatial python package - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1597557#M34199</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We're working on this!&amp;nbsp; This status does not guarantee that the functionality will be in the next release, but development work has begun. Release cycles vary by product so make sure to check&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;the&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.esri.com/en/other-resources/product-life-cycle" target="_blank" rel="noopener nofollow noreferrer"&gt;&lt;SPAN&gt;product&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;life cycle information&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;to get an idea of when to expect the next release.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Mar 2025 15:06:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1597557#M34199</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2025-03-20T15:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Segment-geospatial python package - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1615673#M34818</link>
      <description>&lt;P&gt;Hi, segment-geospatial is part of the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/deep-learning/install-deep-learning-frameworks.htm" target="_self"&gt;deep learning framework&lt;/A&gt;, and has been updated to version 0.12.4 with the release of ArcGIS Pro 3.5.&lt;BR /&gt;&lt;BR /&gt;To obtain, create a clone of arcgispro-py3 and install the deep learning framework:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Open the Python Command Prompt (Start&amp;gt;&amp;gt;ArcGIS&amp;gt;&amp;gt;Python Command Prompt&lt;/LI&gt;&lt;LI&gt;Create a clone with&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;conda create clone arcgispro-py3 --prefix %localappdata%\esri\conda\envs\arcgispro-py3-dl --pinned&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Activate the new cloned environment with&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;activate arcgispro-py3-dl&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Install the deep learning framework with&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;conda install deep-learning-essentials&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;Verify the version of segment-geospatial&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;conda list segment-geospatial&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;You can alternative do all this from ArcGIS Pro using the &lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/get-started/what-is-conda.htm" target="_self"&gt;Package Manager&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2025 20:55:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/segment-geospatial-python-package/idc-p/1615673#M34818</guid>
      <dc:creator>HannesZiegler</dc:creator>
      <dc:date>2025-05-16T20:55:18Z</dc:date>
    </item>
  </channel>
</rss>

