Skip to content

Conversation

@rafaqz
Copy link
Member

@rafaqz rafaqz commented Oct 30, 2025

Just to complete the namespace with e.g. GeometryOps.Polygon and test these and the rest we already had from GeoInterface

flipped_poly = GO.apply(GI.PointTrait, $poly) do p
(GI.y(p), GI.x(p))
flipped_poly = GO.apply(GO.PointTrait, $poly) do p
(GO.y(p), GO.x(p))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure this should be GO and not GI...I can see the argument for consistency though

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah its actually not I just went too far in my search and replace

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But kinda useful I think we should just have these. Theres so much getting users to guess what package has what things

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that should be what Geo is for though. I don't want to advertise GO.x because then people will try to override it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants