hydro.tutorial

Module Contents

Classes

CCHDOBottleData

A Mapping is a generic container for associating key/value

Functions

_cache_dir()

load_cchdo_bottle_data()

Downloads some CCHDO data for playing with...

Attributes

hydro.tutorial.bottle_uri = 'https://cchdo.ucsd.edu/search?q=a&download=exchange%2cbottle'[source]
hydro.tutorial.bottle_fname = 'bottle_data.zip'[source]
hydro.tutorial._cache_dir()[source]
hydro.tutorial.load_cchdo_bottle_data()[source]

Downloads some CCHDO data for playing with…

class hydro.tutorial.CCHDOBottleData[source]

Bases: collections.abc.Mapping

A Mapping is a generic container for associating key/value pairs.

This class provides concrete generic implementations of all methods except for __getitem__, __iter__, and __len__.

__len__()[source]
__iter__()[source]
__getitem__(key)[source]