In QGIS, how can I automate drawing a 100km x 100km square around a number of points, with the point being dead in the center?
I'd need to loop through all the points and create a polygon, but not sure what would be the automated way of doing so.
I was able to create buffers (circular) around the points, but now looking for a solution to convert those circles to squares -- something like the Envelope approach described here (but need it in QGIS): Creating square buffer around point feature using ArcGIS for Desktop?


