<?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: Hydro-Quebec open data in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595187#M93966</link>
    <description>&lt;P&gt;Big thanks! I will have a look &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Mar 2025 15:07:23 GMT</pubDate>
    <dc:creator>Jean-RenéGuérin</dc:creator>
    <dc:date>2025-03-13T15:07:23Z</dc:date>
    <item>
      <title>Hydro-Quebec open data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595017#M93944</link>
      <description>&lt;P&gt;Hi! I need help to integrate data from Hydro-Quebec in ArcGIS Pro. I would like to create a layer of ongoing outages that will be updated every 15 minutes.Can someone help me out please?I don't know where to start.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.hydroquebec.com/documents-data/open-data/data-outages-interruptions.html" target="_blank"&gt;Ongoing outages and planned service interruptions | Hydro-Québec&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Tanks in advance &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 00:53:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595017#M93944</guid>
      <dc:creator>Jean-RenéGuérin</dc:creator>
      <dc:date>2025-03-13T00:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hydro-Quebec open data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595065#M93948</link>
      <description>&lt;P&gt;I'm not familiar with this data but at a glance, it appears to be KMZs published at intervals, using filenames that aren't predictable (but can be determined using an API).&amp;nbsp; I don't know of a straightforward way to add this to Pro as a layer, I believe you're going to need to write some code to do this.&lt;/P&gt;&lt;P&gt;The most straightforward approach to me would be to write some code that runs at a regular interval, and updates a data source that ArcGIS Pro can handle easily.&amp;nbsp; For example, you could create a feature layer in ArcGIS Online, and use a scheduled notebook in ArcGIS Online to query the H-Q layer every 15 minutes, delete all current features in your layer, then reload the features from the downloaded KMZ file.&lt;/P&gt;&lt;P&gt;The notebook could consist of six steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use something like requests or urllib to connect to "BIS Version" JSON file, and capture the timestamp there.&amp;nbsp; (This is the first step described on the page you posted.)&lt;/LI&gt;&lt;LI&gt;Construct a URL as described in the third step from that page to download the KMZ to a temporary folder.&lt;/LI&gt;&lt;LI&gt;Convert the KMZ records to a feature class using the "KML to Layer" geoprocessing tool.&lt;/LI&gt;&lt;LI&gt;Delete all the records currently in your feature layer.&lt;/LI&gt;&lt;LI&gt;Copy the converted feature class' records into your feature layer.&lt;/LI&gt;&lt;LI&gt;Delete the temporary files.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A single-user alternative that would avoid using ArcGIS Online credits would be to use a local feature class rather than an ArcGIS Online feature layer, and have the script running locally on your machine at regular intervals.&lt;/P&gt;&lt;P&gt;A more manual (but code-free) approach would be something like this:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Get the "BIS Version" JSON file's value using a browser.&lt;/LI&gt;&lt;LI&gt;Use the value from that file to stitch together a URL to the latest KMZ file.&lt;/LI&gt;&lt;LI&gt;Add that KMZ file's URL to Pro using "Add to Data" &amp;gt; "Data from Path".&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This won't automatically update, however, you'll need to re-fetch the BIS version and re-add the KMZ every time you want to refresh.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 08:13:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595065#M93948</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2025-03-13T08:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Hydro-Quebec open data</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595187#M93966</link>
      <description>&lt;P&gt;Big thanks! I will have a look &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 15:07:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/hydro-quebec-open-data/m-p/1595187#M93966</guid>
      <dc:creator>Jean-RenéGuérin</dc:creator>
      <dc:date>2025-03-13T15:07:23Z</dc:date>
    </item>
  </channel>
</rss>

