ex_nrel v0.2.0 ExNrel.Electricity.EnergyIncentives

This service lists the incentives found in the DSIRE quantitative spreadsheet by location.

Please refer to the Energy Incentives documentation for more details.

Examples

iex> ExNrel.Electricity.EnergyIncentives.get(lat: 39.323, lon: -94.23)

iex> ExNrel.Electricity.EnergyIncentives.get(lat: 39.323, lon: -94.23, category: "hvac")

iex> ExNrel.Electricity.EnergyIncentives.get(lat: 39.323, lon: -94.23, category: "hvac", technology: "air_conditioners")

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

Summary

Functions

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