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)