raster_to_png {slippymath}R Documentation

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.

Value

nothing.


[Package slippymath version 0.3.1 Index]