ex_nrel v0.2.0 ExNrel.Solar.Resources

Returns various types of solar data for a location. The service currently returns data for average Direct Normal Irradiance, average Global Horizontal Irradiance, and average Tilt at Latitude.

Please refer to the Solar Resources documentation for more details.

Examples

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

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

Summary

Functions

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