jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

Allow user to use squared distance for optimisation #39

Open jakeandersonbell opened 3 years ago

jakeandersonbell commented 3 years ago

Hey,

Great package, I think it would be useful if the user could specify squared (or other functions) distance to use for assignment optimisation. I am using the package on a ~400 polygon object and I'm getting good overall spatial accuracy at the cost of a few very large errors.

Many thanks!