Skip to content

Commit 63ddb49

Browse files
authored
Merge pull request #30 from EarthyScience/TheJeran-patch-1
Update README.md
2 parents 3671c27 + 2d700be commit 63ddb49

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

README.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,58 @@
55
66
Stay tuned for updates! 🚀
77

8+
***
9+
10+
# Wishlist/Todo
11+
### Data
12+
- [ ] Add zarr url input
13+
- [ ] Get metadata from ds/variable
14+
- [ ] Handle 2D variables
15+
- [ ] Export to zarr (Like analysis data)
16+
17+
### Plot Window
18+
- [ ] Feed coords into and apply to ticks
19+
- [ ] move ticks with camera
20+
- [ ] Add position/coords of click/timeseries
21+
- [ ] Resize the canvas/window
22+
- [ ] Selectable points with information (Value and coords)
23+
- [ ] Scale axis'
24+
25+
### UI
26+
- [ ] Breakup UI into seperate windows or sections
27+
- [ ] Data
28+
- [ ] Visuals
29+
- [ ] Plotting
30+
- [ ] Analysis
31+
- [ ] Implement a more reactive UI (Tweakpane/[UIkit](https://github.com/pmndrs/uikit))
32+
33+
### Analysis
34+
- [ ] Along axis calculations
35+
- [ ] Average
36+
- [ ] Median
37+
- [ ] Min
38+
- [ ] Max
39+
- [ ] Two Variable Calculations
40+
- [ ] Correlation
41+
- [ ] Window operations
42+
- [ ] RaoQ
43+
- [ ] Min/Max/Mean
44+
- [ ] Gaussian smooth
45+
- [ ] Implement as Compute shaders for blazing speed
46+
47+
### Misc.
48+
- [ ] Export view as image (w/ and w/out background)
49+
- [ ] Animations?
50+
51+
### Bugs/Fixes
52+
- [ ]
53+
54+
55+
56+
57+
58+
59+
60+
861
> [!TIP]
962
> _Have a suggestion or a feature request? Don't hesitate to open an issue or PR!_

0 commit comments

Comments
 (0)