pyinterpolate icon indicating copy to clipboard operation
pyinterpolate copied to clipboard

Interpolate raster - function for storing georeferenced images is needed

Open SimonMolinsky opened this issue 4 years ago • 1 comments

At this point array interpolation interpolate_raster function output is:

[[numpy array of interpolated values, numpy array of interpolation errors], [pixel size, min x, max x, min y, max y]]

It'd be nice to have function which saves this array to some georeferenced image, as example, to jpg + jgw pairs (without additional external packages needed to be installed).

SimonMolinsky avatar Jan 31 '21 22:01 SimonMolinsky

Ok, function is the next candidate for development after the multiprocessing enhancement and Python 3.8+ compatibility development. If you know something about the raster processing in Python then don't wait and please, help community :)

SimonMolinsky avatar Sep 16 '21 16:09 SimonMolinsky