Hi,
I am trying to convert an rss feed (with lat/long) to a layer on our portal. I can create the layer via:
rss feed -> spatial data frame -> feature collection -> published feature collection
Currently I can't find any documentation around how to overwrite a feature collection
I have found this tutorial about how to update a feature layer which doesn't work:
https://developers.arcgis.com/python/sample-notebooks/overwriting-feature-layers/
How can I either overwrite the feature collection or publish my feature collection as a feature layer?