I am using Reclassify in arcpy to reclassify a raster, and am running into an issue. I'll briefly explain what I am trying to do, then explain the issue I am running into.
I have a point shapefile, and I am converting this to a raster, what I want is a raster in with two values, a 1 for pixels which did not include a point (does not matter how many points for now), and 0.3 for pixels that do include points. To get there, I am using arcpy.PointToRaster_conversion as follows
pointfile = shapefile with point features
outraster = output raster
cellsize = size of raster cells