raster_to_png: raster_to_png
Description
Write a raster to PNG
Usage
raster_to_png(tile_raster, file_path)
Arguments
tile_raster
the raster to write to PNG
file_path
the path to write the raster
Details
This function is a convenience wrapper for
writing rasters in PNG format.