<?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 Add JSON dynamically to AGOL for use in dashboards in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/add-json-dynamically-to-agol-for-use-in-dashboards/m-p/1324624#M54313</link>
    <description>&lt;P&gt;I have some new data which is being shared via a website which allows you to access the data via JSON,XML or CSV downloads.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is live data which I would like present dynamically via AGOL using a dashboard.&lt;/P&gt;&lt;P&gt;Currently there is no geographically reference for the data points as the actual units are yet to be installed. See example below.&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"channel": {&lt;BR /&gt;"id": 2219303,&lt;BR /&gt;"name": "NPP GHG Monitor 01",&lt;BR /&gt;"latitude": "0.0",&lt;BR /&gt;"longitude": "0.0",&lt;BR /&gt;"field1": "Temperature",&lt;BR /&gt;"field2": "Humidity",&lt;BR /&gt;"field3": "CO2",&lt;BR /&gt;"field4": "Methane",&lt;BR /&gt;"field5": "Soil moisture",&lt;BR /&gt;"field6": "Light (vis+IR)",&lt;BR /&gt;"field7": "Light (IR only)",&lt;BR /&gt;"field8": "Battery voltage",&lt;BR /&gt;"created_at": "2023-07-13T13:52:46Z",&lt;BR /&gt;"updated_at": "2023-07-14T08:21:27Z",&lt;BR /&gt;"last_entry_id": 4515&lt;BR /&gt;},&lt;BR /&gt;"feeds": [&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T08:39:57Z",&lt;BR /&gt;"entry_id": 4416,&lt;BR /&gt;"field3": "273.7752380371094"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T08:55:20Z",&lt;BR /&gt;"entry_id": 4417,&lt;BR /&gt;"field3": "269.3650207519531"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T09:10:42Z",&lt;BR /&gt;"entry_id": 4418,&lt;BR /&gt;"field3": "280.1029968261719"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T09:26:05Z",&lt;BR /&gt;"entry_id": 4419,&lt;BR /&gt;"field3": "272.4008178710938"&lt;/P&gt;&lt;P&gt;However, I have done some reading and there might be other missing data such as&amp;nbsp;&lt;SPAN&gt;"type": "FeatureCollection" and a reference to a geometry type.&lt;BR /&gt;&lt;BR /&gt;So my question is, what is the most effective way to add this data to AGOL so that it updates dynamically? I have seen that is possible to add JSON data directly to AGOL but I currently get an error message which could be due to the above.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Sep 2023 03:42:15 GMT</pubDate>
    <dc:creator>AndrewHankinson</dc:creator>
    <dc:date>2023-09-01T03:42:15Z</dc:date>
    <item>
      <title>Add JSON dynamically to AGOL for use in dashboards</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/add-json-dynamically-to-agol-for-use-in-dashboards/m-p/1324624#M54313</link>
      <description>&lt;P&gt;I have some new data which is being shared via a website which allows you to access the data via JSON,XML or CSV downloads.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is live data which I would like present dynamically via AGOL using a dashboard.&lt;/P&gt;&lt;P&gt;Currently there is no geographically reference for the data points as the actual units are yet to be installed. See example below.&lt;BR /&gt;&lt;BR /&gt;{&lt;BR /&gt;"channel": {&lt;BR /&gt;"id": 2219303,&lt;BR /&gt;"name": "NPP GHG Monitor 01",&lt;BR /&gt;"latitude": "0.0",&lt;BR /&gt;"longitude": "0.0",&lt;BR /&gt;"field1": "Temperature",&lt;BR /&gt;"field2": "Humidity",&lt;BR /&gt;"field3": "CO2",&lt;BR /&gt;"field4": "Methane",&lt;BR /&gt;"field5": "Soil moisture",&lt;BR /&gt;"field6": "Light (vis+IR)",&lt;BR /&gt;"field7": "Light (IR only)",&lt;BR /&gt;"field8": "Battery voltage",&lt;BR /&gt;"created_at": "2023-07-13T13:52:46Z",&lt;BR /&gt;"updated_at": "2023-07-14T08:21:27Z",&lt;BR /&gt;"last_entry_id": 4515&lt;BR /&gt;},&lt;BR /&gt;"feeds": [&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T08:39:57Z",&lt;BR /&gt;"entry_id": 4416,&lt;BR /&gt;"field3": "273.7752380371094"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T08:55:20Z",&lt;BR /&gt;"entry_id": 4417,&lt;BR /&gt;"field3": "269.3650207519531"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T09:10:42Z",&lt;BR /&gt;"entry_id": 4418,&lt;BR /&gt;"field3": "280.1029968261719"&lt;BR /&gt;},&lt;BR /&gt;{&lt;BR /&gt;"created_at": "2023-08-30T09:26:05Z",&lt;BR /&gt;"entry_id": 4419,&lt;BR /&gt;"field3": "272.4008178710938"&lt;/P&gt;&lt;P&gt;However, I have done some reading and there might be other missing data such as&amp;nbsp;&lt;SPAN&gt;"type": "FeatureCollection" and a reference to a geometry type.&lt;BR /&gt;&lt;BR /&gt;So my question is, what is the most effective way to add this data to AGOL so that it updates dynamically? I have seen that is possible to add JSON data directly to AGOL but I currently get an error message which could be due to the above.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 03:42:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/add-json-dynamically-to-agol-for-use-in-dashboards/m-p/1324624#M54313</guid>
      <dc:creator>AndrewHankinson</dc:creator>
      <dc:date>2023-09-01T03:42:15Z</dc:date>
    </item>
  </channel>
</rss>

