ex_nrel v0.2.0 ExNrel.Solar.Dataset

Returns information on the closest climate data for a location.

Please refer to the Dataset documentation for more details.

Examples

iex> ExNrel.Solar.Dataset.get(lat: 39.323, lon: -94.23, radius: 20)

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

iex> ExNrel.Solar.Dataset.get(lat: 39.323, lon: -94.23, all: 1)

Summary

Functions

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