unsafe_applyreduce
using GI.getpoint
or GI.gethole
#89
Labels
enhancement
New feature or request
low priority
Low priority issue, someone can get to it whenever they feel like it!
@rafaqz mentioned that
GI.getpoint
orGI.gethole
on any geometry can be substantially faster in some cases (Shapefile.jl comes to mind). One can implement anunsafe_applyreduce
, which does not guarantee any ordering, but still gives you the points or rings to operate on.This would operate only on
LinearRing, LineString, Point
traits.The text was updated successfully, but these errors were encountered: