Commit 7b0543b
Embedded json schema (#139)
* Implement basic zoom; TODO: fix angle in skewT
* Add logarithmic zoom for skew-T diagram; TODO: T calculations should use real axis extent rather than fixes base/top pressure
* Fix skew-T lines responding to original extent instead of actual; now they don't tilt anymore
* Add panning effect, but it is stroboscopic and doesn't work for skewT yet
* combine side-effects for both axes in a single callback
* Remove animationframe
* Use produce to update both scales in a single call
* Don't update panstart; this fixes the jittering
* Also work in log space
* Make consistent for x-direction
* zoom towards cursor
* Add reset plot button
* Thinner lines
* Higher resolution plot
* Round time to steps of 10 minutes
* Use runClass from package, skipping BMI altogher + rich metadata for output vars; however, app/model hangs on second or third run
* Fix hanging issue: wrap only once...
* Make sure initial state is included in output
* Reset pan/zoom when variable changes
* formatting
* Use output metadata in plot labels and variable pickers
* ditch BMI
* Fix xlabel in timeseries plot; fix axes extent for non-time on x-axis
* Remove config.JSON everywhere; only keep the embedded version
* Change units to use superscript
* Add `pnpx @classmodel/class schema` cli subcommand
* Update lockfile
---------
Co-authored-by: sverhoeven <[email protected]>1 parent 7bbeb86 commit 7b0543b
File tree
8 files changed
+61
-464
lines changed- apps/class-solid
- packages/class
- scripts
- src
8 files changed
+61
-464
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
70 | 73 | | |
71 | 74 | | |
72 | 75 | | |
73 | | - | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | 80 | | |
88 | 81 | | |
89 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
54 | 53 | | |
55 | 54 | | |
56 | 55 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 56 | + | |
| 57 | + | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | | - | |
66 | 61 | | |
67 | 62 | | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
72 | | - | |
73 | | - | |
74 | 67 | | |
75 | 68 | | |
76 | 69 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
145 | 159 | | |
146 | 160 | | |
147 | 161 | | |
| |||
0 commit comments