File: __init__.py

package info (click to toggle)
python-ulmo 0.8.8%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,064 kB
  • sloc: python: 6,135; makefile: 144; sh: 5
file content (11 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
"""
    LCRA Water Quality Data
    ~~~~~~~~~~~~~~~~~~~~~~~
    Access to water quality data in the Colorado River Basin (Texas)
    provided by the `Water Quality`_ web site and web service from
    the `Lower Colorado River Authority`_.

    .. _Lower Colorado River Authority: http://www.lcra.org
    .. _Water Quality: http://waterquality.lcra.org/
"""
from .core import get_sites, get_historical_data, get_recent_data, get_site_info