NOAA-OWP / hydrotools

Suite of tools for retrieving USGS NWIS observations and evaluating National Water Model (NWM) data.
Other
54 stars 13 forks source link

Incorrect import in nwm client example #178

Closed aaraney closed 2 years ago

aaraney commented 2 years ago

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

jarq6c commented 2 years ago

Fixed with #179