An instance of this class is a container for various
information that applies to all the sightings for a given
DayNotes instance.
Public attributes include:
.route
A description of the route as an instance of Section 19, “class Narrative: General container for
narrative”, or None
if there is no route description.
.weather
A description of the weather as a Narrative instance, or None
if there is no weather narrative.
.missed
Discussion of missed species as a Narrative instance, or None.
.film
Photographic notes as a Narrative
instance, or None.
.notes
General notes as a Narrative instance,
or None.
For a DaySummary instance , the method D
takes no arguments and returns a D.defaultLoc()Loc
instance representing the default location for this day-notes element. See Section 11, “class Loc: Locality code definition”.