How to use the ulmo.ncdc.ghcn_daily.get_stations function in ulmo

To help you get started, we’ve selected a few ulmo examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github erdc / quest / quest_provider_plugins / noaa_ncdc.py View on Github external
def _search_catalog(self, **kwargs):
        return ghcn_daily.get_stations(as_dataframe=True)