<?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 ArcGIS Pro and GeoPandas in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493078#M3322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to install geopandas into the arcgispro-py3 environment without any problems?&lt;/P&gt;&lt;P&gt;Note that geopandas is not found when trying to Add Packages in the ArcGIS Pro Python&lt;/P&gt;&lt;P&gt;Package Manager. From the command line (conda install -c Conda-Forge geopandas) gives&lt;/P&gt;&lt;P&gt;missing write permission and suggest creating a clone environment. This clone environment&lt;/P&gt;&lt;P&gt;does not contain arcpy. Please help with the proper way to do this as geopandas would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;useful with arcpy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2017 19:11:39 GMT</pubDate>
    <dc:creator>LarrySpear</dc:creator>
    <dc:date>2017-09-15T19:11:39Z</dc:date>
    <item>
      <title>ArcGIS Pro and GeoPandas</title>
      <link>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493078#M3322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to install geopandas into the arcgispro-py3 environment without any problems?&lt;/P&gt;&lt;P&gt;Note that geopandas is not found when trying to Add Packages in the ArcGIS Pro Python&lt;/P&gt;&lt;P&gt;Package Manager. From the command line (conda install -c Conda-Forge geopandas) gives&lt;/P&gt;&lt;P&gt;missing write permission and suggest creating a clone environment. This clone environment&lt;/P&gt;&lt;P&gt;does not contain arcpy. Please help with the proper way to do this as geopandas would be&amp;nbsp;&lt;/P&gt;&lt;P&gt;useful with arcpy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493078#M3322</guid>
      <dc:creator>LarrySpear</dc:creator>
      <dc:date>2017-09-15T19:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro and GeoPandas</title>
      <link>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493079#M3323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is the 'arcgis' module instead.&amp;nbsp; they keep a pretty close eye on what can be installed inside their conda environment.&amp;nbsp; Create a separate conda distribution if you need to work with geopandas and the like... but you won't have arcpy&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 19:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493079#M3323</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-15T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro and GeoPandas</title>
      <link>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493080#M3324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the advice about using the 'arcgis' module instead of geopandas. However, I need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to extract the coordinates (x and y) from the spatial data frame geometry SHAPE item. I am&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not a very experienced Python programmer and what seems to be a dictionary inside a pandas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;series is not what I have figured out how to read. Any suggestions about how to do this would&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I thought about using geopandas because I was having problems reading and writing files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the SSDO (earlier GeoNet posting). There have been so far no replies. I did do a test on&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one of my PCs where I changed the protections on the arcgispro-py3 folder and installed geopandas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS Pro still seems to work and I can use geopandas with arcpy, but not sure of any problems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that this may have caused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If necessary I think I can split my work between two Python environments (arcgispro-py3 and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another with geopandas). I would really just like to use only the arcgispro-py3 environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry Spear M.A., GISP                    Phone: (505) 260-1810&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sr. Research Scientist (Ret.)             Cell: (505) 401-5756&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Division of Government Research      Email: lspear@unm.edu&amp;lt;mailto:lspear@unm.edu&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-degree Student                        URL: http://www.unm.edu/~lspear&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;University of New Mexico&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Albuquerque, New Mexico  87131&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 17:26:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493080#M3324</guid>
      <dc:creator>LarrySpear</dc:creator>
      <dc:date>2017-09-16T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro and GeoPandas</title>
      <link>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493081#M3325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have been blogging about some stuff... not all done, but these might get you started&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/31/arcgis"&gt;ArcGIS API for Python... What is where&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/blogs/dan_patterson/2017/07/31/arcgis-api-for-python-geometry"&gt;-----------------------------... Geometry Part II&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now if you want them in a particular format, you can explore. the option.&amp;nbsp; ie a Pandas dataframe, a numpy array, a list? as a point featureclass&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Sep 2017 18:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/arcgis-pro-and-geopandas/m-p/493081#M3325</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-09-16T18:54:17Z</dc:date>
    </item>
  </channel>
</rss>

