I have built the hexer project on Windows, using GDAL 3.04. The help command works fine, however I've not yet been successful in getting any valid outputs.
curse boundary points.shp --output myboundary.shp produces an empty shapefile with no records.
curse density points.shp --output D:\Temp\myhexagons.shp --edge 100 always ends up returning the following error:
No areas of sufficient density - no shapes. Decrease density or area size
I've played around with the --edge and --count settings, and also run the command on various point shapefiles, and LAS files, including a point shapefile generated with the make_shapes.py script.
Is anyone able to get outputs with recent versions of GDAL, or on Windows? Or maybe I've missed a something basic..
I have built the hexer project on Windows, using GDAL 3.04. The
helpcommand works fine, however I've not yet been successful in getting any valid outputs.curse boundary points.shp --output myboundary.shpproduces an empty shapefile with no records.curse density points.shp --output D:\Temp\myhexagons.shp --edge 100always ends up returning the following error:No areas of sufficient density - no shapes. Decrease density or area sizeI've played around with the
--edgeand--countsettings, and also run the command on various point shapefiles, and LAS files, including a point shapefile generated with themake_shapes.pyscript.Is anyone able to get outputs with recent versions of GDAL, or on Windows? Or maybe I've missed a something basic..