We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d90141d commit a08ca3fCopy full SHA for a08ca3f
1 file changed
uvdat/core/tasks/netcdf.py
@@ -188,7 +188,7 @@ def create_netcdf_data_layer(file_item, metadata):
188
variable=item.get('variable'),
189
x_variable=item.get('x_variable'),
190
y_variable=item.get('y_variable'),
191
- color_map=item.get('color_map'),
+ color_map=item.get('color_map', 'viridis'),
192
sliding_variable=item.get('sliding_variable'),
193
description=item.get('description', ''),
194
additional_vars=item.get('additional_var', ''),
0 commit comments