Skip to content

Commit

Permalink
Merge pull request #937 from zssherman/appveyor_tif_fix
Browse files Browse the repository at this point in the history
MNT: Attempt to fix appveyor path issue.
  • Loading branch information
zssherman authored Jun 3, 2020
2 parents a3c796e + 4dabb6f commit a761ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyart/io/output_to_geotiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

def write_grid_geotiff(grid, filename, field, rgb=False, level=None,
cmap='viridis', vmin=0, vmax=75, color_levels=None,
warp=False, sld=False, use_doublequotes=False):
warp=False, sld=False, use_doublequotes=True):
"""
Write a Py-ART Grid object to a GeoTIFF file.
Expand Down

0 comments on commit a761ecd

Please sign in to comment.