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

Rewrite of entire quicklook script (WIP)

Includes addition of 'calendar' attribute to time variable in netcdf
parent 445bf446
No related branches found
No related tags found
No related merge requests found
...@@ -151,8 +151,8 @@ def create_variables(nc_file, first_stamp, database, chunk_sizes=None, zlib=Fals ...@@ -151,8 +151,8 @@ def create_variables(nc_file, first_stamp, database, chunk_sizes=None, zlib=Fals
variable.ancillary_variables = 'base_time' variable.ancillary_variables = 'base_time'
# CF default # CF default
# if 'time' in key: if 'time' in key:
# variable.calendar = 'gregorian' variable.calendar = 'gregorian'
for entry in sorted(database.keys()): for entry in sorted(database.keys()):
if entry == 'stamp': if entry == 'stamp':
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment