pvdeg.geospatial.interpolate_analysis#

pvdeg.geospatial.interpolate_analysis(result: Dataset, data_var: str, method='nearest', resolution=100j) Tuple[ndarray, ndarray, ndarray][source]#

Interpolate sparse spatial result data against DataArray coordinates.

Takes DataArray instead of Dataset, index one variable of a dataset to get a dataarray.

Parameters:#

resolution: complex

Change the amount the input is interpolated. For more interpolation set higher (200j is more than 100j)

Result:#