Hi,
I am using a notebook to read a WFS https://layers.leefomgeving.app/geoserver/test-alkmaar/ows?service=WFS&version=1.0.0&request=GetFeat... and export it to a hosted feature layer collection (the WFS contains both polygons and points).
I am using a data frame to temporarily manipulate the data in a notebook, but I can't transform the geometry format Shapely to a format that is compatible with AGOL. Any tips here? I tried JSON, wkt, Nothing seems to work.
After I have created the hosted feature layers based on the schema of those original WFS, I want to update them regularly. I want to read, check for changes, and overwrite the respective Feature layer in agol.
Thanks in advance
But first I want to publish them as a Feature layer and I am having trouble with the conversion.