You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:streamflow

See all merge proposals.

streamflow has 3 active branches owned by 2 people. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:streamflow
Series: trunk
1 Development 2010-12-03 00:12:48 UTC
4. Fix metric calculations, properly tak...

Author: Alex Chiang
Revision Date: 2010-12-03 00:10:07 UTC

Fix metric calculations, properly taking "no data" days into account

We allow days with no stream flow into our data set. However, we must
properly handle them when calculating our metrics.

We can't add a python None data type to a floating point, so add a few
checks to ensure we won't blow up when we encounter a day without data.
Adjust the calculation for the average daily flow accordingly; a day
without data shouldn't be considered when calculating the average.

lp:~lindsayvail/streamflow/newheader 1 Development 2010-12-06 22:20:42 UTC
12. Account for years with only 0.00 flow...

Author: Lindsay Reynolds
Revision Date: 2010-12-06 22:20:42 UTC

Account for years with only 0.00 flow days

If we encounter a year with only 0.00 flow days, we will never set
a max flow day, and we blow up when trying to print a non-existent
variable.

The fix is simple: initialize the max_flow_day and max_flow_month
to dummy values so that we can print something in this case.

lp:~achiang/streamflow/fix-zero-days 1 Development 2010-12-06 18:12:32 UTC
12. Account for years with only 0.00 flow...

Author: Alex Chiang
Revision Date: 2010-12-06 18:12:32 UTC

Account for years with only 0.00 flow days

If we encounter a year with only 0.00 flow days, we will never set
a max flow day, and we blow up when trying to print a non-existent
variable.

The fix is simple: initialize the max_flow_day and max_flow_month
to dummy values so that we can print something in this case.

13 of 3 results
You can't create new branches for streamflow.