Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor out primitives and types to GeometryOpsCore.jl #220

Merged
merged 10 commits into from
Oct 3, 2024
Merged

Conversation

asinghvi17
Copy link
Member

@asinghvi17 asinghvi17 commented Oct 2, 2024

This PR creates a new GeometryOpsCore.jl package that other packages can depend on so we have a common core of types and frameworks throughout the ecosystem.

cc @rafaqz

This is still VERY WIP, we may choose to put more functionality in (I do want table support for flatten etc) or take functionality out.

Ideally, this goes out as a first draft in the next few days so it can be registered in the General registry.

This will enable the cellarea(Spherical()) idea for rafaqz/Rasters.jl#768.

This basically guts the `types.jl` and `primitives.jl` files from GeometryOps and puts them into a new, low-dependency module that other packages can utilize for a convenient structure.
The name `Manifold` is up for debate, I just wanted some supertype for dispatch constraints.
@asinghvi17 asinghvi17 self-assigned this Oct 2, 2024
@asinghvi17 asinghvi17 added the enhancement New feature or request label Oct 2, 2024
Copy link
Member

@rafaqz rafaqz left a comment

Choose a reason for hiding this comment

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

LGTM. Let's get the registration rolling we can fix the details later

@asinghvi17 asinghvi17 marked this pull request as ready for review October 2, 2024 22:57
@asinghvi17 asinghvi17 changed the title [WIP] Factor out primitives and types to GeometryOpsCore.jl Factor out primitives and types to GeometryOpsCore.jl Oct 2, 2024
@asinghvi17
Copy link
Member Author

Will merge if docs build correctly now.

@asinghvi17 asinghvi17 merged commit afa9f86 into main Oct 3, 2024
6 checks passed
@asinghvi17 asinghvi17 deleted the as/core branch October 3, 2024 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants