JuliaGeo / GeometryOps.jl

GeoInterface-based geometry operations
https://juliageo.org/GeometryOps.jl/
MIT License
18 stars 3 forks source link

Curried predicate functions #148

Open asinghvi17 opened 1 month ago

asinghvi17 commented 1 month ago

Basically defining e.g. GO.intersects(x) = Base.Fix1(GO.intersects, x). Turns out to be quite useful when performing dataframe ops.

luntan-maker commented 1 month ago

I wouldn't mind taking a shot at this, do you do an assignee system? Also just the usual PR?

asinghvi17 commented 1 month ago

No particular assignee system I think, but a regular PR would be fine - I'll hold off from implementing this then. Great to see people interested in the project!

rafaqz commented 1 month ago

Thanks! No need for a system at this stage, probably whoever is free will review your PR pretty quickly.

You can also make a draft PR and ask questions at that stage too if there are any problems.

luntan-maker commented 1 month ago

Thank you for the warm welcome! I went ahead and made a PR, I look forward working with you.