Currently, I am using SURVER123, a mobile application within the ArcGIS platform, to collect field survey data. This app generates a "feature layer" or data table in ArcGIS Online, where the captured field data is stored and collected. It's important to note that this table is constantly updated with new records or rows.
My main objective is to access and query this data table, and I intend to do so using a Google tool such as Google Cloud Storage, Google AppSheet, or there is another suitable option???.
The idea behind this is to create an application that allows me to visualize each record in a user-friendly interface, generate PDF reports, and provide other basic functionalities.
Regarding ArcGIS, there is the option to work with the "ArcGIS API for Python," which is an interface that enables interaction with the data stored in ArcGIS Online. By utilizing this API, I will be able to perform queries and extract data from the mentioned table. Subsequently, I can process or visualize the data within my own application. However, it's important to note that this part will require appropriate configuration.
In summary, the goal is to access and visualize the collected data from the ArcGIS Online table using a Google tool. This will facilitate the creation of an application that enables the visualization of each record, generation of PDF reports, and other basic functionalities. The "ArcGIS API for Python" will be a valuable tool for data interaction and performing the necessary queries.
Its posible to do that?
if yes, What resources are available to get started? Tutorials?