Resolutions
Tessif’s temporal and spatial resolution parameters.
resolutions is a tessif aggregating frequently
needed temporal resolution parameters.
- tessif.frused.resolutions.temporal_support = ['daily', 'hourly', '30min', '15min', '10min', '5min', 'min', '30s', '15s', '10s', '5s', 's']
Supported temporal resolution aliases. Use
temporalsfor accessing them.
- tessif.frused.resolutions.temporals = {'10min': '10min', '10s': '10s', '15min': '15min', '15s': '15s', '30min': '30min', '30s': '30s', '5min': '5min', '5s': '5s', 'daily': 'daily', 'hourly': 'hourly', 'min': 'min', 's': 's'}
Mapping temporal support tags to themself for failsafe resolution access.
- tessif.frused.resolutions.temporal_rounding_map = {'10min': '10min', '10s': '10S', '15min': '15min', '15s': '15S', '30min': '30min', '30s': '30S', '5min': '5min', '5s': '5S', 'daily': 'D', 'hourly': 'H', 'min': 'min', 's': 'S'}
Rounding aliases for supported temporal resolutions. Used when parsing in spreadsheet data.