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

Adding PVGIS horizon data retrieval method #1395

Merged
merged 102 commits into from
May 25, 2023
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
539bc5c
added horizon model first draft
Jan 26, 2022
85754b5
added get horizon function
Jan 26, 2022
4985e9c
fixing stickler items & updates
Jan 31, 2022
132ab4e
stickler whitespace
Jan 31, 2022
64bbc97
finishing up stickler
Jan 31, 2022
19e1073
finishing up stickler, 2
Jan 31, 2022
d563a81
added optional deps, changed argument of horizon_map from path to array
Feb 1, 2022
e9856da
stickler
Feb 1, 2022
c392e29
Update pvlib/iotools/pvgis.py
bgpierc Feb 7, 2022
e8d6100
Update pvlib/horizon.py
bgpierc Feb 7, 2022
3dca8bb
Update pvlib/horizon.py
bgpierc Feb 7, 2022
93d914d
Update pvlib/horizon.py
bgpierc Feb 7, 2022
5c1bc2d
Update pvlib/horizon.py
bgpierc Feb 7, 2022
eb8f8c5
Update pvlib/horizon.py
bgpierc Feb 7, 2022
5a3c9cc
Update pvlib/horizon.py
bgpierc Feb 7, 2022
515ed85
Update pvlib/horizon.py
bgpierc Feb 7, 2022
1c3a398
Update pvlib/horizon.py
bgpierc Feb 7, 2022
a191d2d
Update pvlib/horizon.py
bgpierc Feb 7, 2022
82ba2a5
Update pvlib/horizon.py
bgpierc Feb 7, 2022
ca2eec3
Update pvlib/horizon.py
bgpierc Feb 7, 2022
996b3f9
Update pvlib/horizon.py
bgpierc Feb 7, 2022
3717186
Update pvlib/horizon.py
bgpierc Feb 7, 2022
f9a2193
Update pvlib/horizon.py
bgpierc Feb 7, 2022
989b700
updates
Feb 7, 2022
02082ee
cleaning up stickler
Feb 7, 2022
206f979
cleaning up stickler 2
Feb 7, 2022
156e964
cleaning up stickler 3
Feb 7, 2022
c674bb5
updated math for angle calculation
Feb 7, 2022
3a2cab9
removed old comment
Feb 7, 2022
78f6c1d
updated angle maximization method
Feb 8, 2022
641bf53
one of these days I'll remember stickler before pushing
Feb 8, 2022
3d310c6
changed variable names to make clear that we're working in pixels
Feb 8, 2022
c7b65b3
added module to download SRTM DEM data
Feb 9, 2022
288390b
spelling/spacing
Feb 9, 2022
e8d8795
stickler
Feb 9, 2022
a2496e5
stickler3
Feb 9, 2022
d36c508
fixed f string formatting
bgpierc Mar 4, 2022
60ba9cb
added horizon retrival, functions, dem retrival
Oct 13, 2022
7b9d528
Merge branch 'master' into add_horizon
bgpierc Oct 13, 2022
709493e
stickler
Oct 13, 2022
fa14c67
stickler2
Oct 13, 2022
97ee479
stickler3
Oct 13, 2022
43951a2
merge
Oct 13, 2022
6f9ad5e
merge2
Oct 13, 2022
8e01b57
Revert "merge2"
Oct 13, 2022
7b99b8d
fix formatting
Oct 13, 2022
9ea61e2
fix formatting, 2
Oct 13, 2022
e23d58c
removing horizon.py
Oct 31, 2022
801f4d3
tests added
Oct 31, 2022
860f484
Merge branch 'pvlib:main' into add_horizon
bgpierc Apr 24, 2023
bcca59b
updated test
Apr 24, 2023
6cfb0c4
fixed stickler
Apr 24, 2023
d5cd1af
minor formatting/stickler
Apr 24, 2023
53d9e6c
Update v0.9.6.rst
bgpierc Apr 24, 2023
c831107
Update iotools.rst
bgpierc Apr 24, 2023
17e4f92
Apply suggestions from code review
bgpierc Apr 25, 2023
c176d9b
Change assert to use np builtin
bgpierc Apr 25, 2023
0d2a061
correct docstring for hidden function
bgpierc Apr 25, 2023
6980a4d
Chnage proxy settings to passing through kwargs
bgpierc Apr 25, 2023
cf21974
Changed proxy settings to pass kwargs
bgpierc Apr 25, 2023
0fb9e05
Change assertion to use assert_series_equal from conftest
bgpierc Apr 25, 2023
7736e35
Added horizon profile contributions
bgpierc Apr 25, 2023
7f84531
Update v0.9.6.rst
bgpierc May 1, 2023
cb7eb41
Delete cgiar.py
bgpierc May 1, 2023
25baf2b
Delete test_cgiar.py
bgpierc May 1, 2023
b9edf25
Update shading.py
bgpierc May 1, 2023
d15c7ff
Update setup.py
bgpierc May 1, 2023
2bf5cb2
Update __init__.py
bgpierc May 1, 2023
89e53d9
Update iotools.rst
bgpierc May 1, 2023
e13e322
Update test_pvgis.py
bgpierc May 1, 2023
50e79cd
return only two columns and makde bytes->utf-8 implicit
bgpierc May 1, 2023
75a9407
Use JSON to streamline processing
bgpierc May 1, 2023
d860570
Update pvgis.py
bgpierc May 1, 2023
8aedbe6
added url default info
bgpierc May 1, 2023
62237e2
Merge branch 'main' into add_horizon
bgpierc May 1, 2023
bef7c81
remove np dependency
bgpierc May 1, 2023
d9689d3
Apply suggestions from code review
bgpierc May 3, 2023
302abb0
Moved ref for consistency
bgpierc May 3, 2023
4ad491b
Updated name of horizon data variable
bgpierc May 3, 2023
7901797
Add CSV for horizon tests
bgpierc May 3, 2023
af8988f
Test whole dataframe
bgpierc May 3, 2023
f58f8d7
Change coordinate system to pvlib
bgpierc May 3, 2023
a305ab6
fix test to read in csv properly
bgpierc May 3, 2023
15e5c9c
Apply suggestions from code review
bgpierc May 4, 2023
482bc23
Changed names for consistency
bgpierc May 4, 2023
94fee4c
Match column names in test dataframe
bgpierc May 4, 2023
a8c7693
Merge branch 'main' into add_horizon
bgpierc May 9, 2023
2eea384
stickler
bgpierc May 9, 2023
bf34256
Set horizon_azimuth to the index
bgpierc May 9, 2023
01893d8
Added invalid coords test
bgpierc May 9, 2023
d978b2c
update test to reflect change to index
bgpierc May 9, 2023
b693813
forgot xfail flag
bgpierc May 9, 2023
8de2506
Update test_read_pvgis_horzion_invalid_coords
AdamRJensen May 11, 2023
6425884
Merge branch 'main' into add_horizon
bgpierc May 23, 2023
568c9cd
return metadata object
bgpierc May 23, 2023
fb3d571
Update pvgis.py
bgpierc May 23, 2023
d3bc17b
fix tests for metadata update
bgpierc May 23, 2023
ec52f59
Merge branch 'main' into add_horizon
AdamRJensen May 24, 2023
a696faf
Remove index column from test file
AdamRJensen May 25, 2023
b65d58b
Convert output to pd.Series
AdamRJensen May 25, 2023
d008dab
Update tests to assert pd.Series
AdamRJensen May 25, 2023
22e0988
Remove duplicate north value (0, 360)
AdamRJensen May 25, 2023
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
Loading