Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 GHI、DHI 和 DNI 列的数据集。问题是 DHI 列中有空值,我想找到最准确的方法来替换这些空值。正在使用这个等式DHI= GHI-DNI。cos (θ)来准确填充缺失值还是我应该使用 pvlib 中的函数?
如果您在 DHI 列中有部分空值,那么最准确的方法是检查您确实拥有所有三个值的时间步长,以查看它们的一致性,并将其与您对仪器和维护的了解进行调整你的填充策略。
但作为第一步,只需尝试您提出的建议并记住亚当对太阳位置的评论。