FireSTARR
Loading...
Searching...
No Matches
cwfis.SourceFeatureM3 Class Reference
Inheritance diagram for cwfis.SourceFeatureM3:
Collaboration diagram for cwfis.SourceFeatureM3:

Public Member Functions

None __init__ (self, dir_out, origin, last_active_since_offset=DEFAULT_LAST_ACTIVE_SINCE_OFFSET)
 

Protected Member Functions

 _get_features (self)
 

Protected Attributes

 _origin = origin
 
 _dir_out = dir_out
 
 _last_active_since
 
 _source_service = SourceFeatureM3Service(self._dir_out, self._last_active_since)
 
 _source_file = SourceFeatureM3Download(self._dir_out, self._last_active_since)
 

Member Data Documentation

◆ _last_active_since

cwfis.SourceFeatureM3._last_active_since
protected
Initial value:
= to_utc(
self._origin.offset(-last_active_since_offset)
if last_active_since_offset is not None
else (
datetime.date(self._origin.today.year, 1, 1)
if CURRENT_YEAR_ONLY
else datetime.date(self._origin.today.year - 1, 1, 1)
)
)

The documentation for this class was generated from the following file: