<?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: Using Google Earth Engine with ArcGIS Pro in ArcGIS Pro Videos</title>
    <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1404613#M198</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;A colleague of mine has exactly the same error...&lt;/P&gt;&lt;P&gt;If anybody knows any workaround for this, I would be grateful for a quick help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 14:30:09 GMT</pubDate>
    <dc:creator>RémiBRAUN</dc:creator>
    <dc:date>2024-04-02T14:30:09Z</dc:date>
    <item>
      <title>Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1237952#M61</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;I just released&amp;nbsp;&lt;A title="https://geemap.org/" href="https://geemap.org/" target="_blank" rel="noopener noreferrer"&gt;geemap&lt;/A&gt;&amp;nbsp;v0.19.0. It supports loading Google EarthEngine data in ArcGIS Pro. You can access&amp;nbsp;&lt;A title="https://developers.google.com/earth-engine/datasets/" href="https://developers.google.com/earth-engine/datasets/" target="_blank" rel="noopener noreferrer"&gt;70 PB+ of geospatial datasets&lt;/A&gt;&amp;nbsp;with a few lines of code.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Combining powerful Desktop GIS and Cloud Computing for planetary-scale geospatial analysis!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Demo:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://youtu.be/VqClC_r46Ow" target="_blank" rel="noopener noreferrer"&gt;https://youtu.be/VqClC_r46Ow&lt;/A&gt;&lt;BR /&gt;&lt;DIV&gt;Tutorial:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://youtu.be/kWdL06Bc2VQ" target="_blank" rel="noopener noreferrer"&gt;https://youtu.be/kWdL06Bc2VQ&lt;/A&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Notebook:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://geemap.org/notebooks/131_arcgis" target="_blank" rel="noopener noreferrer"&gt;https://geemap.org/notebooks/131_arcgis&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Dec 2022 19:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1237952#M61</guid>
      <dc:creator>giswqs</dc:creator>
      <dc:date>2022-12-05T19:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1238288#M62</link>
      <description>&lt;P&gt;Good day giswqs&lt;/P&gt;&lt;P&gt;I followed the instrucctions and manage to install the libraries and apparently working Ok. However during this installation this error shows up.&lt;/P&gt;&lt;P&gt;ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires keras-nightly~=2.5.0.dev, which is not installed.&lt;BR /&gt;tensorboard 2.5.0 requires tensorboard-data-server&amp;lt;0.7.0,&amp;gt;=0.6.0, which is not installed.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires flatbuffers~=1.12.0, but you have flatbuffers 20210226132247 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires gast==0.4.0, but you have gast 0.3.3 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires grpcio~=1.34.0, but you have grpcio 1.36.1 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires h5py~=3.1.0, but you have h5py 3.6.0 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires numpy~=1.19.2, but you have numpy 1.20.1 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires six~=1.15.0, but you have six 1.16.0 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires typing-extensions~=3.7.4, but you have typing-extensions 4.1.1 which is incompatible.&lt;BR /&gt;tensorflow-gpu 2.5.1 requires wrapt~=1.12.1, but you have wrapt 1.13.3 which is incompatible.&lt;BR /&gt;tensorboard 2.5.0 requires google-auth&amp;lt;2,&amp;gt;=1.6.3, but you have google-auth 2.15.0 which is incompatible.&lt;/P&gt;&lt;P&gt;Since gee environment is a clone of&amp;nbsp;arcgispro-py3, I don´t know how it affects me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I need to update manually the libraries or just continue working?&lt;/P&gt;&lt;P&gt;What´s the difference between geemap (yours) and GEE Python API?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the installation, in the notebook&amp;nbsp; I was asked for a token that GEE automatically generates&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Xavier&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 15:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1238288#M62</guid>
      <dc:creator>XavierBustos</dc:creator>
      <dc:date>2022-12-06T15:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1238333#M63</link>
      <description>&lt;P&gt;You can ignore the installation warnings as long as geemap works fine with Jupyter notebook in ArcGIS Pro. You will need to authenticate EE when using it for the first time. Follow the authentication instructions on the screen. Geemap builds upon the GEE Python API and makes it so much easier to analyze an visualize Earth Engine data. For more info, see&amp;nbsp;&lt;A href="https://geemap.org/" target="_blank"&gt;https://geemap.org/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 16:19:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1238333#M63</guid>
      <dc:creator>giswqs</dc:creator>
      <dc:date>2022-12-06T16:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1399727#M184</link>
      <description>&lt;P&gt;I am having trouble installing.&amp;nbsp; I'm following directions on&amp;nbsp;&lt;A href="https://samgeo.gishub.org/examples/arcgis/" target="_blank"&gt;https://samgeo.gishub.org/examples/arcgis/&lt;/A&gt;&amp;nbsp;and this YouTube video:&amp;nbsp;&lt;A href="https://youtu.be/HXunNWAccYw?si=HzgYn8XIi1Anjx-C" target="_blank"&gt;https://youtu.be/HXunNWAccYw?si=HzgYn8XIi1Anjx-C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting this error:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;LinkError: post-link script failed for package esri::arcpy-base-3.2-py39_49743&lt;BR /&gt;location of failed script: C:\Users\MyName\AppData\Local\ESRI\conda\envs\geo\Scripts\.arcpy-base-post-link.bat&lt;BR /&gt;==&amp;gt; script messages &amp;lt;==&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "&amp;lt;string&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;File "C:\Users\MyName\AppData\Local\ESRI\conda\envs\geo\lib\site-packages\arcpy_init.py", line 231, in install&lt;BR /&gt;from lxml import etree&lt;BR /&gt;ImportError: DLL load failed while importing etree: The specified procedure could not be found.&lt;/P&gt;&lt;P&gt;==&amp;gt; script output &amp;lt;==&lt;BR /&gt;stdout: Unable to link ArcPy DLLs to environment.&lt;/P&gt;&lt;P&gt;stderr:&lt;BR /&gt;return code: 1&lt;/P&gt;&lt;P&gt;()&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;Any ideas on how I can fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Audrey&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 16:48:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1399727#M184</guid>
      <dc:creator>AudreyHRager</dc:creator>
      <dc:date>2024-03-22T16:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1404613#M198</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;A colleague of mine has exactly the same error...&lt;/P&gt;&lt;P&gt;If anybody knows any workaround for this, I would be grateful for a quick help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 14:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1404613#M198</guid>
      <dc:creator>RémiBRAUN</dc:creator>
      <dc:date>2024-04-02T14:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Google Earth Engine with ArcGIS Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1562431#M325</link>
      <description>&lt;P&gt;Any updates to this?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 21:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-videos/using-google-earth-engine-with-arcgis-pro/m-p/1562431#M325</guid>
      <dc:creator>LayerItOn</dc:creator>
      <dc:date>2024-11-25T21:08:52Z</dc:date>
    </item>
  </channel>
</rss>

