FMI open pv forecast package
Current version: 0.1.3 - License: MIT
The main functionality of this package is the PV forecasting tool which is a combination of the FMI PV model and weather forecasts from FMI open data. The resulting PV forecasting tool generates hourly weather-aware PV forecasts for a 66-hour period. These forecasts take panel orientation, panel surface reflections, panel temperature, and other factors into account, resulting in generally accurate modeling of PV output when weather forecasts align with actual experienced weather.
The forecasting package has in-built functionality for using clear sky radiation estimates from PVlib. These clear sky forecasts can be used for testing purposes, system monitoring or in cases when internet access is not available.
The PV model can also be used with external data sources by feeding it dataframes with the required radiation components.
Full package documentation, examples and source code available on github at: https://github.com/fmidev/fmi-open-pv-forecast-packaged
Version history:
- 0.1.3 (2026-09-08) New FMI open data retrieval code. Also updates to tests. Now the project should be fully MIT compliant.
- 0.1.2 (2026-08-18) License switched from GPL 3.0 to MIT.
- 0.1.1 (2026-06-02) Added bifaciality and Marion -based snow sliding.
- 0.1.0 Initial PV Model with monofacial modeling features.
Usage example
This minimal example shows how to use the forecasting tool by computing a forecast for a 4kw system.
import fmi_pv_forecaster as pvfc
pvfc.set_angles(25, 180)
pvfc.set_location(60.1576, 24.8762)
pvfc.set_nominal_power_kw(4)
data = pvfc.get_default_fmi_forecast()
print("Forecast:")
print(data)
Resulting print:
Forecast:
T wind module_temp output
Time
2026-01-20 10:30:00 -0.8 0.79 -0.800000 0.000000
2026-01-20 11:30:00 -0.6 1.33 -0.048916 38.589095
2026-01-20 12:30:00 -0.5 1.78 -0.136189 25.854990
2026-01-20 13:30:00 -0.7 2.30 -0.627352 5.316707
2026-01-20 14:30:00 -1.0 2.37 -0.999996 0.000000
... ... ... ... ...
2026-01-23 01:30:00 -15.2 0.73 -15.200000 0.000000
2026-01-23 02:30:00 -15.6 0.73 -15.600000 0.000000
2026-01-23 03:30:00 NaN NaN NaN 0.000000
2026-01-23 04:30:00 NaN NaN NaN 0.000000
2026-01-23 05:30:00 NaN NaN NaN 0.000000
Authors and acknowledgements
Timo Salola.
Additional help from: Viivi Kallio, William Wandji, Anders Lindfors, Juha Karhu.
This package relies on Pandas, Numpy, PVlib and FMI open data API.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fmi_pv_forecaster-0.1.3-py3-none-any.whl.
File metadata
- Download URL: fmi_pv_forecaster-0.1.3-py3-none-any.whl
- Upload date:
- Size: 28.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa643ec6b8f2ed094b972cadea9039ca4daaad3d729b8b053c5df9c671091f99
|
|
| MD5 |
651540dc7ff5437b9463a5a17e039eda
|
|
| BLAKE2b-256 |
e6fc2e9aa3337b44f87ec7a55aa36a4b8b9c3c3c05b29afdcbc0bd53a7c3d2f1
|