pycbc: A Python interface
to the Christmas Bird Count database
6.19. CBCData.genPhysios()
pycbc.py
# - - - C B C D a t a . g e n P h y s i o s
def genPhysios ( self ):
'''Generate the physiographic strata in self, ascending by code.
'''
#-- 1 --
for row in self.s.query(self.Physio):
yield row