I'm trying to create polygon features depicting the crowns of trees based on a CSV of tree measurements that were collected in the field.
Each tree record includes the co-ordinates of the trunk in X and Y fields, and the crown dimensions are stored as 4 measurements (in metres) that record the distance from the trunk to the edge of the crown at each cardinal direction (north, south, east and west). I need to show crowns that accord with these measurements (i.e. a tree with a 'Crown East' field of 4m and a 'Crown West' field of 2m will need to produce a crown polygon that is suitably asymmetrical).
Is there any way to use Geoprocessing tools to draw ellipses / polygons to represent the crowns based on this information?
I'm using ArcGIS Pro 2.7 with a Basic licence.