Select to view content in your preferred language

Convert a single point to a polygon

91
2
Jump to solution
Thursday
MPach
by
Frequent Contributor

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

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

Buffer (Analysis)—ArcGIS Pro | Documentation

use some appropriate distance for the radius, and it will convert a point to a polygon (circle(


... sort of retired...

View solution in original post

2 Replies
DanPatterson
MVP Esteemed Contributor

Buffer (Analysis)—ArcGIS Pro | Documentation

use some appropriate distance for the radius, and it will convert a point to a polygon (circle(


... sort of retired...
MPach
by
Frequent Contributor

Darn I knew I was over thinking it again. Thank you @DanPatterson 

0 Kudos