warp(ds_input, resampling='NearestNeighbour', max_error=0.0)
New in Django 1.9.
Returns a warped version of this raster.
The warping parameters can be specified through the ds_input argument. The use of ds_input is analogous to the corresponding argument of the class constructor. It is a dictionary with the characteristics of the target raster. Allowed dictionary key values are width, height, SRID, origin, scale, skew, datatype, driver, and name (filename).
By default, the warp functions k