I need to convert about 100 points to 100 polygons. I thought I could do it by converting the points to graphics and then converting the graphic to a polygon that didn't work out. I'm open to anything that can help me out.
I'm trying to use polygons to clip portions of a raster file so I can then convert the raster to a shapefile. I'd then join the files and grab an elevation from the raster file. If there's an easier process for that I'm open to it. It's been a while since I've worked with rasters and I'd imagine there might be a better way to do this.
Thank you
Solved! Go to Solution.
Buffer (Analysis)—ArcGIS Pro | Documentation
use some appropriate distance for the radius, and it will convert a point to a polygon (circle(
Buffer (Analysis)—ArcGIS Pro | Documentation
use some appropriate distance for the radius, and it will convert a point to a polygon (circle(
Darn I knew I was over thinking it again. Thank you @DanPatterson