I have a set of point locations and would like to build a grid index using each point as its center. (Eventually, create a Map series). Is there a way to do this?
At first I thought that Grid Index Features—ArcGIS Pro | ArcGIS Desktop could be used, but it won't create a single sheet per feature. You can however use some python code to create a polygon layer that you can use for the Map Series. An examples can be found here:
Python Script: Create a polygon (rectangle) using a single point featurehttps://community.esri.com/message/748143-re-how-do-i-create-a-square-of-a-defined-area-around-my-po...