Select to view content in your preferred language

GPX file as a notebook parameter

150
0
05-14-2025 05:22 AM
BenjaminHall
Emerging Contributor

I am currently experiencing an issue with arcgis online notebooks and Experience Builder. I have set up an Add Data widget in my experience builder where a user can add a GPX file and then set this as an input to a webtool that I have created.

The parameter which accepts the GPX file is configured to a featureset but when the user passes the added GPX file to the featureset parameter it is saying there are no features within the featureset even when i use gpx_fs = FeatureSet.from_dict(gpx_input).

My end goal is to add a gpx file using the add data widget in the experience, set this as a featureset parameter in a notebook and extract the line from the gpx file and then create a new record to append to another existing layer within arcgis online.

0 Kudos
0 Replies