get_multiple_pv_timeseries: Get PV generation from PVGIS given the latitude and longitude...

View source: R/energy.R

get_multiple_pv_timeseriesR Documentation

Get PV generation from PVGIS given the latitude and longitude coordinates and PV installation characteristics.

Description

For more information visit https://ec.europa.eu/jrc/en/pvgis. For parameters meaning visit https://ec.europa.eu/jrc/en/PVGIS/docs/noninteractive

Usage

get_multiple_pv_timeseries(
  year = 2021,
  lat = 52.37,
  lon = 4.908,
  database = "PVGIS-SARAH",
  loss = 14,
  panels_tbl
)

Arguments

year

integer, year for the returned time-series data frame

lat

numeric, latitude coordinate

lon

numeric, longitude coordinate

database

character, PVGIS database

loss

numeric, PV installation loss

panels_tbl

tibble, with columns varname, tilt, azimuth and kWp

Value

tibble


mcanigueral/dutils documentation built on Jan. 25, 2024, 3:34 p.m.