I'm trying to generate features using "ST_Geometry" in a mobile geodatabase stored on my hard drive and am totally stuck. Specifically, I want to create parametric wedges based on a point featureclass, where each point has information that define the parameters for a corresponding wedge to be added to a second featureclass. I want to do this using a Python notebook.
Parametric circles, ellipses, and wedges—ArcMap | Documentation (arcgis.com) (I wasn't able to find the corresponding documentation for ArcGIS Pro)
Can anyone help me understand how to do this in ArcGIS Pro 2.9? Even just a few lines of code would probably be enough!
Thanks!