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

View source: R/energy.R

get_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_pv_timeseries(
  year = 2021,
  lat = 52.37,
  lon = 4.908,
  database = "PVGIS-SARAH",
  kWp = 1,
  loss = 14,
  tilt = 37,
  azimuth = 0
)

Arguments

year

integer, year for the returned time-series data frame

lat

numeric, latitude coordinate

lon

numeric, longitude coordinate

database

character, PVGIS database

kWp

numeric, PV installation kWp

loss

numeric, PV installation loss

tilt

numeric, PV panels inclination angle (in degrees)

azimuth

numeric, PV panels orientation (0=south, 90=west, -90=east)

Value

tibble


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