defmodule Microwaveprop.Weather.Narr do @moduledoc false alias Microwaveprop.Weather.ProfileLookup defdelegate narr_profiles_for_path(contact), to: ProfileLookup defdelegate find_nearest_narr(lat, lon, timestamp), to: ProfileLookup defdelegate narr_for_contact(contact), to: ProfileLookup end