radproc.arcgis.export_to_raster

radproc.arcgis.export_to_raster(series, idRaster, outRaster)

Exports series to raster by inserting target values at their corresponding ID values in the ID raster.

Parameters:
series : pandas Series or DataFrame row/column
containing values to be exported and an index with ID values.
idRaster : string
Path to raster dataset containing ID values. Also defines the projection of the output raster.
outRaster : string
Path and name for the output raster to be created.
Returns:
outRaster : string
Path and name of the generated output raster.