8000 Add retrieval function for horizon profile from MINES Paris Tech by AdamRJensen · Pull Request #1295 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Add retrieval function for horizon profile from MINES Paris Tech #1295

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

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Update pvlib/iotools/sodapro.py
Co-authored-by: Kevin Anderson <kevin.anderso@gmail.com>
  • Loading branch information
AdamRJensen and kandersolar authored Jun 8, 2023
commit d67c740ea55e7e887b80a9f5980ff8fe4b22bb6e
2 changes: 1 addition & 1 deletion pvlib/iotools/sodapro.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def get_mines_horizon(latitude, longitude, altitude=None, ground_offset=0,

Notes
-----
The azimuthal resolution is one degree. Also, the reutned horizon
The azimuthal resolution is one degree. Also, the returned horizon
elevations can also be negative.
"""
if altitude is None: # API will then infer altitude
Expand Down
0