Skip to content
Snippets Groups Projects
Unverified Commit 159f8ae7 authored by David Hoese's avatar David Hoese
Browse files

Add display names to archive info

parent 27339b16
Branches
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ ARCHIVE_INFO = {
'ascii': {
'frequency': ProductFrequency.DAILY_FILE,
'pattern': 'rig_tower.%Y-%m-%d.ascii',
'display_name': 'Daily CSV (rig_tower.YYYY-MM-DD.ascii)',
},
},
},
......@@ -43,10 +44,12 @@ ARCHIVE_INFO = {
'nc-1mo-1d': {
'frequency': ProductFrequency.MONTHLY_DIR,
'pattern': 'aoss_tower.%Y-%m.nc',
'display_name': 'Monthly NetCDF file (aoss_tower.YYYY-MM.nc)',
},
'nc-1d-1m': {
'frequency': ProductFrequency.DAILY_DIR,
'pattern': 'aoss_tower.%Y-%m-%d.nc',
'display_name': 'Daily NetCDF file (aoss_tower.YYYY-MM-DD.nc)',
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment