Select to view content in your preferred language

Grid Index

975
1
06-21-2018 01:23 PM
JeremySingh1
Emerging Contributor

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?

0 Kudos
1 Reply
XanderBakker
Esri Esteemed Contributor

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...