solar_energy_prediction
v1.1.0
Published
AI_based_photovoltaic_power_prediction_for_unmetered_PV_plants__Powered_by_our_industry_leading_irradiance_and_real_time_weather_data_
Downloads
2
Readme
SolarEnergyPrediction
Dataservice for PV generation forecast of unmetered PV systems
Installation
For Node.js
npm
npm install solar_energy_prediction --save
For browser
The library also works in the browser environment via npm and browserify. After following
the above steps with Node.js and installing browserify with npm install -g browserify
,
perform the following (assuming main.js is your entry file):
browserify main.js > bundle.js
Then include bundle.js in the HTML pages.