<?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: Extract Features from a XML online document in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1552886#M62107</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115587"&gt;@MobiusSnake&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not experienced with Python and Notebook, but &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/239554"&gt;@FrancescoFanelli&lt;/a&gt; , gave me some help with the code, so now I've to understand how to use ArcGIS Online Notebook and implement it.&lt;/P&gt;&lt;P&gt;If it works I will share here and mark as solution.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2024 17:05:18 GMT</pubDate>
    <dc:creator>RobertoRossi</dc:creator>
    <dc:date>2024-10-28T17:05:18Z</dc:date>
    <item>
      <title>Extract Features from a XML online document</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1551211#M62052</link>
      <description>&lt;P&gt;An Italian meteorological agency publishes this XML file (&lt;A href="https://www.ambienteveneto.it/Dati/UltimaOra.xml" target="_blank"&gt;https://www.ambienteveneto.it/Dati/UltimaOra.xml&lt;/A&gt;) containing meteorological data, which updates every hour.&lt;/P&gt;&lt;P&gt;The XML has a &amp;lt;STAZIONE&amp;gt; tag, followed by an ID (&amp;lt;IDSTAZ&amp;gt;), a name (&amp;lt;NOME&amp;gt;), and &amp;lt;X&amp;gt; and &amp;lt;Y&amp;gt; tags containing the geographic coordinates of the gauge.&lt;/P&gt;&lt;P&gt;Each Weather station can have multiple sensor (tag &amp;lt;SENSORE&amp;gt;), for each sensor the XML file records several values depending on the &amp;lt;FREQ&amp;gt; (frequency in minute) value. Each value (&amp;lt;VM&amp;gt;) is linked to a date and time value &amp;lt;DATI ISTANTE="aaaammddhhmmss"&amp;gt;.&lt;/P&gt;&lt;P&gt;Is there a way to extract these data and use them in ArcGIS Online?&lt;/P&gt;&lt;P&gt;I tried with Pipelines but this kind data is not compatible with the URL format types.&lt;/P&gt;&lt;P&gt;Thanks in advance for any help!&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 12:01:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1551211#M62052</guid>
      <dc:creator>RobertoRossi</dc:creator>
      <dc:date>2024-10-23T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Features from a XML online document</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1552634#M62099</link>
      <description>&lt;P&gt;I would probably use an ArcGIS Online notebook, write some Python that parses the XML and creates point features in a hosted feature layer.&amp;nbsp; Depending on your requirements, you could either append records from each run (maintaining historical data), or delete all previous records in the layer so you just have the latest information.&lt;/P&gt;&lt;P&gt;Parsing XML is a pretty standard workflow for Python (nothing GIS-specific about it), for creating features in a feature layer there are several options but I'd recommend &lt;A href="https://developers.arcgis.com/python/latest/api-reference/arcgis.features.toc.html#arcgis.features.FeatureLayer.edit_features" target="_self"&gt;the edit_features method of the FeatureLayer class in the ArcGIS API for Python&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Oct 2024 19:04:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1552634#M62099</guid>
      <dc:creator>MobiusSnake</dc:creator>
      <dc:date>2024-10-27T19:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Features from a XML online document</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1552886#M62107</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/115587"&gt;@MobiusSnake&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not experienced with Python and Notebook, but &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/239554"&gt;@FrancescoFanelli&lt;/a&gt; , gave me some help with the code, so now I've to understand how to use ArcGIS Online Notebook and implement it.&lt;/P&gt;&lt;P&gt;If it works I will share here and mark as solution.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2024 17:05:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/extract-features-from-a-xml-online-document/m-p/1552886#M62107</guid>
      <dc:creator>RobertoRossi</dc:creator>
      <dc:date>2024-10-28T17:05:18Z</dc:date>
    </item>
  </channel>
</rss>

