We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
applyfoldl
applyfoldr
mapfoldl
mapfoldr
I have to calculate transformed extents, and having these would be great so I don't materialize the transformed geometry!
The use would be something like:
applyfoldl(transformation, _update_extent, GI.PointTrait(), geometry; init = Extents.Extent(...)) ```.