NOAA-OWP/hydrotools

Incorrect import in nwm client example

aaraney opened this issue · 1 comments

source

       """
        Examples
        --------
        >>> from hydrotools.gcp_client import gcp
        >>> model_data_service = gcp.NWMDataService()
        >>> forecast_data = model_data_service.get(
        ...
        """

from hydrotools.gcp_client import gcp should be from hydrotools.nwm_client import gcp

Fixed with #179