<?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: Streetview Add-In on 10.3 in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267441#M20566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello- I created a simple Python add-in for Street View. It doesn't open within ArcMap, but in your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ianbroad.com/google-street-view-python-addin-for-arcmap/" title="http://ianbroad.com/google-street-view-python-addin-for-arcmap/"&gt;Google Street View Python Add-in for ArcMap - Ian Broad&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Feb 2015 17:46:32 GMT</pubDate>
    <dc:creator>IanBroad</dc:creator>
    <dc:date>2015-02-03T17:46:32Z</dc:date>
    <item>
      <title>Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267440#M20565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does arcmap 10.3 have a streetview tool built into it?&amp;nbsp; I was using the SIGGIS Add-In on 10.2.2 but the app stopped working.&amp;nbsp; I also was looking to upgrade to 10.3 anyways, but i thought I'd ask the question ahead of time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 22:31:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267440#M20565</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-01-29T22:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267441#M20566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello- I created a simple Python add-in for Street View. It doesn't open within ArcMap, but in your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can download it here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://ianbroad.com/google-street-view-python-addin-for-arcmap/" title="http://ianbroad.com/google-street-view-python-addin-for-arcmap/"&gt;Google Street View Python Add-in for ArcMap - Ian Broad&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 17:46:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267441#M20566</guid>
      <dc:creator>IanBroad</dc:creator>
      <dc:date>2015-02-03T17:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267442#M20567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually already downloaded this in the past and It wasn't working.&amp;nbsp; I just tried it again and I'm getting the same result.&amp;nbsp; Basically, the tool says "missing" and there isn't an ability to actually use the streetview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any fix around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:36:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267442#M20567</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-02-03T21:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267443#M20568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've seen this before, and it was because the Python environment variables weren't set correctly, or Python wasn't installed on the machine. It can also be because there are syntax errors in the code, but I know that's not the case. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you install Python with your ArcGIS Desktop install?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you open the Python command line, can you import arcpy successfully?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:39:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267443#M20568</guid>
      <dc:creator>IanBroad</dc:creator>
      <dc:date>2015-02-03T21:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267444#M20569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope...that would be the issue then.&amp;nbsp; I'll look into installing the python arcgis install then let you know if it works or not.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267444#M20569</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-02-03T21:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267445#M20570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem, let me know if you aren't able to get it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 21:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267445#M20570</guid>
      <dc:creator>IanBroad</dc:creator>
      <dc:date>2015-02-03T21:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267446#M20571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am feeling like an idiot right now, but I don't remember how to install arcpy.&amp;nbsp; through research, I found that win32-py2.6.exe was the app I needed.&amp;nbsp; I was also under suspicion the install was under the license administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 22:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267446#M20571</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-02-03T22:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267447#M20572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to find the original ArcGIS Desktop install media.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can choose to Modify the current install:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Modify.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/58321_Modify.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And make sure Python is enabled:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Python.png" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/58421_Python.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Feb 2015 22:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267447#M20572</guid>
      <dc:creator>IanBroad</dc:creator>
      <dc:date>2015-02-03T22:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267448#M20573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I reinstalled ArcMap and ensured python was installed but when I type import arcpy I still get an error.&amp;nbsp; I'm going to do some research of my own but in the event I don't find a solution is there anything else you would recommend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 17:11:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267448#M20573</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-02-09T17:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267449#M20574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ian, sorry to continually bother you, but I fixed the issue.&amp;nbsp; It was resolved using this thread: &lt;A _jive_internal="true" href="https://community.esri.com/thread/86343" title="https://community.esri.com/thread/86343"&gt;https://community.esri.com/thread/86343&lt;/A&gt;&amp;nbsp; My only question now for you involves what the map opens in.&amp;nbsp; Is there any way I can configure the addon to open in google earth?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Feb 2015 18:28:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267449#M20574</guid>
      <dc:creator>AlexanderPugliese</dc:creator>
      <dc:date>2015-02-09T18:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267450#M20575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey, it's no problem, glad you got it working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as opening the location in Google Earth, I'm not sure how to do that. It may be possible, but I don't know how. Sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2015 02:57:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267450#M20575</guid>
      <dc:creator>IanBroad</dc:creator>
      <dc:date>2015-02-12T02:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267451#M20576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alexander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to let you know that we fixed the Streetview and Bing Maps add-in. We were asked by Google to make some changes in order to comply with the changed licensing terms. The new add-in which has been uploaded to ArcGIS Online is working again as before but the requests to google are now generated client side. There is now also a Pro version which shows the viewing angle on the map in ArcMap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lieven Verheust&lt;/P&gt;&lt;P&gt;COO SIGGIS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 19:44:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267451#M20576</guid>
      <dc:creator>LievenVerheust1</dc:creator>
      <dc:date>2015-02-26T19:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267452#M20577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lieven,&lt;/P&gt;&lt;P&gt;Do you have a link to the Pro version...this is a great tool.&lt;/P&gt;&lt;P&gt;But seeing your location and bearing on the map would be great.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 12:26:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267452#M20577</guid>
      <dc:creator>ScottRutzmoser2</dc:creator>
      <dc:date>2015-05-21T12:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267453#M20578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Scott, if you are interested I have developed it in c# for arcgis pro &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.arcgis.com%2Fhome%2Fitem.html%3Fid%3D7f6ea5c3f3444d22b4c0edfef2c799d5" rel="nofollow" target="_blank"&gt;https://www.arcgis.com/home/item.html?id=7f6ea5c3f3444d22b4c0edfef2c799d5&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:01:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267453#M20578</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-10-05T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267454#M20579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here another tool:&amp;nbsp;&lt;A class="link-titled" href="http://ungdungmoi.com/arcgoogle.htm" title="http://ungdungmoi.com/arcgoogle.htm"&gt;ArcGoogle&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Nov 2016 07:43:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267454#M20579</guid>
      <dc:creator>myname</dc:creator>
      <dc:date>2016-11-09T07:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Streetview Add-In on 10.3</title>
      <link>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267455#M20580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ian,&lt;/P&gt;&lt;P&gt;Your addin worked straight away! &amp;nbsp;I just wanted to say thank you. &amp;nbsp;I had been using the 'SIGGIS Street &amp;amp; Bird View', which worked well for years, but had been returning a blank (black) screen in IE11 and Chrome browsers. &amp;nbsp;Saves a lot of time to be able to pull up the view within ArcMap. &amp;nbsp;Thank you,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 21:37:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/streetview-add-in-on-10-3/m-p/267455#M20580</guid>
      <dc:creator>BrianCoward</dc:creator>
      <dc:date>2017-03-24T21:37:26Z</dc:date>
    </item>
  </channel>
</rss>

