-
Notifications
You must be signed in to change notification settings - Fork 283
[WIP] xy-grid extrusion along z #1965
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
Draft
matthewturk
wants to merge
19
commits into
yt-project:main
Choose a base branch
from
matthewturk:xy_extrusion
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add and store origin in cf-radial
I'm converting this to draft until after 4.0 goes out so that it won't show up in my filters. This is a worthwhile change, but I need to update it and move forward with an updated version. |
I do want to revisit this, albeit perhaps with a rebase, at some point in the future. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
Making something better
infrastructure
Related to CI, versioning, websites, organizational issues, etc
viz: 2D
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This implements the first steps toward a data index that is defined by an xy grid of points with constant z. For instance, the particular use case is ARM data that is taken at multiple sweeps along the azimuth, at roughly onstant elevation, and always constant "range" (distance). This could be defined as a hexahedral mesh, but because we have a reduced dimensionality in xy, it can reduce memory considerably to define it with
xy_grid
andz_grid
.Also! I may have messed up my git branching! So there's the likely possibility that I'm including irrelevant changesets! But, when Nathan's PR goes in and I rebase, maybe that will go away?
There are numerous todo's, including:
cf_sweep
frontend