You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update zenith and azimuth angle documentation (#2485)
* docs: update solar angle definitions in nomenclature
- Add detailed definitions for solar angles with range constraints
- Clarify pvlib's east-of-north convention for azimuth angles
- Add cross-references between related terms using :term: directive
- Add coordinate system conventions for latitude/longitude
- Enhance existing angle definitions with usage notes and examples
This commit addresses issue #2448 by migrating angle definitions and
conventions from parameter descriptions to the nomenclature page.
(cherry picked from commit 16435c7)
* Add test script for solar angle calculations (Issue #2448)
- Created test_solar_angles.py to verify solar angle calculations
- Tests zenith, azimuth, and elevation angles for different times of day
- Uses New York City as example location on spring equinox
- Verifies angles are within expected ranges and follow correct patterns
(cherry picked from commit f202c5d)
* Remove test_solar_angles.py and integrate its functionality into tests/test_solarposition.py
- Deleted the standalone test_solar_angles.py file.
- Added a new test function, test_solar_angles_spring_equinox, to tests/test_solarposition.py.
- The new test verifies solar angles for New York City on the spring equinox, ensuring angles are within expected ranges and follow correct patterns.
(cherry picked from commit 9963629)
* remove aoi range statement
* add units
* rephrase pvlib azimuth angle convention
* remove "for example" from azimuth defintion
See #2448 (comment)
* remove zenith/azimuth range constraints
* remove "for example" again
* remove tests for angle range
* delete example.py
* remove blank line
* nomenclature revision
* so that -> so
* Update v0.13.1.rst
* add general technical descriptions/definitions
* Apply suggestions from code review
Co-authored-by: Cliff Hansen <[email protected]>
* vector pointed up and a vector...
Co-Authored-By: Cliff Hansen <[email protected]>
* surface_azimuth definition
* remove solar_elevation link
---------
Co-authored-by: RDaxini <[email protected]>
Co-authored-by: RDaxini <[email protected]>
Co-authored-by: Cliff Hansen <[email protected]>
Co-authored-by: Cliff Hansen <[email protected]>
0 commit comments