I know this might be slightly off topic here, but then again the answer might be within AGOL.
I am writing a python application where I need to display the location of a drone on a map. The data is to be sent in real time over cellular from the drone to a second computer where it is to plot pins/locations on a map and there is a few bits f text data from the drone associated with each pin.
I need to know what libraries / map services would be good to use for the plotting? I know potentially AGOL could do this?
I also may be using this in areas with no internet so if there is a way to do it offline would be good too.
Dear AIGrant,
I hope you are doing well,
As far as I know, the best choice for your project can be utilizing Geoevent, but I think it is all written in Java, but It should not very difficult to apply on what you want to do.
Please check the documentation in the below link
https://enterprise.arcgis.com/en/geoevent/
Hope it helps