gauchm / climata

Python library for loading and iterating over climate and flow time series data (from ACIS/NOAA RCCs, CoCoRaHS, Hydromet/USBR, CNRFC ESP/NWS, SNOTEL/AWDB/NRCS, and NWIS/USGS)

Home Page:http://climata.houstoneng.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Climata

climata is a pythonic interface for loading and processing time series data from climate and flow monitoring stations and observers. climata leverages a number of webservices as listed below. climata is powered by wq.io, and shares its goal of maximizing the reusability of data parsing code, by smoothing over some of the differences between various data formats.

Latest PyPI Release

Release Notes

License

GitHub Stars

GitHub Forks

GitHub Issues

Travis Build Status

Python Support

Getting Started

See https://github.com/heigeo/climata to report any issues.

Available Services

Module Classes Data Source Agency/Org.
climata.acis StationMetaIO, StationDataIO ACIS

NOAA RCCs

climata.epa WqxDomainIO WQX

EPA

climata.cocorahs CocorahsIO CoCoRaHS

CoCoRaHS

climata.hydromet DailyDataIO, InstantDataIO, AgrimetRecentIO Hydromet

USBR

climata.nws HydroForecastIO, EnsembleForecastIO, EnsembleSiteIO CNRFC

NWS

climata.snotel StationIO, StationDailyDataIO, RegionDailyDataIO SNOTEL AWDB

NRCS

climata.usgs SiteIO, DailyValueIO, InstantValueIO NWIS

USGS

Usage

Command-line interface:

Python API:

More Python code examples are available via the climata-viewer website.

About

Python library for loading and iterating over climate and flow time series data (from ACIS/NOAA RCCs, CoCoRaHS, Hydromet/USBR, CNRFC ESP/NWS, SNOTEL/AWDB/NRCS, and NWIS/USGS)

http://climata.houstoneng.net

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%