Skip to content

Commit

Permalink
Todo notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sambowers committed Mar 16, 2018
1 parent 07b30b8 commit 2b291cd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions biota/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,9 @@ def __calculateChange(self, change_magnitude):

return totals

def getArea(self, proportion = False):
def getArea(self, proportion = False, output = False):
'''
Extract a change area in hectares. Proportional measures need work.
Extract a change area in hectares. TODO: Proportional measures need work.
'''

# Get area change in units of ha/pixel
Expand All @@ -600,9 +600,10 @@ def getArea(self, proportion = False):

return totals

def getAGB(self, proportion = False):
def getAGB(self, proportion = False, output = False):
'''
Extract a change magnitude in tonnes carbon. Proportional measures need work.
Extract a change magnitude in tonnes carbon. TODO: Proportional measures need work.
TODO: Add these summary stats to LoadTile()?
'''

# Get AGB change in units of tC/pixel
Expand Down

0 comments on commit 2b291cd

Please sign in to comment.