Select to view content in your preferred language

Integrating Real-Time Data with Dynamic URL Parameters in ArcGIS Dashboards

316
0
11-27-2023 04:16 PM
Labels (1)
nicofierrov
New Contributor III

Hello everyone,

I'm working on a project in ArcGIS Dashboards that involves displaying real-time data. Currently, the data I'm receiving updates every hour, but in the future, this could increase to updates every minute. I would like to know if it's possible to allow dashboard users to modify URL parameters to reflect different real-time data sets.

Here are two specific cases I'm working with:

 

1. GeoJSON Data with Location Parameters: I'm using a URL like:

https://url.com/geosensors.py?Location=Location1,

where Location can range from Location1 to LocationN. My aim is for users to be able to change this parameter to select different locations.

2. CSV Data with Sensor and Date Parameters: In another instance, I'm accessing CSV format data via

https://url.com/sensordata.py?sensorID=S1&from=2023-10-27&to=2023-11-27.

I want users to be able to modify the sensorID, from, and to parameters.

 

My questions are:

  • Is it feasible in ArcGIS Dashboards to enable users to modify these URL parameters to view different sets of real-time data?
  • If so, what would be the best approach to implement this? With Arcade, some specific workflow or something in ArcGIS Dashboards or ArcGIS Online that could facilitate this process?

Any advice, shared experiences, or resources would be greatly appreciated. I'm also open to considering alternative approaches to meet these requirements.

Thank you in advance for your valuable assistance.

Best regards,

Nicolas

0 Kudos
0 Replies