ex_nrel v0.2.0 ExNrel.Solar.PVWatts

PVWatts v5 wrapper

Please refer to the PVWatts documentation for more details.

Examples

iex> ExNrel.Solar.PVWatts.get(lat: 39.323, lon: -94.23)

iex> ExNrel.Solar.PVWatts.get(address: "1712 Main Street, Kansas City")

iex> ExNrel.Solar.PVWatts.get(lat: 39.323, lon: -94.23, timeframe: "hourly")

Summary

Functions

build_url(path_arg, query_params)
do_get(path_arg, query_params)
get(opts \\ [])