This is a very rough method, in fact requires to edit the python file attached (is a modified python file from ftools by Carson Farmer) for inserting parameters. At the moment I'm not able to do better (no python skillful), but I'm sure someone else could easily create or integrate vector tools for making hexagonal grid. Hope it can help.
Instructions: 1) rename your doVectorGrid.py (in /usr/share/qgis/python/plugins/fTools/tools/ here) to doVectorGrid_orig.py 2) edit the attached file after line 157 <<< HEXAGON OPTION >>> where you can choose if make a hexagon by area or by heigth or edge, save the file as doVectorGrid.py 3) copy the edited file doVectorGrid.py in in /usr/share/qgis/python/plugins/fTools/tools/ 4) start qgis and make the hexagon grid from vector menu -> research Tools -> Vector grid. In Parameters you can only choose Output grid as polygons 5) replace the orig doVectorGrid.py for recover to normal situation (in linux: mv /usr/share/qgis/python/plugins/fTools/tools/doVectorGrid_orig.py /usr/share/qgis/python/plugins/fTools/tools/doVectorGrid.py) Cheers, Giovanni 2011/1/12 Eduardo Klein <[email protected]> > Hi, > I'm trying to construct an hexagonal grid (vector) with hexagons of x units > of length in each side. Is there any plugin for doing that? > > Thanks! > > EKS > > -- > Eduardo Klein > Lab Sensores Remotos e > Instituto de Tecnología y Ciencias Marinas > Universidad Simón Bolívar > Caracas, Venezuela > ph (58) (212) 906-3111 ext 6700 > fax (58) (212( 906-3111 ext 6701 > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user >
doVectorGrid.py
Description: Binary data
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
