An Italian meteorological agency publishes this XML file (https://www.ambienteveneto.it/Dati/UltimaOra.xml) containing meteorological data, which updates every hour.
The XML has a <STAZIONE> tag, followed by an ID (<IDSTAZ>), a name (<NOME>), and <X> and <Y> tags containing the geographic coordinates of the gauge.
Each Weather station can have multiple sensor (tag <SENSORE>), for each sensor the XML file records several values depending on the <FREQ> (frequency in minute) value. Each value (<VM>) is linked to a date and time value <DATI ISTANTE="aaaammddhhmmss">.
Is there a way to extract these data and use them in ArcGIS Online?
I tried with Pipelines but this kind data is not compatible with the URL format types.
Thanks in advance for any help!