How to use the ulmo.ncdc.gsod.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):
        catalog_entries = gsod.get_stations()
        catalog_entries = pd.DataFrame.from_dict(catalog_entries, orient='index')
        return catalog_entries