How do I combine multiple grids using python without having to create a new layer ?
Solved! Go to Solution.
So looking at your table I assume you want to merge them by system number field. The "easy" way would be (you'll have to deal with python logic a bit):
Hope that helps!
Hello @neomapper
Do you mean having all different grids in one feature class? If that's the case you can create them (Grid Index Features -Cartography) and merge them with python into a singel FC. Or just merge them if you already have them.
If not try to clarify what's your goal here. Regards,
Hi Kepa,
The grid index creates an entirely new layer which is something that I can't utilize because we have over +200 systems and approx. +3000 grids. There is the edit merge tool but I would have to manually select each and every system and grids to merge which is difficult doing this by hand each week. Is there a way or tool to select features in the same feature class and merge grids without having to create an entire new feature class?
Ok, I was misunderstanding your goal here. You are talking about merging grid features of the same feature class and not grid feature classes, is that right?
Yep, grid features of the same feature class!
So looking at your table I assume you want to merge them by system number field. The "easy" way would be (you'll have to deal with python logic a bit):
Hope that helps!