Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pvlib
/
pvanalytics
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
140
Code
Issues
33
Pull requests
7
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Detect shadows from fixed objects in GHI data
- #101
#101
Merged
wfvining
merged 33 commits into
master
pvlib/pvanalytics:master
from
shadows
pvlib/pvanalytics:shadows
Copy head branch name to clipboard
Jun 3, 2021
Conversation
Commits
33
(33)
Checks
Files changed
Merged
Detect shadows from fixed objects in GHI data
#101
wfvining
merged 33 commits into
master
pvlib/pvanalytics:master
from
shadows
pvlib/pvanalytics:shadows
Copy head branch name to clipboard
Commits
Commits on Feb 11, 2021
First cut porting pvlib_detect_shadows from matlab
Show description for 677de4c
wfvining
committed
677de4c
View commit details
Copy full SHA for 677de4c
Browse repository at this point
Commits on Mar 1, 2021
Add test module for features.shading
Show description for 2fcfb9e
wfvining
committed
2fcfb9e
View commit details
Copy full SHA for 2fcfb9e
Browse repository at this point
Correct order of masks passed to binary hit/miss filter
Show description for 5facb77
wfvining
committed
5facb77
View commit details
Copy full SHA for 5facb77
Browse repository at this point
Filter blobs by height (e.g. days) rather than width
Show description for df75c49
wfvining
committed
df75c49
View commit details
Copy full SHA for df75c49
Browse repository at this point
Clean up variable naming and comments in shading.fixed()
wfvining
committed
a532ea6
View commit details
Copy full SHA for a532ea6
Browse repository at this point
Tweak shading._filter_bars()
Show description for 370fc06
wfvining
committed
370fc06
View commit details
Copy full SHA for 370fc06
Browse repository at this point
Commits on Mar 10, 2021
Apply _filter_bars() to the raw shadow image
Show description for 25144fb
wfvining
committed
25144fb
View commit details
Copy full SHA for 25144fb
Browse repository at this point
Make min_gradient a parameter to shading.fixed()
wfvining
committed
e94b2f8
View commit details
Copy full SHA for e94b2f8
Browse repository at this point
Use morphology.remove_small_objects in initial shadow detection
Show description for 54ac08e
wfvining
committed
54ac08e
View commit details
Copy full SHA for 54ac08e
Browse repository at this point
Make the minimum duration of cloudy times a parameter
wfvining
committed
36f3f60
View commit details
Copy full SHA for 36f3f60
Browse repository at this point
Commits on Mar 24, 2021
Return shadows as a series and an image
Show description for f482827
wfvining
committed
f482827
View commit details
Copy full SHA for f482827
Browse repository at this point
Fix errors in test_shading.test_fixed_same_index
wfvining
committed
7ea77fb
View commit details
Copy full SHA for 7ea77fb
Browse repository at this point
Test that a fake shadow at the same time every day is detected
wfvining
committed
574afa0
View commit details
Copy full SHA for 574afa0
Browse repository at this point
Fix grammar in comment
wfvining
committed
1040f85
View commit details
Copy full SHA for 1040f85
Browse repository at this point
Add scikit-image to dependencies
wfvining
committed
a130e78
View commit details
Copy full SHA for a130e78
Browse repository at this point
Commits on Mar 30, 2021
Use a 3x3 mask in shading._smooth()
wfvining
committed
d88e19c
View commit details
Copy full SHA for d88e19c
Browse repository at this point
Remove extra calls to _to_image() in shading._prepare_images()
wfvining
committed
ef32bec
View commit details
Copy full SHA for ef32bec
Browse repository at this point
Docstring and comment updates
wfvining
committed
1dd87da
View commit details
Copy full SHA for 1dd87da
Browse repository at this point
Raise a ValueError for data with invalid intervals
wfvining
committed
b35d37b
View commit details
Copy full SHA for b35d37b
Browse repository at this point
Apply docstring edits from code review
Show description for 8522144
wfvining
and
cwhanse
authored
8522144
View commit details
Copy full SHA for 8522144
Browse repository at this point
Rename `window` to `duration` in shading._detect_clouds()
Show description for 15c448a
wfvining
committed
15c448a
View commit details
Copy full SHA for 15c448a
Browse repository at this point
Commits on Apr 6, 2021
Bump minimum pandas version to 0.24.0
Show description for f1d1bc4
wfvining
committed
f1d1bc4
View commit details
Copy full SHA for f1d1bc4
Browse repository at this point
Add parameter descriptions to shading._prepare_images()
wfvining
committed
10e6954
View commit details
Copy full SHA for 10e6954
Browse repository at this point
Commits on Apr 15, 2021
Specify output array for image operations in _filter_bars()
Show description for 556443f
wfvining
committed
556443f
View commit details
Copy full SHA for 556443f
Browse repository at this point
Remove unused shading._width() function
wfvining
committed
6485079
View commit details
Copy full SHA for 6485079
Browse repository at this point
Commits on Apr 22, 2021
Pass output array to _fill_gaps() and _remove_spikes()
Show description for 4b0d2e3
wfvining
committed
4b0d2e3
View commit details
Copy full SHA for 4b0d2e3
Browse repository at this point
Commits on May 13, 2021
Merge branch 'master' into shadows
wfvining
committed
847c8e1
View commit details
Copy full SHA for 847c8e1
Browse repository at this point
Commits on May 28, 2021
debugging
cwhanse
committed
469a4a1
View commit details
Copy full SHA for 469a4a1
Browse repository at this point
Merge branch 'shadows' of https://github.com/pvlib/pvanalytics into shadows
cwhanse
committed
3ab7488
View commit details
Copy full SHA for 3ab7488
Browse repository at this point
Tidy up doc string
Show description for 1788e43
wfvining
committed
1788e43
View commit details
Copy full SHA for 1788e43
Browse repository at this point
Add shading to api.rst and whatsnew
wfvining
committed
ac18e80
View commit details
Copy full SHA for ac18e80
Browse repository at this point
Commits on Jun 3, 2021
Docstring edits
Show description for e97a3bf
wfvining
and
cwhanse
authored
e97a3bf
View commit details
Copy full SHA for e97a3bf
Browse repository at this point
Add features.shading to package overview in index.rst
wfvining
committed
8b2b17d
View commit details
Copy full SHA for 8b2b17d
Browse repository at this point
You can’t perform that action at this time.