Skip to content
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

Add weathermap #244

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
30df2f5
Release 4.3.9
Mar 20, 2024
09c34e5
Update build.sh (#185)
Mar 21, 2024
81ce31d
Fix pypower units issue (#186)
Mar 22, 2024
ef7e558
Develop fix pypower geodata (#187)
Mar 23, 2024
cf3a1d7
Weather loader for pypower bus implemented
dchassin Mar 23, 2024
e24b537
Fix tzinfo
dchassin Mar 23, 2024
8d1055a
Fix timestamp issue on platform without locale
dchassin Mar 24, 2024
8b64fc6
Update bus.cpp
dchassin Mar 24, 2024
fb77058
Cleanup pypower autotests
dchassin Mar 24, 2024
20e05c2
Fix incorrect ISO8601 conversion
dchassin Mar 24, 2024
fe3f99a
Add weather class
dchassin Mar 25, 2024
c4e1dd0
Update bus.cpp
dchassin Mar 25, 2024
e20c992
Update scada.cpp
Mar 25, 2024
b302a58
Add pole model docs (#191)
aivanova5 Mar 30, 2024
953e800
Add support for Darwin 23 setup (#193)
Thistleman Apr 10, 2024
2ef930f
Add pypower geodata (#194)
Apr 16, 2024
313468b
Start version 4.3.10
Apr 18, 2024
ceea01e
Merge branch 'develop' into develop-add-weathermap
Apr 18, 2024
0ebad9d
Merge branch 'develop' into develop-add-weathermap
Sep 9, 2024
d95e51e
Update version.h
dchassin Sep 9, 2024
16db273
Fix upload artifact actions version (#247)
dchassin Sep 9, 2024
55324e1
Merge branch 'develop' into develop-add-weathermap
dchassin Sep 9, 2024
06f1601
Fix build warnings (#249)
dchassin Sep 10, 2024
485e465
Merge branch 'develop' into develop-add-weathermap
dchassin Sep 10, 2024
ddafd99
Merge branch 'develop' into develop-add-weathermap
dchassin Oct 27, 2024
a1f6b19
Merge branch 'develop' into develop-add-weathermap
dchassin Nov 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions module/pypower/autotest/test_case14_powerplant.glm
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ module tape
csv_header_type NAME;
}

module tape
{
csv_header_type NAME;
}

object pypower.load
{
parent pp_bus_2;
Expand Down