Hello,
I have a point feature class with 1300 points over an imagery basemap layer. I want to take screenshots of the basemap at each of these 1300 locations in order to store them in arcgis and excel file. Is there any tools or method in ArcGIS Pro allowing to achieve this without going points by points?
Thank you for your help!
Solved! Go to Solution.
Maybe a simple way around, creating a square buffer around the points and using result box polygons in map series to create images you want.
How To: Create a square buffer around a point feature
Create a spatial map series—ArcGIS Pro | Documentation
Hope this helps.
Cheers,
Hamed
Hello Hamed,
Thank you very much for your time and advice, it's definitely what I was looking for !
Cheers,
Henry
Maybe a simple way around, creating a square buffer around the points and using result box polygons in map series to create images you want.
How To: Create a square buffer around a point feature
Create a spatial map series—ArcGIS Pro | Documentation
Hope this helps.
Cheers,
Hamed
Hello Hamed,
Thank you very much for your time and advice, it's definitely what I was looking for !
Cheers,
Henry
Can this be automated with Python?