DataverseLabs / pyinterpolate

Kriging | Poisson Kriging | Variogram Analysis
https://pyinterpolate.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
147 stars 26 forks source link

76 interpolate raster function for storing georeferenced images is needed #396

Closed SimonMolinsky closed 1 year ago

SimonMolinsky commented 1 year ago

to_tiff() function

Package version (main branch)

version: 0.4.2

Description

The feature saves output from the interpolate_raster() function into tiff and tfw files. (Basic georeferencing functionality).

Problem

...

Solution

Use Pillow and save the tiff and tfw files with the surface and error maps.

Affected modules

Unit tests

Package check

(Optional) Additional info

Is feature related to literature? Does change require new dependencies? Any other information...