GreenTransPowerCalculate/PV/说明.txt

19 lines
1.0 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

pv_product.xlsx
含有光伏组件设备信息,例如设备名称、组件尺寸、最大功率、组件效率等
倾角_峰值小时数.xlsx
照城市简称确定安装角度即倾角、峰值日照时数较之前做了变动增加了一些城市和市级的json相匹配一部分没添加数值
中国_市.geojson
市一级别行政json图
PV_total.py
通过城市找倾角和峰值日照时数对比与PV_total3.py的区别
PV_total2.py
通过nasa的api接口获取10年-23年平均峰值日照时数
倾角 = 纬度(弧度) × 0.86 + 24
主要修改47-97行部分。
!注意!:需要挂梯子;计算的倾角在高纬度地区较之前较小,峰值日照时数较大。详细对照最后的结果
PV_total3.py
思路通过经纬度查找市json图对应的所在市区再通过”倾角_峰值小时数.xlsx“表格查找倾角和峰值日照时数
主要修改51-10行部分。
【Photovoltaic Panel Evaluation System v2.zip】为韩耀朋做的最新一版。