Commit 7233d27
authored
Update Solar Resource UI forms for solar techs (#2120)
* Initial changes for solar resource UI form updates
Break Solar Resource Download form into three separate forms to simplify troubleshooting of UI callbacks:
* Solar Resource Download
* Solar Resource Information
* Solar Resource Library
Initial testing for PVWatts only.
* Initial implementation of lat/lon parse in GeoTools
* Support coordinates in different formats
* Use shorter double in string for lat/lon zip code search
* Remove lat/lon inputs
* test wchar_t for location inputs
* adapted for new geocode/time zone API -- in progress
* Fix inconsistent string declarations
* Clean up code
* Improve solar resource download UI form
* Add show log button (instead of automatically showing it after file downloads)
* Realign widgets and edit labels
* Remove `n_location` "Type a location name, street address, or lat,lon in decimal degrees" default
* Make divider object respond to show/hide
* Remove test solar resource file
* Update solar resource UI forms
* Separate geocode and time zone functions
* Initial implementation of solar resource UI redesign for PVWatts / None configuration
* NSRDB advanced download fixes
* Improve identification of lat/lon pair as input
* Remove location string from file name to avoid wfcheck failure when string contains some unicode characters, e.g., cyrillic.
* Fix function declaration
* Update UI for Mac
* Adjust UI for Mac
* Improve messaging when NSRDB Data Query fails
* Fix Solar Resource Download caption
* Revise weather file on disk UI messages
* clean up code comments
* Implement solar resource UI for all techs
* Delete Solar Resource Data.json
Solar Resource Data broken down into three forms:
* Solar Resource Download
* Solar Resource Library
* Solar Resource Information
* Remove `solar_data_file_name_load` from defaults
No longer needed now that `use_specific_weather_file` is available to user on Solar Resource Library form.
* api_autogen updates for solar resource UI form name change
Note `solar_data_file_name_load` variable removed from defaults in commit bd9fda4.
* Fix defaults for `solar_data_filename_load` and `prop_tax_cost_assessed_percent`
* Fix labels and text for Solar Resource options
Remove commented-out code.1 parent 2396db6 commit 7233d27
File tree
166 files changed
+7845
-16371
lines changed- api
- api_autogen/library/defaults
- include
- modules
- deploy
- runtime
- defaults
- ui
- solar_resource
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
166 files changed
+7845
-16371
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | | - | |
| 480 | + | |
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| |||
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
485 | | - | |
| 485 | + | |
486 | 486 | | |
487 | 487 | | |
488 | 488 | | |
| |||
18765 | 18765 | | |
18766 | 18766 | | |
18767 | 18767 | | |
18768 | | - | |
| 18768 | + | |
18769 | 18769 | | |
18770 | 18770 | | |
18771 | 18771 | | |
| |||
19449 | 19449 | | |
19450 | 19450 | | |
19451 | 19451 | | |
19452 | | - | |
| 19452 | + | |
19453 | 19453 | | |
19454 | 19454 | | |
19455 | 19455 | | |
| |||
19536 | 19536 | | |
19537 | 19537 | | |
19538 | 19538 | | |
19539 | | - | |
19540 | 19539 | | |
19541 | 19540 | | |
19542 | 19541 | | |
| |||
0 commit comments