This method returns a Loc instance for the
day's sightings that do not provide an explicit location.
# - - - D a y N o t e s . d e f a u l t L o c
def defaultLoc(self):
"""Return self's default location.
"""
return self.daySummary.defaultLoc()