davecook/solar-panel-yield-2026 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

davecook/solar-panel-yield-2026

Composer 安装命令:

composer require davecook/solar-panel-yield-2026

包简介

Reference calculator for PV soiling loss and water-fed pole cleaning ROI in Canada.

README 文档

README

Reference calculator, datasets, and working paper on photovoltaic (PV) soiling loss, water-fed pole (WFP) cleaning engineering, and cleaning ROI for PV systems in Canada.

PyPI npm Crates.io License: MIT Docs: CC BY 4.0

What this is

A companion toolkit to the working paper Solar Panel Cleaning Yield Recovery: Soiling Loss, Water-Fed Pole Engineering, and Cleaning ROI for Photovoltaic Systems in Canada (v0.1.0, April 2026). The paper and this repository cover:

  • Soiling physics: how fast transmittance drops as dust accumulates, by climate zone and panel tilt
  • Water-fed pole engineering: deionized resin capacity as a function of inlet TDS, PV geometry to pole-length mapping, brush technique, and the fall-protection argument for grade-based operation
  • Regional solar resource: monthly irradiance for six Ontario cities
  • Cleaning economics: annual yield recovered vs cleaning interval for residential, commercial, and utility-scale systems
  • Regulatory crosswalk: OSHA, CSA, IEC, ASTM, Health Canada, NRCan, ECCC

Repository layout

datasets/        7 CSVs + generator + HF dataset card
pdfs/            Working paper (31 pages) + generator
docs/            Sphinx documentation (ReadTheDocs)
engines/         8 language implementations:
  python/        FastAPI + CLI reference engine (PyPI)
  rust/          Actix-web server (Crates.io)
  java/          Maven-packaged JAR (Maven Central)
  ruby/          Gem (RubyGems)
  elixir/        Mix package (Hex.pm)
  php/           Composer library (Packagist)
  go/            Go module (pkg.go.dev)
  nostr/         Long-form article publisher (6 relays)
notebooks/       Jupyter notebook (GitHub browse)
kaggle/          Same notebook + Kaggle metadata
observable/      ObservableHQ notebook markdown
public/          PHP form + JS calculator
SOURCES.md       Bibliography

Quick start (Python)

pip install solar-panel-yield-2026
python -c "from engine import calculate, _canonical_vector; print(calculate(_canonical_vector()))"

Or run the reference engine against the canonical test vector from the source tree:

python engines/python/engine.py sample

Or start the HTTP server:

python engines/python/engine.py serve --port 8000
curl -X POST http://127.0.0.1:8000/calculate -H 'Content-Type: application/json' -d '{
  "system_capacity_kwp": 5.0,
  "ghi_annual_avg": 3.54,
  "days_since_cleaning": 30
}'

Cross-language parity

All eight engines produce identical output for the canonical test vector:

Input Value
system_capacity_kwp 5.0
ghi_annual_avg 3.54 (Sudbury)
days_since_cleaning 30
soil_class medium
climate_zone temperate
panel_tilt_deg 15
electricity_price_cad_per_kwh 0.14
cleaning_visit_cost_cad 120.00
tap_water_tds_ppm 180
panel_height_ft 12
Output Value
current_loss_pct.expected 4.3485 %
lost_cad_per_day.expected 0.0862 CAD
clean_annual_kwh 5,168.4
never_clean_annual_loss_cad 86.83
wfp_pole_ft 10
wfp_cartridge 1L_cartridge
water_per_cleaning_l 15.2
ro_prestage_recommended false

Datasets

Seven CSVs published under CC BY 4.0; see datasets/README.md.

Working paper

31-page working paper, CC BY 4.0. Build from source:

pip install reportlab
python pdfs/generate_pdfs.py

License

  • Code: MIT (see LICENSE)
  • Datasets, PDF, dataset card: CC BY 4.0

Maintainer

Dave Cook, Binx Professional Cleaning, North Bay, Ontario, Canada. Contact: dave@binx.ca.

davecook/solar-panel-yield-2026 适用场景与选型建议

davecook/solar-panel-yield-2026 是一款 基于 Python 开发的 Composer 扩展包,目前已累计 0 次下载、GitHub Stars 达 0, 最近一次更新时间为 2026 年 04 月 12 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 davecook/solar-panel-yield-2026 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 davecook/solar-panel-yield-2026 我们能提供哪些服务?
定制开发 / 二次开发

基于 davecook/solar-panel-yield-2026 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 41
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Python

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-04-12