I am trying to generate points for subplot plot centers based on an already existing point feature class. For each existing point, I need to create 3 points directly north and south at different distances. I found an online forum walking me through the process of manually creating points using the editor toolbar, but I am reluctant to use this method if I don't have to, so I figured I'd ask here first. Has anyone encountered batch processing point creation from this type of information? From each existing point, the bearings/distances will be the same so I imagine it would be a good thing to do using python, but I am just now learning the coding side of ArcMap and have no idea where to start with this.