[GIS] How to split a polygon into quadrants

arcgis-desktoppolygon-creationtownship-range-sectionvector-grid

I have a Alberta province (Canada) section polygon shapefile in GCS_NAD83 with 255,000 polygons. I like to split each section into 4 equal quadrants (NW, NE, SW, SE)

enter image description here

The Alberta province has several UTM zones, so I guess I can convert it to Lambert Conformal Conic or Albers Equal Area CS if the section scan be split only in projected units.
There are people selling this information, but I was wondering if this is something I can create using the data I have?
Please let me know. Thank you.

Best Answer

I've created 4 tools which might help you out.

1) The first 2 tools create a quarter section grid from an existing section grid and provide custom labeling for each quarter section.

2) The other 2 tools create a quarter quarter section grid from an existing section grid and provide custom labeling for each quarter quarter section.

I say from an existing section grid, but it will work with any polygon grid.

You can view a video (which needs updated) and download the Section Grid Toolbox here:

http://ianbroad.com/creating-quarter-quarter-section-grid-python/

I hope this helps in some way.

Related Question