JuliaDataCubes / JuliaDataCubes/PyramidScheme.jl
Add interface to compute pyramids of a given datacube
Nobody has claimed this yet.
- Dominant language
- Julia
- Stars
- 18
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Currently the user has to compute the axes and the pyramid sizes before actually computing the pyramids.
I would like to have something like:
arr = DimArray(rand(X(10000), Y(10000))
pyramids = getpyramids(arr)
This should give a list of pyramids or even a struct which holds the relevant information of the pyramid so that it can be used for plotting
There should be a way to insert the keyword arguments for the fill_pyramids call into the getpyramids function call.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing fill_pyramids entry point and how it currently receives axis and pyramid-size information. Trace how DimArray datacubes and plotting consume the resulting pyramids, then define the getpyramids interface and its keyword forwarding. Done means a datacube can produce reusable pyramid information or results without manually computing axes and sizes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100