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

WIP: geometry lookup #854

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

WIP: geometry lookup #854

wants to merge 5 commits into from

Conversation

asinghvi17
Copy link
Collaborator

@asinghvi17 asinghvi17 commented Jan 8, 2025

TODOs:

  • CRS support
    • Make reproject reproject the geometry lookups too
    • In-memory resample using e.g zonal, to rasterize a VDC
  • Allow feature attributes to persist within geometry lookups
    • candidate 1: maybe have a metadata field?
    • candidate 2: table like feature collection structure, with metadata being a namedtuple of vectors...
  • Plot recipes - plottype on a dimvector with geometry lookup should check the trait and return poly. Then poly should have a recipe on a dimvector with geometry lookup.
  • Make everything return vectors, except when you ask for points
  • Add I/O support via CF conventions
    • Read: point, line, polygon
    • Write: point, line, polygon
  • Since we're depending on GeometryOps, use GeometryOps functions internally
  • Add test cases based on xvec tests
  • Translate all xvec examples

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.

1 participant